Changeset 274 for trunk/kBuild
- Timestamp:
- May 6, 2005, 12:50:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r272 r274 822 822 $(CP) $(exe) $(pubexe) 823 823 else 824 $(eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \825 $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/)))826 $(pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe)))827 $(RM) -f $$@828 $(CP) $(exe) $$@824 #$(eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \ 825 # $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/))) 826 #$(pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe))) 827 # $(RM) -f $$@ 828 # $(CP) $(exe) $$@ 829 829 endif 830 830 … … 903 903 $(CP) $(lib) $(publib) 904 904 else 905 $(eval publib := $(patsubst %/,%/$(notdir $(lib)), \906 $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_LIB)/)))907 $(publib) : $(lib) $(addsuffix .dir_created, $(dir $(publib)))908 $(RM) -f $$@909 $(CP) $(lib) $$@905 #$(eval publib := $(patsubst %/,%/$(notdir $(lib)), \ 906 # $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_LIB)/))) 907 #$(publib) : $(lib) $(addsuffix .dir_created, $(dir $(publib))) 908 # $(RM) -f $$@ 909 # $(CP) $(lib) $$@ 910 910 endif 911 911 … … 1085 1085 $(CP) $(dll) $(pubdll) 1086 1086 else 1087 $(eval pubdll := $(patsubst %/,%/$(notdir $(dll)), \1088 $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_DLL)/)))1089 $(pubdll) : $(dll) $(addsuffix .dir_created, $(dir $(publib)))1090 $(RM) -f $$@1091 $(CP) $(dll) $$@1087 #$(eval pubdll := $(patsubst %/,%/$(notdir $(dll)), \ 1088 # $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_DLL)/))) 1089 #$(pubdll) : $(dll) $(addsuffix .dir_created, $(dir $(publib))) 1090 # $(RM) -f $$@ 1091 # $(CP) $(dll) $$@ 1092 1092 endif 1093 1093 … … 1268 1268 $(CP) $(exe) $(pubexe) 1269 1269 else 1270 $(eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \1271 $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/)))1272 $(pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe)))1273 $(RM) -f $$@1274 $(CP) $(exe) $$@1270 #$(eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \ 1271 # $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/))) 1272 #$(pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe))) 1273 # $(RM) -f $$@ 1274 # $(CP) $(exe) $$@ 1275 1275 endif 1276 1276 … … 1449 1449 $(CP) $(sys) $(pubsys) 1450 1450 else 1451 $(eval pubsys := $(patsubst %/,%/$(notdir $(sys)), \1452 $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_SYS)/)))1453 $(pubsys) : $(sys) $(addsuffix .dir_created, $(dir $(pubsys)))1454 $(RM) -f $$@1455 $(CP) $(sys) $$@1451 #$(eval pubsys := $(patsubst %/,%/$(notdir $(sys)), \ 1452 # $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_SYS)/))) 1453 #$(pubsys) : $(sys) $(addsuffix .dir_created, $(dir $(pubsys))) 1454 # $(RM) -f $$@ 1455 # $(CP) $(sys) $$@ 1456 1456 endif 1457 1457
Note:
See TracChangeset
for help on using the changeset viewer.