X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot;h=43d2db5c0f1be859cca7706f8bd3d3c7e1c11f2d;hb=8ee215b9aa2fe37b435e404aad8bb07c6ce1836d;hp=6f6b8792340ee695b2b5f332b758fe2c5579b1b2;hpb=44fa40018be30ebb837ab6ad5766c57558e88cf8;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