Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/uucpbb/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 | 94197db917c9 |
children | d5220b220313 |
comparison
equal
deleted
inserted
replaced
2855:e126b9acab32 | 2856:84d284e812cd |
---|---|
45 $(MAKDIR) $(DISK68),UUCP/SPOOL/REDHAT | 45 $(MAKDIR) $(DISK68),UUCP/SPOOL/REDHAT |
46 $(MAKDIR) $(DISK68),SYS | 46 $(MAKDIR) $(DISK68),SYS |
47 $(MAKDIR) $(DISK68),SYS/UUCP | 47 $(MAKDIR) $(DISK68),SYS/UUCP |
48 $(CD) sample_config; $(CPL) $(CONFIG) ../$(DISK68),SYS/UUCP | 48 $(CD) sample_config; $(CPL) $(CONFIG) ../$(DISK68),SYS/UUCP |
49 $(CPL) profile $(DISK68),SYS | 49 $(CPL) profile $(DISK68),SYS |
50 $(CD) cmds_6809; $(CP) $(CMDS68TCAP) ../$(DISK68),UUCP/CMDS_TCAP | 50 $(CD) cmds_6809; $(OS9COPY) $(CMDS68TCAP) ../$(DISK68),UUCP/CMDS_TCAP |
51 $(OS9ATTR_EXEC) $(foreach file,$(notdir $(CMDS68TCAP)),$(DISK68),UUCP/CMDS_TCAP/$(file)) | 51 $(OS9ATTR_EXEC) $(foreach file,$(notdir $(CMDS68TCAP)),$(DISK68),UUCP/CMDS_TCAP/$(file)) |
52 $(CD) cmds_6809; $(CP) $(CMDS68WIN) ../$(DISK68),UUCP/CMDS_WIN | 52 $(CD) cmds_6809; $(OS9COPY) $(CMDS68WIN) ../$(DISK68),UUCP/CMDS_WIN |
53 $(OS9ATTR_EXEC) $(foreach file,$(notdir $(CMDS68WIN)),$(DISK68),UUCP/CMDS_WIN/$(file)) | 53 $(OS9ATTR_EXEC) $(foreach file,$(notdir $(CMDS68WIN)),$(DISK68),UUCP/CMDS_WIN/$(file)) |
54 $(CD) doc; $(CPL) $(DOCS) ../$(DISK68),UUCP/DOC | 54 $(CD) doc; $(CPL) $(DOCS) ../$(DISK68),UUCP/DOC |
55 $(CPL) copying readme.first $(DISK68),UUCP | 55 $(CPL) copying readme.first $(DISK68),UUCP |
56 | 56 |
57 $(RM) $(DISK63) | 57 $(RM) $(DISK63) |
70 $(MAKDIR) $(DISK63),UUCP/SPOOL/REDHAT | 70 $(MAKDIR) $(DISK63),UUCP/SPOOL/REDHAT |
71 $(MAKDIR) $(DISK63),SYS | 71 $(MAKDIR) $(DISK63),SYS |
72 $(MAKDIR) $(DISK63),SYS/UUCP | 72 $(MAKDIR) $(DISK63),SYS/UUCP |
73 $(CD) sample_config; $(CPL) $(CONFIG) ../$(DISK63),SYS/UUCP | 73 $(CD) sample_config; $(CPL) $(CONFIG) ../$(DISK63),SYS/UUCP |
74 $(CPL) profile $(DISK63),SYS | 74 $(CPL) profile $(DISK63),SYS |
75 $(CD) cmds_6309; $(CP) $(CMDS63TCAP) ../$(DISK63),UUCP/CMDS_TCAP | 75 $(CD) cmds_6309; $(OS9COPY) $(CMDS63TCAP) ../$(DISK63),UUCP/CMDS_TCAP |
76 $(OS9ATTR_EXEC) $(foreach file,$(notdir $(CMDS63TCAP)),$(DISK63),UUCP/CMDS_TCAP/$(file)) | 76 $(OS9ATTR_EXEC) $(foreach file,$(notdir $(CMDS63TCAP)),$(DISK63),UUCP/CMDS_TCAP/$(file)) |
77 $(CD) cmds_6309; $(CP) $(CMDS63WIN) ../$(DISK63),UUCP/CMDS_WIN | 77 $(CD) cmds_6309; $(OS9COPY) $(CMDS63WIN) ../$(DISK63),UUCP/CMDS_WIN |
78 $(OS9ATTR_EXEC) $(foreach file,$(notdir $(CMDS63WIN)),$(DISK63),UUCP/CMDS_WIN/$(file)) | 78 $(OS9ATTR_EXEC) $(foreach file,$(notdir $(CMDS63WIN)),$(DISK63),UUCP/CMDS_WIN/$(file)) |
79 $(CD) doc; $(CPL) $(DOCS) ../$(DISK63),UUCP/DOC | 79 $(CD) doc; $(CPL) $(DOCS) ../$(DISK63),UUCP/DOC |
80 $(CPL) copying readme.first $(DISK63),UUCP | 80 $(CPL) copying readme.first $(DISK63),UUCP |
81 | 81 |
82 dskcopy: dsk | 82 dskcopy: dsk |
83 $(CP) $(DSKS) $(DSKDIR) | 83 $(OS9COPY) $(DSKS) $(DSKDIR) |
84 | 84 |
85 dskclean: | 85 dskclean: |
86 $(RM) $(DSKS) | 86 $(RM) $(DSKS) |
87 | 87 |
88 info: | 88 info: |