Changeset 2514 in kBuild
- Timestamp:
- Jul 25, 2011 1:41:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r2511 r2514 3331 3331 3332 3332 # The staging rule (requires double evaluation). 3333 local insdst := $(PATH_STAGE) $(stage)$(directory)/3333 local insdst := $(PATH_STAGE)/$(stage)$(directory)/ 3334 3334 $(target)_2_STAGE_DIR_TARGETS += $(insdst) 3335 3335 $(eval $(def_install_directory_rule)) … … 3337 3337 # The install rule. 3338 3338 ifeq ($(insttype),both) 3339 local insdst := $(PATH_INS) $(inst)$(directory)/3339 local insdst := $(PATH_INS)/$(inst)$(directory)/ 3340 3340 $(target)_2_INST_DIR_TARGETS += $(insdst) 3341 3341 $(eval $(def_install_directory_rule))
Note:
See TracChangeset
for help on using the changeset viewer.