#3343: make 2 doesn't seem to work as documented
-----------------------------+----------------------------------------------
Reporter: chak | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 6.11 | Severity: normal
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
[wiki:Building/Using The guide to the new build system] claims, under the
heading "Rebuilding the GHC binary after making changes", that `make 2`
"is like make stage=2, except that it omits the dependency-building
phase." However, it seems to include the dependency-building and also
fails with an error:
{{{
echo "utils/haddock_dist_depfile_EXISTS = YES" >>
utils/haddock/dist/build/.depend
for dir in utils/haddock/dist/build/./ utils/haddock/dist/build/Haddock/
utils/haddock/dist/build/Haddock/Backends/
utils/haddock/dist/build/Haddock/GHC/
utils/haddock/dist/build/Haddock/Interface/
utils/haddock/dist/build/Haddock/Utils/; do if test ! -d $dir; then mkdir
-p $dir; fi done
make[1]: *** No rule to make target `2'. Stop.
make: *** [2] Error 2
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3343>
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