Changeset 276
- Timestamp:
- May 6, 2005, 1:10:11 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/kBuild/footer.kmk ¶
r275 r276 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 … … 897 897 # installing 898 898 ifndef $(target)_NOINST 899 # ifndef KBUILD_NEW_STUFF899 # ifndef KBUILD_NEW_STUFF 900 900 $(eval publib := $(PATH_LIB)/$(notdir $(lib))) 901 901 $(publib) : $(lib) $(dir $(publib)).dir_created … … 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)))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 1090 # $(RM) -f $$@ 1091 1091 # $(CP) $(dll) $$@ … … 1268 1268 $(CP) $(exe) $(pubexe) 1269 1269 #else 1270 #$ (eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \1270 #$ (eval pubexe := $(patsubst %/,%/$(notdir $(exe)), \ 1271 1271 # $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_BIN)/))) 1272 #$ (pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe)))1272 #$ (pubexe) : $(exe) $(addsuffix .dir_created, $(dir $(pubexe))) 1273 1273 # $(RM) -f $$@ 1274 1274 # $(CP) $(exe) $$@ … … 1449 1449 $(CP) $(sys) $(pubsys) 1450 1450 #else 1451 #$ (eval pubsys := $(patsubst %/,%/$(notdir $(sys)), \1451 #$ (eval pubsys := $(patsubst %/,%/$(notdir $(sys)), \ 1452 1452 # $(if $($(target)_INST), $(addprefix $(PATH_INS)/,$($(target)_INST)), $(PATH_SYS)/))) 1453 #$ (pubsys) : $(sys) $(addsuffix .dir_created, $(dir $(pubsys)))1453 #$ (pubsys) : $(sys) $(addsuffix .dir_created, $(dir $(pubsys))) 1454 1454 # $(RM) -f $$@ 1455 1455 # $(CP) $(sys) $$@
Note:
See TracChangeset
for help on using the changeset viewer.