renamed B compiler binary to b: new scans include a bc.s

This commit is contained in:
phil
2019-10-26 01:14:55 -04:00
parent 663faf8a00
commit ddf4ab1f23
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -114,7 +114,7 @@ $(BINDIR)/as: $(CMDSRC)/as.s
$(AS) $(ASARGS) -o $(BINDIR)/as $(CMDSRC)/as.s $(AS) $(ASARGS) -o $(BINDIR)/as $(CMDSRC)/as.s
# NOT the B compiler! # NOT the B compiler!
$(BINDIR)/bcx: $(CMDSRC)/bc.s $(BINDIR)/bc: $(CMDSRC)/bc.s
$(AS) $(ASARGS) -o $(BINDIR)/bcx $(CMDSRC)/bc.s $(AS) $(ASARGS) -o $(BINDIR)/bcx $(CMDSRC)/bc.s
$(BINDIR)/cas: $(CMDSRC)/cas.s $(BINDIR)/cas: $(CMDSRC)/cas.s
@@ -213,14 +213,14 @@ $(BINDIR)/un: $(CMDSRC)/un.s
################ ################
# The commands that did not come from the scans # The commands that did not come from the scans
others: dirs $(BINDIR)/bc $(BINDIR)/date $(BINDIR)/mv $(BINDIR)/od others: dirs $(BINDIR)/b $(BINDIR)/date $(BINDIR)/mv $(BINDIR)/od
# B compiler # B compiler -- renamed from bc to b
# NOTE!! there is a bc.s in the second set of scans! # there is a bc.s in the second set of scans!
$(BINDIR)/bc: $(CMDSRC)/bl.s $(CMDSRC)/bi.s ../tools/b.c $(OTHERSRC)/b.b $(BINDIR)/b: $(CMDSRC)/bl.s $(CMDSRC)/bi.s ../tools/b.c $(OTHERSRC)/b.b
$(CC) $(CCARGS) -o b ../tools/b.c $(CC) $(CCARGS) -o b ../tools/b.c
./b $(OTHERSRC)/b.b b.s ./b $(OTHERSRC)/b.b b.s
$(AS) $(ASARGS) -o $(BINDIR)/bc $(CMDSRC)/bl.s b.s $(CMDSRC)/bi.s $(AS) $(ASARGS) -o $(BINDIR)/b $(CMDSRC)/bl.s b.s $(CMDSRC)/bi.s
rm b b.s rm b b.s
$(BINDIR)/date: $(OTHERSRC)/wktdate.s $(BINDIR)/date: $(OTHERSRC)/wktdate.s
+1 -1
View File
@@ -25,7 +25,7 @@ dd drwr- -1 4
adm frwr- -1 bin/adm adm frwr- -1 bin/adm
apr frwr- -1 bin/apr apr frwr- -1 bin/apr
as frwr- -1 bin/as as frwr- -1 bin/as
bc frwr- -1 bin/bc b frwr- -1 bin/b
cas frwr- -1 bin/cas cas frwr- -1 bin/cas
cat frwr- -1 bin/cat cat frwr- -1 bin/cat
check frwr- -1 bin/check check frwr- -1 bin/check