1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-01-11 23:53:23 +00:00

Merge pull request #225 from sebras/add-space-travel-to-build

Space Travel now runs without crashing after reordering input files.
This commit is contained in:
Phil Budne 2020-10-05 10:28:10 -04:00 committed by GitHub
commit 6e0f90c5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,7 @@ cmd: dirs \
$(BINDIR)/roff \
$(BINDIR)/salv \
$(BINDIR)/sh \
$(BINDIR)/st \
$(BINDIR)/stat \
$(BINDIR)/tm \
$(BINDIR)/ttt \
@ -254,6 +255,10 @@ TTT=$(CMDSRC)/ttt1.s $(CMDSRC)/ttt2.s
$(BINDIR)/ttt: $(TTT)
$(AS) $(ASARGS) -o $(BINDIR)/ttt $(TTT)
ST=$(CMDSRC)/st1.s $(CMDSRC)/st2.s $(CMDSRC)/st3.s $(CMDSRC)/st4.s $(CMDSRC)/fop.s $(CMDSRC)/st5.s $(CMDSRC)/st6.s $(CMDSRC)/st7.s
$(BINDIR)/st: $(ST)
$(AS) $(ASARGS) -o $(BINDIR)/st $(ST)
$(BINDIR)/un: $(CMDSRC)/un.s
$(AS) $(ASARGS) -o $(BINDIR)/un $(CMDSRC)/un.s

View File

@ -59,6 +59,7 @@ dd drwr- -1 4
tm frwr- -1 bin/tm
ttt frwr- -1 bin/ttt
dttt l---- -1
st frwr- -1 bin/st
un frwr- -1 bin/un
$
ken drwr- 12