#4916: make clean broken
------------------------+---------------------------------------------------
Reporter: kgardas | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 7.1 | Keywords:
Testcase: | Blockedby:
Os: Solaris | Blocking:
Architecture: x86 | Failure: Building GHC failed
------------------------+---------------------------------------------------
Hello,
it seems `make clean' is broken in ghc head as of Jan 24 2011. The issue
looks like:
{{{
$ gmake clean
gmake -r --no-print-directory -f ghc.mk clean CLEANING=YES
"rm" -rf inplace/bin inplace/lib
"rm" -rf libraries/dph/dph-base/dist-install
"rm" -rf libraries/dph/dph-prim-interface/dist-install
"rm" -rf libraries/dph/dph-prim-seq/dist-install
"rm" -rf libraries/dph/dph-prim-par/dist-install
rm -rf libraries/dph/dph-par libraries/dph/dph-seq
"rm" -rf
Usage: rm [-cFdfirRuv] file ...
gmake[1]: *** [clean_utils/mkdirhier_] Error 2
gmake: *** [clean] Error 2
$
}}}
this is just straight after configure run, but the same result is also
obtainable after building whole GHC.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4916>
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