From e27c3aa29483ba9be97ba8d967c7ea16de327247 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 18 Jul 2009 12:16:49 +0000 Subject: Add the time library, and support for libraries in tarballs --- boot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boot') diff --git a/boot b/boot index 6f6b879234..43d2db5c0f 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 -- cgit v1.2.1