Mercurial > hg > Members > kono > nitros9-code
changeset 690:7b42af4e85c2
Modified due to folding of pxd.asm and pwd.asm into pd.asm
author | boisy |
---|---|
date | Mon, 30 Dec 2002 03:37:43 +0000 |
parents | 92b575ffa143 |
children | ddf512f635d2 |
files | level2/cmds/makefile |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/cmds/makefile Mon Dec 30 03:36:33 2002 +0000 +++ b/level2/cmds/makefile Mon Dec 30 03:37:43 2002 +0000 @@ -17,7 +17,7 @@ BASIC09FILES = runb.asm gfx.asm inkey.asm syscall.asm LEVEL1FILES = asm.asm attr.asm backup.asm binex.asm build.asm cmp.asm cobbler.asm copy.asm date.asm deiniz.asm del.asm deldir.asm \ dir.asm display.asm dsave.asm dump.asm echo.asm edit.asm error.asm exbin.asm format.asm free.asm help.asm ident.asm iniz.asm link.asm \ - list.asm load.asm login.asm makdir.asm merge.asm os9gen.asm pwd.asm pxd.asm rename.asm \ + list.asm load.asm login.asm makdir.asm merge.asm os9gen.asm pd.asm rename.asm \ save.asm setime.asm sleep.asm tee.asm tmode.asm tuneport.asm tsmon.asm verify.asm xmode.asm ALLOBJS = $(CMDS) $(SUBS) @@ -26,6 +26,12 @@ all: $(ALLOBJS) shell utilpak1 $(DEPENDS) $(CHMOD) 755 $(ALLOBJS) shell utilpak1 +pwd: pd.asm + $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPWD=1 + +pxd: pd.asm + $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPXD=1 + shell: $(SHELLMODS) $(DEPENDS) $(MERGE) $(SHELLMODS)>$@ @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***"