# HG changeset patch # User lfantoniosi # Date 1371606106 14400 # Node ID 7c844212223527743040aafabe7280d3ab4cc0fc # Parent d0f5dd304a6e767f19f174df3a211c0d8daaa001 fix level 1 builds diff -r d0f5dd304a6e -r 7c8442122235 level1/coco1/cmds/makefile --- a/level1/coco1/cmds/makefile Thu Jun 06 07:58:50 2013 -0500 +++ b/level1/coco1/cmds/makefile Tue Jun 18 21:41:46 2013 -0400 @@ -14,7 +14,7 @@ display dmode dsave dump echo edit error exbin format \ free grfdrv help ident iniz irqs link list load login makdir \ megaread mdir merge mfree mpi os9gen padrom park printerr procs prompt pwd pxd \ - reboot rename save setime shellplus shell_21 sleep \ + rename save setime shellplus shell_21 sleep \ tee tmode touch tsmon tuneport unlink verify xmode CMDS_D2 = basic09 runb gfx inkey syscall copy del echo format \ diff -r d0f5dd304a6e -r 7c8442122235 level1/coco1/makefile --- a/level1/coco1/makefile Thu Jun 06 07:58:50 2013 -0500 +++ b/level1/coco1/makefile Tue Jun 18 21:41:46 2013 -0400 @@ -161,7 +161,7 @@ $(MAKDIR) $@,SYS $(MAKDIR) $@,DEFS $(MAKDIR) $@,WWWROOT - os9 dsave -e wwwroot $@,WWWROOT + -os9 dsave -e wwwroot $@,WWWROOT $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS @@ -216,7 +216,7 @@ $(MAKDIR) $@,SYS $(MAKDIR) $@,DEFS $(MAKDIR) $@,WWWROOT - os9 dsave -e wwwroot $@,WWWROOT + -os9 dsave -e wwwroot $@,WWWROOT $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS @@ -271,7 +271,7 @@ $(MAKDIR) $@,SYS $(MAKDIR) $@,DEFS $(MAKDIR) $@,WWWROOT - os9 dsave -e wwwroot $@,WWWROOT + -os9 dsave -e wwwroot $@,WWWROOT $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS @@ -326,7 +326,7 @@ $(MAKDIR) $@,SYS $(MAKDIR) $@,DEFS $(MAKDIR) $@,WWWROOT - os9 dsave -e wwwroot $@,WWWROOT + -os9 dsave -e wwwroot $@,WWWROOT $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS @@ -381,7 +381,7 @@ $(MAKDIR) $@,SYS $(MAKDIR) $@,DEFS $(MAKDIR) $@,WWWROOT - os9 dsave -e wwwroot $@,WWWROOT + -os9 dsave -e wwwroot $@,WWWROOT $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS