From a25247dea00d576b09a5136d9fc732dc1e49e11d Mon Sep 17 00:00:00 2001 From: "tim.newsham" Date: Sat, 10 May 2008 19:12:43 +0000 Subject: [PATCH] - oops! wasn't building usr properly. --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index f70bbf7..c183a75 100644 --- a/build/Makefile +++ b/build/Makefile @@ -145,7 +145,7 @@ root usr protofs : init sh rf0.dsk rk0.dsk images : protofs @echo Building disk images... @$(MKFS) -p ../fs/Readme root rf0.dsk rf - @$(MKFS) -p ../fs/Readme root rk0.dsk rk + @$(MKFS) -p ../fs/Readme usr rk0.dsk rk @touch images # build a tape image