From b99ca1b067ce010ce980f8a4a9bf1e1481c4b9ff Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Tue, 6 Dec 2016 21:07:41 +0100 Subject: [PATCH] Move some files from the minsys to the sources tape. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a225b889..be212f8a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ EMULATOR ?= simh SRC = system syseng sysen1 sysen2 sysnet kshack dragon channa midas _teco_ emacs emacs1 rms klh syshst sra mrc ksc eak cstacy gren bawden _mail_ l lisp liblsp libdoc comlap lspsrc nilcom rwk inquir acount gz DOC = info _info_ sysdoc kshack _teco_ emacs emacs1 -MINSYS = _ sys sys3 device sysbin inquir +MINSYS = _ sys sys3 device RAM = bin/boot/ram.262 NSALV = bin/boot/salv.rp06 @@ -28,7 +28,7 @@ out/sources.tape: $(ITSTAR) rm -f src/*/*~ cd src; $(ITSTAR) -cf ../$@ $(SRC) cd doc; $(ITSTAR) -rf ../$@ $(DOC) - cd bin; $(ITSTAR) -rf ../$@ emacs _teco_ + cd bin; $(ITSTAR) -rf ../$@ sysbin emacs _teco_ inquir out/salv.tape: $(WRITETAPE) $(RAM) $(NSALV) mkdir -p out