Mercurial > hg > Members > kono > nitros9-code
changeset 1569:ce531f8edad4
Makefiles updated
author | boisy |
---|---|
date | Tue, 18 May 2004 01:14:52 +0000 |
parents | 338690d16f53 |
children | a4b6825eeb72 |
files | level2/coco3/bootfiles/makefile.cust level2/coco3_6309/bootfiles/makefile.cust |
diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/coco3/bootfiles/makefile.cust Mon May 17 18:30:24 2004 +0000 +++ b/level2/coco3/bootfiles/makefile.cust Tue May 18 01:14:52 2004 +0000 @@ -80,7 +80,7 @@ # $(C9)/products/SuperSCSI/softwarev2/6809l2/lltc3.dr \ # $(C9)/products/SuperSCSI/softwarev2/6809l2/h5_ez135_tc3.dd \ -BOOTFILE_IDE = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \ +BOOTFILE_LUCKEY = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(C9)/Products/SuperDrivers/software/6809l2/rbsuper.dr \ $(C9)/Products/SuperDrivers/software/6809l2/llide.dr \ @@ -93,7 +93,6 @@ $(MD)/term_win80.dt \ $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ - $(MD)/sc6551.dr $(MD)/t2_sc6551.dd $(MD)/t3_sc6551.dd \ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ $(MD)/clock_60hz \ $(MD)/clock2_tc3 @@ -141,8 +140,9 @@ bootfile_cust: $(BOOTFILE_CUST) $(DEPENDS) $(MERGE) $(BOOTFILE_CUST)>$@ -bootfile_ide: $(BOOTFILE_IDE) $(DEPENDS) - $(MERGE) $(BOOTFILE_IDE)>$@ +# Howard Luckey's bootfile for his SuperIDE purchased on May 16, 2004 +bootfile_luckey: $(BOOTFILE_LUCKEY) $(DEPENDS) + $(MERGE) $(BOOTFILE_LUCKEY)>$@ kernel_1773: $(KERNEL_1773) $(DEPENDS) $(MERGE) $(KERNEL_1773)>$@
--- a/level2/coco3_6309/bootfiles/makefile.cust Mon May 17 18:30:24 2004 +0000 +++ b/level2/coco3_6309/bootfiles/makefile.cust Tue May 18 01:14:52 2004 +0000 @@ -80,7 +80,7 @@ # $(C9)/products/SuperSCSI/softwarev2/6809l2/lltc3.dr \ # $(C9)/products/SuperSCSI/softwarev2/6809l2/h5_ez135_tc3.dd \ -BOOTFILE_IDE = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \ +BOOTFILE_LUCKEY = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(C9)/Products/SuperDrivers/software/6809l2/rbsuper.dr \ $(C9)/Products/SuperDrivers/software/6809l2/llide.dr \ @@ -93,7 +93,6 @@ $(MD)/term_win80.dt \ $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ - $(MD)/sc6551.dr $(MD)/t2_sc6551.dd $(MD)/t3_sc6551.dd \ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ $(MD)/clock_60hz \ $(MD)/clock2_tc3 @@ -141,8 +140,9 @@ bootfile_cust: $(BOOTFILE_CUST) $(DEPENDS) $(MERGE) $(BOOTFILE_CUST)>$@ -bootfile_ide: $(BOOTFILE_IDE) $(DEPENDS) - $(MERGE) $(BOOTFILE_IDE)>$@ +# Howard Luckey's bootfile for his SuperIDE purchased on May 16, 2004 +bootfile_luckey: $(BOOTFILE_LUCKEY) $(DEPENDS) + $(MERGE) $(BOOTFILE_LUCKEY)>$@ kernel_1773: $(KERNEL_1773) $(DEPENDS) $(MERGE) $(KERNEL_1773)>$@