bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] make clean bug in CVS head


From: Eric Blake
Subject: [Bug-tar] make clean bug in CVS head
Date: Wed, 21 Sep 2005 17:54:37 +0000

A fresh CVS checkout, followed by ./bootstrap; ./configure; make clean, 
unnecessarily fails with:

$ make clean
Making clean in tests
make[1]: Entering directory `/home/eblake/tar/tests'
test -z "genfile.exe" || rm -f genfile.exe
/bin/sh ./testsuite --clean
/bin/sh: ./testsuite: No such file or directory
make[1]: *** [clean-local] Error 127
make[1]: Leaving directory `/home/eblake/tar/tests'
make: *** [clean-recursive] Error 1

This should be more robust to the testsuite not existing (which is the case if 
I haven't run 'make check' since the last time I cleaned up), especially since 
this error prevents other directories from being cleaned.

--
Eric Blake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]