Ticket #4297 (closed bug: fixed)
`gmake clean' or `gmake distclean' does not clean up testsuite directory
| Reported by: | kgardas | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0.1 |
| Component: | Test Suite | Version: | 6.13 |
| Keywords: | Cc: | ||
| Operating System: | Solaris | Architecture: | x86 |
| Type of failure: | Other | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
