Changeset 424
- Timestamp:
- Mar 19, 2006, 6:58:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r417 r424 1282 1282 srcdst := $(subst =>, ,$(src)) 1283 1283 srcsrc := $(firstword $(srcdst)) 1284 srcdstdir := $(dir $(word 2,$(srcdst))) 1284 1285 srcdst := $(word $(words $(srcdst)),$(srcdst)) 1285 1286 … … 1297 1298 # _INST 1298 1299 ifdef $(srcsrc)_INST 1299 inst := $(patsubst %/,%,$($(srcsrc)_INST))/$(dir $(srcdst ))1300 inst := $(patsubst %/,%,$($(srcsrc)_INST))/$(dir $(srcdstdir)) 1300 1301 else 1301 1302 ifdef $(target)_INST 1302 inst := $(patsubst %/,%,$($(target)_INST))/$(dir $(srcdst ))1303 else 1304 inst := $(dir $(srcdst ))1303 inst := $(patsubst %/,%,$($(target)_INST))/$(dir $(srcdstdir)) 1304 else 1305 inst := $(dir $(srcdstdir)) 1305 1306 endif 1306 1307 endif … … 1308 1309 # calc target 1309 1310 insdst := $(call $(instfun),$(srcdst),$(target),$(inst),$(PATH_INS)) 1310 #$(warning instfun=$(instfun) srcdst=$(srcdst) target=$(target) srcdst=$(srcsrc)inst=$(inst) => insdst=$(insdst))1311 #$(warning instfun=$(instfun) srcdst=$(srcdst) target=$(target) inst=$(inst) => insdst=$(insdst)) 1311 1312 1312 1313 # mode, uid and gid … … 1738 1739 __footer_kmk__ := target 1739 1740 endif # __footer_kmk__ 1741
Note:
See TracChangeset
for help on using the changeset viewer.