[TUHS] Pre-v6 images and 2.11BSD patches

Peter Jeremy peter at rulingia.com
Sat Dec 12 17:26:13 AEST 2015


On 2015-Dec-12 15:30:59 +1000, Warren Toomey <wkt at tuhs.org> wrote:
>We got the 1st Edition kernel up a while back and it had no groups. Look for unix-jun72 on Github.

Thanks.  For anyone else trying to build it from DoctorWkt/unix-jun72, the
attached fix is important.

-- 
Peter Jeremy
-------------- next part --------------
diff --git a/build/Makefile b/build/Makefile
index 7b23f41..c761596 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -122,6 +122,7 @@ root usr protofs : $(ALLSRCS) init.0405 sh.0405
 	@cp $(KSRCS) usr/sys
 	@cp init.0405 root/etc/init
 	@cp sh.0405 root/bin/sh
+	@mkdir -p root/usr
 	@touch protofs
 
 # build filesystem images
@@ -143,8 +144,9 @@ tape : protofs
 
 install : rf0.dsk rk0.dsk
 	@echo Installing...
+	@mkdir -p ../images
 	@cp rf0.dsk rk0.dsk ../boot/m792low.load ../images
-	
+
 # clean intermediate files
 clean :
 	rm -f $(CLEANSRCS) cleansrc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20151212/7d4166f3/attachment.sig>


More information about the TUHS mailing list