Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/rof/makefile @ 2064:c8bb06c82d68
Changes for new NitrOS-9 directory structure
author | boisy |
---|---|
date | Fri, 05 May 2006 15:26:03 +0000 |
parents | af946652495d |
children | 612a4ff2e5f8 |
line wrap: on
line diff
--- a/3rdparty/packages/rof/makefile Tue Apr 25 21:54:15 2006 +0000 +++ b/3rdparty/packages/rof/makefile Fri May 05 15:26:03 2006 +0000 @@ -4,7 +4,7 @@ DISK = rof.dsk CMDS = rescue -MD = $(6809L2)/modules +MD = $(LEVEL2)/coco3/modules # We make our own bootfile and kernel track KERNEL = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn @@ -27,14 +27,14 @@ dsk: all $(RM) $(DISK) - $(CD) $(6809L2); make + $(CD) $(LEVEL2)/coco3; make $(OS9FORMAT_SS35) $(DISK) -n"Rescue on Fractalus" $(MERGE) $(OS9BOOT)>os9boot $(MERGE) $(KERNEL)>kernel_1773 - $(OS9GEN) $(DISK) -t=os9boot -b=kernel_1773 + $(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773 $(RM) os9boot kernel_1773 $(MAKDIR) $(DISK),CMDS - $(CP) $(6809L2)/CMDS/shell_21 $(DISK),CMDS/shell + $(CP) $(LEVEL2)/coco3/cmds/shell_21 $(DISK),CMDS/shell $(OS9ATTR_EXEC) $(DISK),CMDS/shell $(CP) $(CMDS) $(DISK),CMDS $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);)