[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gsl] PATCH: 'make dist(check|clean)' bug
From: |
Stewart V. Wright |
Subject: |
[Bug-gsl] PATCH: 'make dist(check|clean)' bug |
Date: |
Tue, 29 Jun 2004 17:39:23 +0100 |
User-agent: |
Mutt/1.5.4i |
Hi,
It doesn't actually look like anyone's noticed that there is a small
problem with "make distcheck"/"make distclean". (Probably because the
command take so long to run! :) )
The Makefile created in the gsl directory is not deleted when "make
distclean" is run, and so the distcheck target fails.
There is a simple fix - add a 'rm Makefile' to the distclean rule in
the gsl/Makefile.am file. This change is consistent with the
Makefiles generated with configure so there should be no problem.
I've attached a patch for the file and checked it against the latest
cvs HEAD and it seems to work.
Keep up the good work!
Cheers,
S.
patch-cvs.svw.distcheck.1
Description: Text document
signature.asc
Description: Digital signature
- [Bug-gsl] PATCH: 'make dist(check|clean)' bug,
Stewart V. Wright <=