From 5a17ecb231b5a020647e7dfa7e6920195b57253f Mon Sep 17 00:00:00 2001 From: "tim.newsham" Date: Sat, 17 May 2008 01:59:58 +0000 Subject: [PATCH] - use the shell we build instead of the binary from s2. --- build/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/Makefile b/build/Makefile index e60567c..12006e7 100644 --- a/build/Makefile +++ b/build/Makefile @@ -109,8 +109,6 @@ unix usyms : $(KSRCS) @mv a.out unix # build a prototype filesystems -# XXX shell is not quite ready for prime time. -# it doesn't do globbing properly. root usr protofs : init.0405 sh.0405 @echo Building filesystems... @$(TREECOPY) ../fs/root . @@ -118,7 +116,7 @@ root usr protofs : init.0405 sh.0405 @$(TREECOPY) ../fs/usr . @$(TREECOPY) ../fs/new/usr . @cp init.0405 root/etc/init - @cp sh.0405 root/bin/xsh + @cp sh.0405 root/bin/sh @touch protofs # build filesystem images