changeset 1561:14646798923a

Makefiles updated
author boisy
date Fri, 14 May 2004 01:28:49 +0000
parents 4f91ca7f3e6f
children 20cd646c1150
files level1/makefile
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/level1/makefile	Thu May 13 20:53:51 2004 +0000
+++ b/level1/makefile	Fri May 14 01:28:49 2004 +0000
@@ -1,9 +1,9 @@
 include ../rules.mak
 
 RELEASE		= nos96809l1v030201
-BOOTFILE	= bootfiles/bootfile_stock
-BOOTFILE_DS80	= bootfiles/bootfile_stock_ds80
-KERNELFILE	= bootfiles/kernel_stock
+BOOTFILE	= bootfiles/bootfile
+BOOTFILE_DS80	= bootfiles/bootfile_ds80
+KERNELFILE	= bootfiles/kernel_1773
 DIRS		= cmds modules defs sys bootfiles
 
 # Specify which shell should be used
@@ -18,7 +18,7 @@
 RBF		= $(shell $(CD) modules; make showrbf)
 SCF		= $(shell $(CD) modules; make showscf)
 PIPE		= $(shell $(CD) modules; make showpipe)
-MODULECMDS	= shell del echo format makdir merge os9gen prompt
+MODULECMDS	= $(WHICHSHELL) del echo format makdir merge os9gen prompt
 
 SYS		= $(shell $(CD) sys; make showobjs)
 DEFS		= $(shell $(CD) defs; make showobjs)
@@ -79,6 +79,7 @@
 	$(MAKDIR) $@,NITROS9/6809L1/CMDS
 	$(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
 	$(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
+	$(OS9RENAME) $@,NITROS9/6809L1/CMDS//$(WHICHSHELL) shell
 	$(MAKDIR) $@,NITROS9/6809L1/MODULES
 	$(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
 	$(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK