From 143fa275d30b1a18e69ab223df5415a0cdf16375 Mon Sep 17 00:00:00 2001 From: "tim.newsham" Date: Sat, 17 May 2008 03:18:05 +0000 Subject: [PATCH] - build is installing sources now. --- build/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 12006e7..1eb31d3 100644 --- a/build/Makefile +++ b/build/Makefile @@ -109,12 +109,15 @@ unix usyms : $(KSRCS) @mv a.out unix # build a prototype filesystems -root usr protofs : init.0405 sh.0405 +root usr protofs : $(ALLSRCS) init.0405 sh.0405 @echo Building filesystems... @$(TREECOPY) ../fs/root . @$(TREECOPY) ../fs/new/etc root @$(TREECOPY) ../fs/usr . @$(TREECOPY) ../fs/new/usr . + @$(TREECOPY) ../src usr + @cp init.s sh.s usr/src/cmd + @cp $(KSRCS) usr/sys @cp init.0405 root/etc/init @cp sh.0405 root/bin/sh @touch protofs