diff level2/cmds/makefile @ 161:fed96c42e0b4

The files that are the same between level2 and level2v3 have been removed and in those cases where the documentation is better for level2v3 of the disassebled file, the file has been moved to level2/CMDS
author roug
date Mon, 08 Jul 2002 20:10:06 +0000
parents 0bdd24a428fb
children aa7dad921edd
line wrap: on
line diff
--- a/level2/cmds/makefile	Mon Jul 08 19:25:22 2002 +0000
+++ b/level2/cmds/makefile	Mon Jul 08 20:10:06 2002 +0000
@@ -22,7 +22,7 @@
 		save.asm sleep.asm tee.asm verify.asm
 
 LEVEL2FILES	= attr.asm build.asm deiniz.asm gfx.asm iniz.asm mdir.asm \
-		mfree.asm montype.asm procs.asm shell_21.asm tmode.asm \
+		mfree.asm montype.asm procs.asm tmode.asm \
 		unlink.asm wcreate.asm
 
 # Files not compilable by os9asm: Config attr cmp dcheck dir dsave
@@ -48,10 +48,12 @@
 	@$(ECHO)
 
 $(LEVEL1FILES): ../../level1/CMDS/$@
-	cp ../../level1/CMDS/$@ .
+	-ln -s ../../level1/CMDS/$@
 
+$(LEVEL2FILES): ../../level2/CMDS/$@
+	-ln -s ../../level2/CMDS/$@
 clean:
-	$(RM) $(ALLOBJS) $(LEVEL1FILES) shell utilpak1 utilpak2
+	$(RM) $(ALLOBJS) $(LEVEL1FILES) $(LEVEL2FILES) shell utilpak1 utilpak2
 
 identify:
 	$(IDENT_SHORT) $(ALLOBJS)