summaryrefslogtreecommitdiff
path: root/rts/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-06-20 12:20:09 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-06-20 12:20:09 +0000
commitb802bbad8dc2a401c131264cbd08620179f8999b (patch)
treeff736d055f4e62e9a724793fac3a117654500625 /rts/Makefile
parentc15489181a60a228ce52b945d2523cfdacd5a90b (diff)
downloadhaskell-b802bbad8dc2a401c131264cbd08620179f8999b.tar.gz
Use setup makefile + make by default to build libraries
The advantages of this are (a) it's a step closer to getting -j working again (make -j works in an individual library, but not in libraries/ yet). (b) it's easier to hack on libraries: make dist/build/Foo.o (c) it's a step closer to getting HC bootstrapping again The build system creates <lib>/GNUmakefile as part of 'make boot'. This was chosen so as not to interfere with existing Makefiles, but it's a bit of a hack. (previously I used CabalMakefile, but that means adding -f CabalMakefile each time you run make, and that's a pain).
Diffstat (limited to 'rts/Makefile')
0 files changed, 0 insertions, 0 deletions