changeset 753:c5840f667d94

Now dsk image is properly made and works fine
author boisy
date Wed, 08 Jan 2003 14:26:02 +0000
parents 9e166adbc547
children c81bad35f02f
files 3rdparty/packages/rof/makefile
diffstat 1 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/rof/makefile	Wed Jan 08 14:19:06 2003 +0000
+++ b/3rdparty/packages/rof/makefile	Wed Jan 08 14:26:02 2003 +0000
@@ -8,10 +8,12 @@
 
 # We make our own bootfile and kernel track
 KERNEL		= $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1
-OS9BOOT		= $(MD)/os9p2 $(MD)/init $(MD)/ioman $(MD)/cc3disk.dr $(MD)/rbf.mn \
-		$(MD)/ddd0_40d.dd $(MD)/d0_40d.dd \
-		$(MD)/scf.mn $(MD)/cc3io.dr $(MD)/vdgint.io $(MD)/keydrv \
-		$(MD)/joydrv_joy $(MD)/snddrv $(MD)/term_vdg.dt \
+OS9BOOT		= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+		$(MD)/rbf.mn \
+		$(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \
+		$(MD)/scf.mn $(MD)/cc3io.dr \
+		$(MD)/keydrv $(MD)/joydrv_joy $(MD)/snddrv \
+		$(MD)/vdgint.io $(MD)/term_vdg.dt \
 		$(MD)/clock_soft $(MD)/cc3go
 
 SUPPORTFILES	= body heads larms legs lips panel1 rofvar rship.c rtitle.c scores
@@ -32,7 +34,9 @@
 	$(MERGE) $(KERNEL)>kernel_1773
 	$(OS9GEN) $(DISK) os9boot kernel_1773
 	$(MAKDIR) $(DISK),CMDS
-	$(CP) rescue $(DISK),CMDS/AutoEx
+	$(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell
+	$(CP) $(CMDS) $(DISK),CMDS
+	$(OS9RENAME) $(DISK),CMDS/rescue AutoEx
 	$(CP) $(SUPPORTFILES) $(DISK),.
 
 dskclean: