#4297: `gmake clean' or `gmake distclean' does not clean up testsuite directory
------------------------+---------------------------------------------------
Reporter: kgardas | Owner:
Type: bug | Status: new
Priority: normal | Component: Test Suite
Version: 6.13 | Keywords:
Testcase: | Blockedby:
Os: Solaris | Blocking:
Architecture: x86 | Failure: Other
------------------------+---------------------------------------------------
Hello,
as summary suggest, at least on Solaris `gmake clean' ends with following:
{{{
"rm" -rf libraries/integer-gmp/gmp/objs
"rm" -rf libraries/integer-gmp/gmp/gmpbuild
"rm" -rf bindistprep/
test ! -d testsuite || gmake -C testsuite clean
gmake[1]: Entering directory `/export/home/karel/vcs/ghc-new/testsuite'
gmake -C ./timeout clean
gmake[2]: Entering directory `/export/home/karel/vcs/ghc-
new/testsuite/timeout'
./Setup clean
gmake[2]: ./Setup: Command not found
gmake[2]: [clean] Error 127 (ignored)
rm -f -rf install-inplace
rm -f -f calibrate.out
rm -f -f Setup Setup.exe Setup.hi Setup.o
gmake[2]: Leaving directory `/export/home/karel/vcs/ghc-
new/testsuite/timeout'
gmake[1]: Leaving directory `/export/home/karel/vcs/ghc-new/testsuite'
}}}
which looks like it even does not attempt to enter testsuite/tests/ghc-
regress subdirectory where a lot of tests is compiled (and consume space)
for GHC testing
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4297>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs