Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/rof/makefile @ 2856:84d284e812cd lwtools-port
Makefiles: Rename CP to OS9COPY
CP is normally reserved for the host native cp equivalent.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 13 Jul 2013 11:47:11 +0200 |
parents | 84d9d5765057 |
children | d5220b220313 |
comparison
equal
deleted
inserted
replaced
2855:e126b9acab32 | 2856:84d284e812cd |
---|---|
58 $(MERGE) $(BOOTFILE_FLOPPY)>os9boot | 58 $(MERGE) $(BOOTFILE_FLOPPY)>os9boot |
59 $(MERGE) $(KERNEL_FLOPPY)>kernel | 59 $(MERGE) $(KERNEL_FLOPPY)>kernel |
60 $(OS9GEN) $@ -b=os9boot -t=kernel | 60 $(OS9GEN) $@ -b=os9boot -t=kernel |
61 $(RM) os9boot kernel | 61 $(RM) os9boot kernel |
62 $(MAKDIR) $@,CMDS | 62 $(MAKDIR) $@,CMDS |
63 $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell | 63 $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell |
64 $(OS9ATTR_EXEC) $@,CMDS/shell | 64 $(OS9ATTR_EXEC) $@,CMDS/shell |
65 $(CP) $(CMDS) $@,CMDS | 65 $(OS9COPY) $(CMDS) $@,CMDS |
66 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) | 66 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
67 $(OS9RENAME) $@,CMDS/rescue AutoEx | 67 $(OS9RENAME) $@,CMDS/rescue AutoEx |
68 $(CP) $(SUPPORTFILES) $@,. | 68 $(OS9COPY) $(SUPPORTFILES) $@,. |
69 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) | 69 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) |
70 | 70 |
71 $(DSK_DW): | 71 $(DSK_DW): |
72 $(RM) $@ | 72 $(RM) $@ |
73 $(CD) $(LEVEL2)/coco3; make | 73 $(CD) $(LEVEL2)/coco3; make |
75 $(MERGE) $(BOOTFILE_DW)>os9boot | 75 $(MERGE) $(BOOTFILE_DW)>os9boot |
76 $(MERGE) $(KERNEL_DW)>kernel | 76 $(MERGE) $(KERNEL_DW)>kernel |
77 $(OS9GEN) $@ -b=os9boot -t=kernel | 77 $(OS9GEN) $@ -b=os9boot -t=kernel |
78 $(RM) os9boot kernel | 78 $(RM) os9boot kernel |
79 $(MAKDIR) $@,CMDS | 79 $(MAKDIR) $@,CMDS |
80 $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell | 80 $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell |
81 $(OS9ATTR_EXEC) $@,CMDS/shell | 81 $(OS9ATTR_EXEC) $@,CMDS/shell |
82 $(CP) $(CMDS) $@,CMDS | 82 $(OS9COPY) $(CMDS) $@,CMDS |
83 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) | 83 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
84 $(OS9RENAME) $@,CMDS/rescue AutoEx | 84 $(OS9RENAME) $@,CMDS/rescue AutoEx |
85 $(CP) $(SUPPORTFILES) $@,. | 85 $(OS9COPY) $(SUPPORTFILES) $@,. |
86 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) | 86 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) |
87 | 87 |
88 $(DSK_DW_BECKER): | 88 $(DSK_DW_BECKER): |
89 $(RM) $@ | 89 $(RM) $@ |
90 $(CD) $(LEVEL2)/coco3; make | 90 $(CD) $(LEVEL2)/coco3; make |
92 $(MERGE) $(BOOTFILE_DW_BECKER)>os9boot | 92 $(MERGE) $(BOOTFILE_DW_BECKER)>os9boot |
93 $(MERGE) $(KERNEL_DW_BECKER)>kernel | 93 $(MERGE) $(KERNEL_DW_BECKER)>kernel |
94 $(OS9GEN) $@ -b=os9boot -t=kernel | 94 $(OS9GEN) $@ -b=os9boot -t=kernel |
95 $(RM) os9boot kernel | 95 $(RM) os9boot kernel |
96 $(MAKDIR) $@,CMDS | 96 $(MAKDIR) $@,CMDS |
97 $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell | 97 $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell |
98 $(OS9ATTR_EXEC) $@,CMDS/shell | 98 $(OS9ATTR_EXEC) $@,CMDS/shell |
99 $(CP) $(CMDS) $@,CMDS | 99 $(OS9COPY) $(CMDS) $@,CMDS |
100 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) | 100 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
101 $(OS9RENAME) $@,CMDS/rescue AutoEx | 101 $(OS9RENAME) $@,CMDS/rescue AutoEx |
102 $(CP) $(SUPPORTFILES) $@,. | 102 $(OS9COPY) $(SUPPORTFILES) $@,. |
103 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) | 103 $(OS9ATTR_TEXT) $(foreach file,$(SUPPORTFILES),$@,$(file)) |
104 | 104 |
105 dskcopy: dsk | 105 dskcopy: dsk |
106 $(CP) $(DSKS) $(DSKDIR) | 106 $(OS9COPY) $(DSKS) $(DSKDIR) |
107 | 107 |
108 dskclean: | 108 dskclean: |
109 $(RM) $(DSKS) | 109 $(RM) $(DSKS) |
110 | 110 |
111 info: | 111 info: |