Mercurial > hg > Members > kono > nitros9-code
diff level3/coco3/cmds/makefile @ 3001:8e1891c6cc4a
level3 makefiles: Lots of whitespace fixes, no code changes
author | Gene Heskett <gheskett@wdtv.com> |
---|---|
date | Sun, 26 Oct 2014 12:41:21 +0100 |
parents | 56f26b87fa8a |
children | 66963ae41cb6 |
line wrap: on
line diff
--- a/level3/coco3/cmds/makefile Sun Oct 26 08:44:53 2014 +0100 +++ b/level3/coco3/cmds/makefile Sun Oct 26 12:41:21 2014 +0100 @@ -14,8 +14,8 @@ pmap proc procs prompt pwd pxd reboot rename save setime \ shell_21 sleep smap sfree tee tmode touch tsmon tuneport unlink verify wcreate xmode -CMDS_D2 = basic09 runb gfx2 gfx inkey syscall copy del echo format \ - merge os9gen prompt tmode +CMDS_D2 = basic09 runb gfx2 gfx inkey syscall copy del echo format \ + merge os9gen prompt tmode SHELLMODS = shellplus date deiniz echo iniz link load save unlink UTILPAK1 = attr build copy del deldir dir display list makdir mdir \ @@ -42,17 +42,17 @@ pxd: pd.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -DPXD=1 -shell: $(SHELLMODS) $(DEPENDS) - $(MERGE) $(SHELLMODS)>$@ - @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***" - @ls -l $@ - @$(ECHO) "" +shell: $(SHELLMODS) $(DEPENDS) + $(MERGE) $(SHELLMODS)>$@ + @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***" + @ls -l $@ + @$(ECHO) "" -utilpak1: $(UTILPAK1) $(DEPENDS) - $(MERGE) $(UTILPAK1)>$@ - @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***" - @ls -l $@ - @$(ECHO) "" +utilpak1: $(UTILPAK1) $(DEPENDS) + $(MERGE) $(UTILPAK1)>$@ + @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***" + @ls -l $@ + @$(ECHO) "" clean: $(RM) shell utilpak1 $(SUBS) $(SHELLMODS) $(CMDS) $(CMDS_D2)