changeset 561:b857a3ab42d5

No longer reference CMDS_D1 or CMDS_D2
author boisy
date Thu, 31 Oct 2002 16:35:13 +0000
parents 417c5329cba2
children c7dda4211c00
files level1/makefile
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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),.