# HG changeset patch # User boisy # Date 1042836379 0 # Node ID 6d375fee85ec414863efc27868d5c45b04017405 # Parent 32cc80d36fc28f76ca3f04d0f383cfb619ee4a6e Defsfile no longer generated, now in repository end of line conversion now done by os9 copy diff -r 32cc80d36fc2 -r 6d375fee85ec level2/defs/makefile --- a/level2/defs/makefile Fri Jan 17 20:45:10 2003 +0000 +++ b/level2/defs/makefile Fri Jan 17 20:46:19 2003 +0000 @@ -4,16 +4,13 @@ DEFOPTS = -ls -x -z -aLevel=2 DEFSDIR = $(BASEDIR)/defs -DEFS = Defsfile OS9Defs RBFDefs SCFDefs SysType -ALLOBJS = $(DEFS) +PERMDEFS = Defsfile +DEFS = OS9Defs RBFDefs SCFDefs SysType +ALLOBJS = $(DEFS) $(PERMDEFS) all: $(ALLOBJS) - $(UNIX2OS9) $(DEFS) $(CHMOD) 644 $(ALLOBJS) -Defsfile: defsfile.asm - $(AS) $(DEFOPTS) -p $< > $@ - OS9Defs: $(DEFSDIR)/os9defs $(AS) $(DEFOPTS) -aOS9DEFS=0 $< > $@