changeset 1371:1ed7c47503e8

More changes
author boisy
date Fri, 26 Sep 2003 14:59:09 +0000
parents 62991148cab4
children c97cb6d7250f
files 3rdparty/packages/fsim2/makefile 3rdparty/packages/koronis/makefile 3rdparty/packages/kyumgai/makefile 3rdparty/packages/mm/makefile 3rdparty/packages/rof/makefile 3rdparty/packages/sierra/kingsquest3/makefile 3rdparty/packages/sierra/leisuresuitlarry/makefile 3rdparty/packages/subsim/makefile
diffstat 8 files changed, 39 insertions(+), 39 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/fsim2/makefile	Fri Sep 26 14:52:28 2003 +0000
+++ b/3rdparty/packages/fsim2/makefile	Fri Sep 26 14:59:09 2003 +0000
@@ -4,11 +4,11 @@
 
 DISK		= fsim2.dsk
 CMDS		= fs f2 f3 f4
-MD		= $(6809L2)/MODULES
+MD		= $(6809L2)/modules
 
 # We make our own bootfile and kernel track
-KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1
-OS9BOOT		= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel
+OS9BOOT		= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \
 		$(MD)/scf.mn $(MD)/cc3io.dr \
--- a/3rdparty/packages/koronis/makefile	Fri Sep 26 14:52:28 2003 +0000
+++ b/3rdparty/packages/koronis/makefile	Fri Sep 26 14:59:09 2003 +0000
@@ -4,11 +4,11 @@
 
 DISK		= koronis.dsk
 CMDS		= koronis
-MD		= $(LEVEL2)/MODULES
+MD		= $(6809L2)/modules
 
 # We make our own bootfile and kernel track
-KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1
-OS9BOOT		= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel
+OS9BOOT		= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \
 		$(MD)/scf.mn $(MD)/cc3io.dr \
@@ -31,14 +31,14 @@
 
 dsk:	all
 	$(RM) $(DISK)
-	$(CD) $(LEVEL2); make
+	$(CD) $(6809L2); make
 	$(OS9FORMAT_SS35) $(DISK) -n"Koronis Rift"
 	$(MERGE) $(OS9BOOT)>os9boot
 	$(MERGE) $(KERNEL)>kernel_1773
 	$(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773
 	$(RM) os9boot kernel_1773
 	$(MAKDIR) $(DISK),CMDS
-	$(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell
+	$(CP) $(6809L2)/cmds/shell_21 $(DISK),CMDS/shell
 	$(OS9ATTR_EXEC) $(DISK),CMDS/shell
 	$(CP) $(CMDS) $(DISK),CMDS
 	$(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);)
--- a/3rdparty/packages/kyumgai/makefile	Fri Sep 26 14:52:28 2003 +0000
+++ b/3rdparty/packages/kyumgai/makefile	Fri Sep 26 14:59:09 2003 +0000
@@ -4,11 +4,11 @@
 
 DISK		= kyumgai.dsk
 CMDS		= ninja ninja.snd1 ninja.snd2
-MD		= $(LEVEL2)/MODULES
+MD		= $(6809L2)/modules
 
 # We make our own bootfile and kernel track
-KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1
-OS9BOOT		= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel
+OS9BOOT		= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \
 		$(MD)/scf.mn $(MD)/cc3io.dr \
@@ -33,14 +33,14 @@
 
 dsk:	all
 	$(RM) $(DISK)
-	$(CD) $(LEVEL2); make
+	$(CD) $(6809L2); make
 	$(OS9FORMAT_DS40) $(DISK) -n"Kyum-Gai: To Be Ninja"
 	$(MERGE) $(OS9BOOT)>os9boot
 	$(MERGE) $(KERNEL)>kernel_1773
 	$(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773
 	$(RM) os9boot kernel_1773
 	$(MAKDIR) $(DISK),CMDS
-	$(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell
+	$(CP) $(6809L2)/cmds/shell_21 $(DISK),CMDS/shell
 	$(OS9ATTR_EXEC) $(DISK),CMDS/shell
 	$(CP) $(CMDS) $(DISK),CMDS
 	$(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);)
--- a/3rdparty/packages/mm/makefile	Fri Sep 26 14:52:28 2003 +0000
+++ b/3rdparty/packages/mm/makefile	Fri Sep 26 14:59:09 2003 +0000
@@ -5,11 +5,11 @@
 DISK		= mm.dsk
 CMDS		= mm mod1.dat mod2.dat mod3.dat mod4.dat mod5.dat \
 		mod6.sbr mod7.sbr mod8.sbr
-MD		= $(LEVEL2)/MODULES
+MD		= $(6809L2)/modules
 
 # We make our own bootfile and kernel track
-KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1
-OS9BOOT		= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel
+OS9BOOT		= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \
 		$(MD)/scf.mn $(MD)/cc3io.dr \
@@ -28,14 +28,14 @@
 
 dsk:	all
 	$(RM) $(DISK)
-	$(CD) $(LEVEL2); make
+	$(CD) $(6809L2); make
 	$(OS9FORMAT_DS40) $(DISK) -n"Microscopic Mission"
 	$(MERGE) $(OS9BOOT)>os9boot
 	$(MERGE) $(KERNEL)>kernel_1773
 	$(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773
 	$(RM) os9boot kernel_1773
 	$(MAKDIR) $(DISK),CMDS
-	$(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell
+	$(CP) $(6809L2)/cmds/shell_21 $(DISK),CMDS/shell
 	$(OS9ATTR_EXEC) $(DISK),CMDS/shell
 	$(CP) $(CMDS) $(DISK),CMDS
 	$(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);)
--- a/3rdparty/packages/rof/makefile	Fri Sep 26 14:52:28 2003 +0000
+++ b/3rdparty/packages/rof/makefile	Fri Sep 26 14:59:09 2003 +0000
@@ -4,11 +4,11 @@
 
 DISK		= rof.dsk
 CMDS		= rescue
-MD		= $(LEVEL2)/MODULES
+MD		= $(6809L2)/modules
 
 # We make our own bootfile and kernel track
-KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1
-OS9BOOT		= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel
+OS9BOOT		= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \
 		$(MD)/scf.mn $(MD)/cc3io.dr \
@@ -27,14 +27,14 @@
 
 dsk:	all
 	$(RM) $(DISK)
-	$(CD) $(LEVEL2); make
+	$(CD) $(6809L2); make
 	$(OS9FORMAT_SS35) $(DISK) -n"Rescue on Fractalus"
 	$(MERGE) $(OS9BOOT)>os9boot
 	$(MERGE) $(KERNEL)>kernel_1773
 	$(OS9GEN) $(DISK) -t=os9boot -b=kernel_1773
 	$(RM) os9boot kernel_1773
 	$(MAKDIR) $(DISK),CMDS
-	$(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell
+	$(CP) $(6809L2)/CMDS/shell_21 $(DISK),CMDS/shell
 	$(OS9ATTR_EXEC) $(DISK),CMDS/shell
 	$(CP) $(CMDS) $(DISK),CMDS
 	$(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);)
--- a/3rdparty/packages/sierra/kingsquest3/makefile	Fri Sep 26 14:52:28 2003 +0000
+++ b/3rdparty/packages/sierra/kingsquest3/makefile	Fri Sep 26 14:59:09 2003 +0000
@@ -6,11 +6,11 @@
 DISK_2		= kq3_d2.dsk
 DISK_3		= kq3_d3.dsk
 CMDS		= sierra mnln scrn shdw tocgen
-MD		= $(LEVEL2)/MODULES
+MD		= $(6809L2)/modules
 
 # We make our own bootfile and kernel track
-KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1
-OS9BOOT		= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel
+OS9BOOT		= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \
 		$(MD)/scf.mn $(MD)/cc3io.dr \
@@ -19,9 +19,9 @@
 		$(MD)/vrn.dr $(MD)/vi.dd \
 		$(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd
 
-BOOTCMDS	= $(LEVEL2)/CMDS/shell_21 $(LEVEL2)/CMDS/date \
-		$(LEVEL2)/CMDS/echo $(LEVEL2)/CMDS/link \
-		$(LEVEL2)/CMDS/setime
+BOOTCMDS	= $(6809L2)/cmds/shell_21 $(6809L2)/cmds/date \
+		$(6809L2)/cmds/echo $(6809L2)/cmds/link \
+		$(6809L2)/cmds/setime
 
 TEXTFILES_D1	= Startup tOC.txt
 
@@ -44,7 +44,7 @@
 
 dsk:	all
 	$(RM) $(DISK_1) $(DISK_2) $(DISK_3)
-	$(CD) $(LEVEL2); make
+	$(CD) $(6809L2); make
 	$(OS9FORMAT_DS40) $(DISK_1) -n"King's Quest III Disk 1"
 	$(MERGE) $(OS9BOOT)>os9boot
 	$(MERGE) $(KERNEL)>kernel_1773
--- a/3rdparty/packages/sierra/leisuresuitlarry/makefile	Fri Sep 26 14:52:28 2003 +0000
+++ b/3rdparty/packages/sierra/leisuresuitlarry/makefile	Fri Sep 26 14:59:09 2003 +0000
@@ -4,11 +4,11 @@
 
 DISK		= lsl.dsk
 CMDS		= sierra mnln scrn shdw
-MD		= $(LEVEL2)/MODULES
+MD		= $(6809L2)/modules
 
 # We make our own bootfile and kernel track
-KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1
-OS9BOOT		= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel
+OS9BOOT		= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \
 		$(MD)/scf.mn $(MD)/cc3io.dr \
@@ -29,7 +29,7 @@
 
 dsk:	all
 	$(RM) $(DISK)
-	$(CD) $(LEVEL2); make
+	$(CD) $(6809L2); make
 	$(OS9FORMAT_DS40) $(DISK) -n"Leisure Suit Larry"
 	$(MERGE) $(OS9BOOT)>os9boot
 	$(MERGE) $(KERNEL)>kernel_1773
--- a/3rdparty/packages/subsim/makefile	Fri Sep 26 14:52:28 2003 +0000
+++ b/3rdparty/packages/subsim/makefile	Fri Sep 26 14:59:09 2003 +0000
@@ -4,11 +4,11 @@
 
 DISK		= subsim.dsk
 CMDS		= presub sub sub1 sub2 sub3 sub4 sub5 sub6
-MD		= $(LEVEL2)/MODULES
+MD		= $(6809L2)/modules
 
 # We make our own bootfile and kernel track
-KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1
-OS9BOOT		= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+KERNEL		= $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel
+OS9BOOT		= $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
 		$(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \
 		$(MD)/scf.mn $(MD)/cc3io.dr \
@@ -29,7 +29,7 @@
 
 dsk:	all
 	$(RM) $(DISK)
-	$(CD) $(LEVEL2); make
+	$(CD) $(6809L2); make
 	$(OS9FORMAT_DS40) $(DISK) -n"Sub Battle Simulator"
 	$(MERGE) $(OS9BOOT)>os9boot
 	$(MERGE) $(KERNEL)>kernel_1773
@@ -38,7 +38,7 @@
 	$(MAKDIR) $(DISK),CMDS $(DISK),SUB
 	$(CP) $(CMDS) $(DISK),CMDS
 	$(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);)
-	$(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell
+	$(CP) $(6809L2)/cmds/shell_21 $(DISK),CMDS/shell
 	$(OS9ATTR_EXEC) $(DISK),CMDS/shell
 	$(OS9RENAME) $(DISK),CMDS/presub AutoEx
 	$(CP) $(SUPPORTFILES) $(DISK),SUB