# HG changeset patch # User boisy # Date 1036082113 0 # Node ID b857a3ab42d5821af5981970a1bc327a76d1579f # Parent 417c5329cba2f04b88c2791517857548e22f6a39 No longer reference CMDS_D1 or CMDS_D2 diff -r 417c5329cba2 -r b857a3ab42d5 level1/makefile --- a/level1/makefile Thu Oct 31 15:48:55 2002 +0000 +++ b/level1/makefile Thu Oct 31 16:35:13 2002 +0000 @@ -4,8 +4,7 @@ BOOTFILE = bootfile_stock KERNEL = kernel_stock -CMDS_D1 = $(shell $(CD) CMDS; make showcocoobjs_d1) -CMDS_D2 = $(shell $(CD) CMDS; make showcocoobjs_d2) +CMDS = $(shell $(CD) CMDS; make showcocoobjs) MODULES = $(shell $(CD) MODULES; make showcopyobjs) SYS = $(shell $(CD) SYS; make showobjs) DEFS = $(shell $(CD) DEFS; make showobjs) @@ -53,7 +52,7 @@ $(OS9GEN) $(DSK_DS40_1) BOOTFILES/$(BOOTFILE) BOOTFILES/$(KERNEL) $(MAKDIR) $(DSK_DS40_1),CMDS $(MAKDIR) $(DSK_DS40_1),SYS - $(CD) CMDS; $(CP) $(CMDS_D1) $(CMDS_D2) ../$(DSK_DS40_1),CMDS + $(CD) CMDS; $(CP) $(CMDS) ../$(DSK_DS40_1),CMDS $(CD) SYS; $(CP) $(SYS) ../$(DSK_DS40_1),SYS $(CP) $(ROOTFILES) $(DSK_DS40_1),.