X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=distrib%2Fhc-build;h=a645fa34f5eb9aec696d19dc9e69e9340eee347d;hp=e140653902fd0bdb59d8e023ce6652b440080e8f;hb=b88025eabcd83f65d1d81f09272f5172f06a60e7;hpb=f463e006364033aee25d792dbb5a8386ebecb5ba diff --git a/distrib/hc-build b/distrib/hc-build index e140653..a645fa3 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -2,13 +2,15 @@ # Manuel M. T. Chakravarty , June 2000 # Updated for GHC 5.00, Simon Marlow, March 2001 +# Updated for GHC 5.04.3, Urban Boquist, March 2003 # # Script to build GHC from .hc files (must be run in the fptools/ root # directory into which the source and .hc files must already have been # unpacked). All options are passed through to ./configure (especially # useful with --prefix). -configopts="$*" +configopts="$*" # e.g., --enable-hc-boot-unregisterised +PWD=`pwd` # check for GNU make # @@ -24,31 +26,87 @@ fi # build configuration # -cat >mk/build.mk <>mk/build.mk <>mk/build.mk <