X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=78c9295dd1c0fb03b1a777ca973be665be2c16ee;hp=d586348de75670f94f02dbd94e95003b6b1700e6;hb=88605454e4bf30d7fca2b0eea4643c5637afd5cc;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b diff --git a/boot b/boot index d586348..78c9295 100644 --- a/boot +++ b/boot @@ -30,20 +30,3 @@ do chmod +x $f fi done - -for f in libraries/*; do - dir=`basename $f` - cabals=`echo $f/*.cabal` - if test -f $cabals; then - echo "Creating $f/ghc.mk" - rm -f $f/ghc.mk - pkg=`basename ${cabals%.cabal}` - echo "${f}_PACKAGE = ${pkg}" >> $f/ghc.mk - echo "\$(eval \$(call build-package,${f},dist-install,1))" >> $f/ghc.mk - rm -f $f/GNUmakefile - echo "Creating $f/GNUmakefile" - echo "dir = ${f}" >> $f/GNUmakefile - echo "TOP = ../.." >> $f/GNUmakefile - echo "include \$(TOP)/mk/sub-makefile.mk" >> $f/GNUmakefile - fi -done