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:
commit
6e0f90c5a9
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user