Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/mm/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 |
---|---|
59 $(MERGE) $(BOOTFILE_FLOPPY)>os9boot | 59 $(MERGE) $(BOOTFILE_FLOPPY)>os9boot |
60 $(MERGE) $(KERNEL_FLOPPY)>kernel | 60 $(MERGE) $(KERNEL_FLOPPY)>kernel |
61 $(OS9GEN) $@ -b=os9boot -t=kernel | 61 $(OS9GEN) $@ -b=os9boot -t=kernel |
62 $(RM) os9boot kernel | 62 $(RM) os9boot kernel |
63 $(MAKDIR) $@,CMDS | 63 $(MAKDIR) $@,CMDS |
64 $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell | 64 $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell |
65 $(OS9ATTR_EXEC) $@,CMDS/shell | 65 $(OS9ATTR_EXEC) $@,CMDS/shell |
66 $(CP) $(CMDS) $@,CMDS | 66 $(OS9COPY) $(CMDS) $@,CMDS |
67 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) | 67 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
68 $(OS9RENAME) $@,CMDS/mm AutoEx | 68 $(OS9RENAME) $@,CMDS/mm AutoEx |
69 $(CP) $(SUPPORTFILES) $@,. | 69 $(OS9COPY) $(SUPPORTFILES) $@,. |
70 $(OS9ATTR_EXEC) $(foreach file,$(SUPPORTFILES),$@,$(file)) | 70 $(OS9ATTR_EXEC) $(foreach file,$(SUPPORTFILES),$@,$(file)) |
71 | 71 |
72 $(DSK_DW): | 72 $(DSK_DW): |
73 $(RM) $@ | 73 $(RM) $@ |
74 $(CD) $(LEVEL2)/coco3; make | 74 $(CD) $(LEVEL2)/coco3; make |
76 $(MERGE) $(BOOTFILE_DW)>os9boot | 76 $(MERGE) $(BOOTFILE_DW)>os9boot |
77 $(MERGE) $(KERNEL_DW)>kernel | 77 $(MERGE) $(KERNEL_DW)>kernel |
78 $(OS9GEN) $@ -b=os9boot -t=kernel | 78 $(OS9GEN) $@ -b=os9boot -t=kernel |
79 $(RM) os9boot kernel | 79 $(RM) os9boot kernel |
80 $(MAKDIR) $@,CMDS | 80 $(MAKDIR) $@,CMDS |
81 $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell | 81 $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell |
82 $(OS9ATTR_EXEC) $@,CMDS/shell | 82 $(OS9ATTR_EXEC) $@,CMDS/shell |
83 $(CP) $(CMDS) $@,CMDS | 83 $(OS9COPY) $(CMDS) $@,CMDS |
84 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) | 84 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
85 $(OS9RENAME) $@,CMDS/mm AutoEx | 85 $(OS9RENAME) $@,CMDS/mm AutoEx |
86 $(CP) $(SUPPORTFILES) $@,. | 86 $(OS9COPY) $(SUPPORTFILES) $@,. |
87 $(OS9ATTR_EXEC) $(foreach file,$(SUPPORTFILES),$@,$(file)) | 87 $(OS9ATTR_EXEC) $(foreach file,$(SUPPORTFILES),$@,$(file)) |
88 | 88 |
89 $(DSK_DW_BECKER): | 89 $(DSK_DW_BECKER): |
90 $(RM) $@ | 90 $(RM) $@ |
91 $(CD) $(LEVEL2)/coco3; make | 91 $(CD) $(LEVEL2)/coco3; make |
93 $(MERGE) $(BOOTFILE_DW_BECKER)>os9boot | 93 $(MERGE) $(BOOTFILE_DW_BECKER)>os9boot |
94 $(MERGE) $(KERNEL_DW_BECKER)>kernel | 94 $(MERGE) $(KERNEL_DW_BECKER)>kernel |
95 $(OS9GEN) $@ -b=os9boot -t=kernel | 95 $(OS9GEN) $@ -b=os9boot -t=kernel |
96 $(RM) os9boot kernel | 96 $(RM) os9boot kernel |
97 $(MAKDIR) $@,CMDS | 97 $(MAKDIR) $@,CMDS |
98 $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell | 98 $(OS9COPY) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell |
99 $(OS9ATTR_EXEC) $@,CMDS/shell | 99 $(OS9ATTR_EXEC) $@,CMDS/shell |
100 $(CP) $(CMDS) $@,CMDS | 100 $(OS9COPY) $(CMDS) $@,CMDS |
101 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) | 101 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) |
102 $(OS9RENAME) $@,CMDS/mm AutoEx | 102 $(OS9RENAME) $@,CMDS/mm AutoEx |
103 $(CP) $(SUPPORTFILES) $@,. | 103 $(OS9COPY) $(SUPPORTFILES) $@,. |
104 $(OS9ATTR_EXEC) $(foreach file,$(SUPPORTFILES),$@,$(file)) | 104 $(OS9ATTR_EXEC) $(foreach file,$(SUPPORTFILES),$@,$(file)) |
105 | 105 |
106 dskcopy: dsk | 106 dskcopy: dsk |
107 $(CP) $(DSKS) $(DSKDIR) | 107 $(OS9COPY) $(DSKS) $(DSKDIR) |
108 | 108 |
109 dskclean: | 109 dskclean: |
110 $(RM) $(DSKS) | 110 $(RM) $(DSKS) |
111 | 111 |
112 info: | 112 info: |