FIX #1559, #1560. Rearrange the way we do ifBuildable...
authorSimon Marlow <simonmar@microsoft.com>
Mon, 30 Jul 2007 13:43:46 +0000 (13:43 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 30 Jul 2007 13:43:46 +0000 (13:43 +0000)
commit8fce302bbaf3d0696ffa5ce98013e47ba6ba6c6c
treed6aff6d6f0bfc468227d9e5ee6abc97a454e192c
parent7d8b9748aed26150c0145f80ae380a57b6910352
FIX #1559, #1560.  Rearrange the way we do ifBuildable...
ifBuildable now returns an exit code, with 1 indicating an unbuildable
non-core package, and 0 otherwise.  Hence we can now invoke the
recursive make from the shell, sidestepping the problems in #1559 and
#1560.
libraries/Makefile
libraries/ifBuildable.hs