The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: peter@rulingia.com (Peter Jeremy)
Subject: [TUHS] Pre-v6 images and 2.11BSD patches
Date: Sat, 12 Dec 2015 18:26:13 +1100	[thread overview]
Message-ID: <20151212072613.GC5686@server.rulingia.com> (raw)
In-Reply-To: <721CCD91-F2D5-4D22-8D54-EE939112902A@tuhs.org>

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>


  parent reply	other threads:[~2015-12-12  7:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-12  4:54 Peter Jeremy
2015-12-12  5:30 ` Warren Toomey
2015-12-12  6:25   ` Random832
2015-12-12  6:33     ` Warren Toomey
2015-12-12  8:28       ` Random832
2015-12-12  7:26   ` Peter Jeremy [this message]
2015-12-12  8:20     ` Warren Toomey
2015-12-12  5:33 ` Warren Toomey
2015-12-12  6:01   ` William Pechter
2015-12-12  6:16     ` Random832
2015-12-12  6:17     ` Random832
2015-12-12  6:38     ` Warren Toomey
2015-12-12  7:11       ` Jacob Ritorto
2015-12-12  5:44 ` John Cowan
2015-12-16 21:56   ` Tom Ivar Helbekkmo
     [not found] <mailman.17.1449898266.27456.tuhs@minnie.tuhs.org>
2015-12-12 11:25 ` Johnny Billquist
2015-12-17 15:40   ` Tom Ivar Helbekkmo
     [not found] <mailman.1.1449901013.3292.tuhs@minnie.tuhs.org>
2015-12-12 11:31 ` Johnny Billquist

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151212072613.GC5686@server.rulingia.com \
    --to=peter@rulingia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).