1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-25 11:51:38 +00:00

Move some files from the minsys tape.

This commit is contained in:
Lars Brinkhoff
2019-06-15 11:32:53 +02:00
parent ec94f3dd8b
commit 7674d4b35a
10 changed files with 6 additions and 6 deletions

View File

@@ -35,15 +35,15 @@ DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \
kldcp libdoc lisp _mail_ midas quux scheme manual wp chess ms macdoc \ kldcp libdoc lisp _mail_ midas quux scheme manual wp chess ms macdoc \
aplogo _klfe_ pdp11 chsncp cbf rug bawden llogo eak clib teach pcnet \ aplogo _klfe_ pdp11 chsncp cbf rug bawden llogo eak clib teach pcnet \
combat pdl minits mits_s chaos hal -pics- imlac maint combat pdl minits mits_s chaos hal -pics- imlac maint
BIN = sys1 sys2 emacs _teco_ lisp liblsp alan inquir sail comlap c decsys \ BIN = sys sys1 sys2 emacs _teco_ lisp liblsp alan inquir sail comlap \
graphs draw datdrw fonts fonts1 fonts2 games macsym maint imlac \ c decsys graphs draw datdrw fonts fonts1 fonts2 games macsym \
_www_ gt40 llogo bawden sysbin -pics- lmman r maint imlac _www_ gt40 llogo bawden sysbin -pics- lmman r
MINSRC = midas system $(DDT) $(SALV) $(KSFEDR) $(DUMP) MINSRC = midas system $(DDT) $(SALV) $(KSFEDR) $(DUMP)
# These are not included on the tape. # These are not included on the tape.
DOCIGNORE=-e '\.(jpeg|pdf|info|md)$$' -e '^(dcg|github)$$' DOCIGNORE=-e '\.(jpeg|pdf|info|md)$$' -e '^(dcg|github)$$'
# These are on the minsys tape. # These are on the minsys tape.
BINIGNORE=-e '^(ka10|ks10|sys)$$' BINIGNORE=-e '^(ka10|ks10|minsys)$$'
# These are on the minsrc tape. # These are on the minsrc tape.
SRCIGNORE=-e '^(system|midas)$$' SRCIGNORE=-e '^(system|midas)$$'
@@ -102,12 +102,12 @@ $(OUT)/minsrc.tape: $(ITSTAR)
$(OUT)/minsys.tape: $(ITSTAR) $(OUT)/system $(OUT)/minsys.tape: $(ITSTAR) $(OUT)/system
$(MKDIR) $(OUT) $(MKDIR) $(OUT)
$(ITSTAR) -cf $@ -C bin/ks10 _ sys $(ITSTAR) -cf $@ -C bin/ks10 _ sys
$(ITSTAR) -rf $@ -C bin sys $(ITSTAR) -rf $@ -C bin/minsys sys
$(OUT)/ka-minsys.tape: $(ITSTAR) $(OUT)/system $(OUT)/ka-minsys.tape: $(ITSTAR) $(OUT)/system
$(MKDIR) $(OUT) $(MKDIR) $(OUT)
$(ITSTAR) -cf $@ -C bin/ka10 _ sys $(ITSTAR) -cf $@ -C bin/ka10 _ sys
$(ITSTAR) -rf $@ -C bin sys $(ITSTAR) -rf $@ -C bin/minsys sys
$(OUT)/sources.tape: $(ITSTAR) build/$(EMULATOR)/stamp $(OUT)/syshst/$(H3TEXT) $(OUT)/sources.tape: $(ITSTAR) build/$(EMULATOR)/stamp $(OUT)/syshst/$(H3TEXT)
$(MKDIR) $(OUT) $(MKDIR) $(OUT)