X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=TODO;h=d4c5fdbd6c71d3f3838ea3f71d06cfa7791f8cd4;hp=cc117ccb6b3d5895b7d8824107131a95872c0acf;hb=f4afb39c623b1c077a5ffeddbad2b4f451f0d975;hpb=5bffa057d1ae040b93ee1a4c07de42e61f59a4ee diff --git a/TODO b/TODO index cc117cc..d4c5fdb 100644 --- a/TODO +++ b/TODO @@ -25,7 +25,6 @@ Extract the source archive and duplicate the source tree, one for Build some configuration files:: $ cd ghc-{VERSION}-target - $ ln -s /bin/pwd utils/ghc-pwd/ghc-pwd $ ./configure --enable-hc-boot $ echo "INTEGER_LIBRARY = integer-simple" > mk/build.mk $ gmake bootstrapping-files @@ -63,7 +62,8 @@ contents:: Copy some configuration files from the ``-target`` tree:: - $ cp ../ghc-{VERSION}-target/includes/{ghcautoconf.h,DerivedConstants.h,GHCConstants.h} includes/ + $ cp -r ../ghc-{VERSION}-target/includes/dist-{ghcconstants,derivedconstants} includes/ + $ cp ../ghc-{VERSION}-target/includes/ghcautoconf.h includes/ Build it::