Mercurial > hg > Members > kono > nitros9-code
changeset 2292:2062c89e8492
Removed DW server specific stuff
author | boisy |
---|---|
date | Wed, 30 Dec 2009 20:03:25 +0000 |
parents | c4aa9c53261a |
children | cf5bdb01a497 |
files | level2/coco3/cmds/makefile |
diffstat | 1 files changed, 1 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/coco3/cmds/makefile Wed Dec 30 20:02:02 2009 +0000 +++ b/level2/coco3/cmds/makefile Wed Dec 30 20:03:25 2009 +0000 @@ -17,22 +17,12 @@ CMDS_D2 = basic09 runb gfx2 gfx inkey syscall copy del echo format \ merge os9gen prompt tmode -CMDS_DW = $(CMDS) $(CMDS_D2) dw ftp wget chat - -CMDS_DW_SERVER = attr build cmp copy cputype date deiniz del deldir devs \ - dir display dmem dmode dump echo edit error free grfdrv \ - help ident iniz link list load login makdir mdir merge \ - mfree mmap mpi pmap proc procs prompt pwd pxd rename save \ - shell sleep smap tee tmode touch tsmon unlink verify xmode \ - utilpak1 \ - dw ftp wget chat - SHELLMODS = shellplus date deiniz echo iniz link load save unlink UTILPAK1 = attr build copy del deldir dir display list makdir mdir \ merge mfree procs rename tmode # Files not compilable by os9asm: config -all: $(CMDS) $(CMDS_D2) $(CMDS_DW) shell utilpak1 $(DEPENDS) +all: $(CMDS) $(CMDS_D2) shell utilpak1 $(DEPENDS) runb: runb.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPWD=1 @@ -74,11 +64,5 @@ showobjs_d2: @$(ECHO) $(CMDS_D2) -showobjs_dw: - @$(ECHO) $(CMDS_DW) - -showobjs_dw_server: - @$(ECHO) $(CMDS_DW_SERVER) - identify: $(IDENT_SHORT) $(ALLOBJS)