X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=boot;fp=boot;h=43d2db5c0f1be859cca7706f8bd3d3c7e1c11f2d;hb=e27c3aa29483ba9be97ba8d967c7ea16de327247;hp=6f6b8792340ee695b2b5f332b758fe2c5579b1b2;hpb=4c96e4908c3cacae8e3feb4a6fccb120a5740a2a;p=ghc-hetmet.git diff --git a/boot b/boot index 6f6b879..43d2db5 100644 --- a/boot +++ b/boot @@ -1,6 +1,9 @@ #! /bin/sh set -e +# Create libraries/*/{ghc.mk,GNUmakefile} +sh boot-pkgs + # Check that we have all boot packages. for dir in `grep "^[^# ][^ ]* *[^ ][^ ]* *[^ ][^ ]*$" packages | sed "s/ .*//"` do @@ -30,6 +33,3 @@ do chmod +x $f fi done - -# Create libraries/*/{ghc.mk,GNUmakefile} -sh boot-pkgs