Now using the compare script in ../..

This commit is contained in:
keie 1984-10-25 14:28:19 +00:00
parent 4a20e17a9b
commit 0cacc96ed8

View file

@ -1,15 +1,14 @@
MAKEFILE=../../proto/libg/Makefile MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=m68k2" "SUF=s" MACHDEF="MACH=m68k2" "SUF=s"
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc" PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
LIBDIR=../lib
install: install:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
cmp: cmp:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
cmp head_pc $(LIBDIR)/head_pc -../../compare head_pc
cmp tail_pc $(LIBDIR)/tail_pc -../../compare tail_pc
clean: clean:
-rm -f *.old *.[ce$(SUF)] tail* head* -rm -f *.old *.[ce$(SUF)] tail* head*