Mercurial > hg > Members > kono > nitros9-code
diff level2/makefile @ 341:20944721d3e6
Major makefile mods
author | boisy |
---|---|
date | Wed, 24 Jul 2002 14:34:24 +0000 |
parents | 17ba481eb565 |
children | 71b60814fb01 |
line wrap: on
line diff
--- a/level2/makefile Wed Jul 24 14:10:07 2002 +0000 +++ b/level2/makefile Wed Jul 24 14:34:24 2002 +0000 @@ -1,5 +1,7 @@ include ../Makefile.rules +ROOTFILES = startup + # Make all components all: @$(ECHO) "*********************************************" @@ -13,6 +15,8 @@ $(CD) DEFS; make $(CD) SYS; make $(CD) BOOTFILES; make + $(UNIX2OS9) $(ROOTFILES) + $(CHMOD) 644 $(ROOTFILES) # Clean all components clean: @@ -21,3 +25,4 @@ -$(CD) DEFS; make clean -$(CD) SYS; make clean -$(CD) BOOTFILES; make clean + -$(OS92UNIX) $(ROOTFILES)