changeset 1562:20cd646c1150

Makefiles updated
author boisy
date Fri, 14 May 2004 01:30:06 +0000
parents 14646798923a
children cc4a58b55d79
files level2/coco3/bootfiles/makefile level2/coco3_6309/bootfiles/makefile level2/makefile
diffstat 3 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3/bootfiles/makefile	Fri May 14 01:28:49 2004 +0000
+++ b/level2/coco3/bootfiles/makefile	Fri May 14 01:30:06 2004 +0000
@@ -7,7 +7,7 @@
 
 DEPENDS		= ./makefile
 
-KERNEL_STOCK	= $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/kernel
+KERNEL_1773	= $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/kernel
 
 # OS-9 disk bootfile to allow booting from WD1773 disk controller
 BOOTFILE_VDG	= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
@@ -51,7 +51,7 @@
 
 BOOTFILES	= bootfile_vdg bootfile_win40 bootfile_win80 \
 		bootfile_vdg_ds80 bootfile_win40_ds80 bootfile_win80_ds80
-KERNELS		= kernel_stock
+KERNELS		= kernel_1773
 
 ALLOBJS		= $(BOOTFILES) $(KERNELS)
 
@@ -77,8 +77,8 @@
 	$(MERGE) $(BOOTFILE_WIN80_DS80)>$@
 
 # Kernels
-kernel_stock: $(KERNEL_STOCK) $(DEPENDS)
-	$(MERGE) $(KERNEL_STOCK)>$@
+kernel_1773: $(KERNEL_1773) $(DEPENDS)
+	$(MERGE) $(KERNEL_1773)>$@
 
 clean:
 	$(RM) $(ALLOBJS)
--- a/level2/coco3_6309/bootfiles/makefile	Fri May 14 01:28:49 2004 +0000
+++ b/level2/coco3_6309/bootfiles/makefile	Fri May 14 01:30:06 2004 +0000
@@ -7,7 +7,7 @@
 
 DEPENDS		= ./makefile
 
-KERNEL_STOCK	= $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/kernel
+KERNEL_1773	= $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/kernel
 
 # OS-9 disk bootfile to allow booting from WD1773 disk controller
 BOOTFILE_VDG	= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
@@ -51,7 +51,7 @@
 
 BOOTFILES	= bootfile_vdg bootfile_win40 bootfile_win80 \
 		bootfile_vdg_ds80 bootfile_win40_ds80 bootfile_win80_ds80
-KERNELS		= kernel_stock
+KERNELS		= kernel_1773
 
 ALLOBJS		= $(BOOTFILES) $(KERNELS)
 
@@ -77,8 +77,8 @@
 	$(MERGE) $(BOOTFILE_WIN80_DS80)>$@
 
 # Kernels
-kernel_stock: $(KERNEL_STOCK) $(DEPENDS)
-	$(MERGE) $(KERNEL_STOCK)>$@
+kernel_1773: $(KERNEL_1773) $(DEPENDS)
+	$(MERGE) $(KERNEL_1773)>$@
 
 clean:
 	$(RM) $(ALLOBJS)
--- a/level2/makefile	Fri May 14 01:28:49 2004 +0000
+++ b/level2/makefile	Fri May 14 01:30:06 2004 +0000
@@ -3,7 +3,7 @@
 RELEASE		= nos96809l2v030201
 BOOTFILE	= bootfiles/bootfile_win80
 BOOTFILE_DS80	= bootfiles/bootfile_win80_ds80
-KERNELFILE	= bootfiles/kernel_stock
+KERNELFILE	= bootfiles/kernel_1773
 DIRS		= cmds modules defs sys bootfiles
 
 CMDS		= $(shell $(CD) cmds; make showobjs)