Changeset 2551 for trunk/kBuild/footer-pass2-compiling-targets.kmk
- Timestamp:
- Nov 9, 2011, 2:28:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer-pass2-compiling-targets.kmk
r2537 r2551 348 348 # @param $(target_type_mode) The default file mode implied by the target type. 349 349 define def_target_install_only 350 ifneq ($($(target)_1_INSTTYPE),none) 350 if1of ($($(target)_1_INSTTYPE) $($(target)_1_DEBUG_INSTTYPE), both stage) 351 # Determin common variables. 351 352 local mode := $(firstword \ 352 353 $($(target)_MODE.$(bld_trg).$(bld_trg_arch).$(bld_type)) \ … … 376 377 local pre_install_cmds := $(evalcall def_fn_prop_get_first_defined,PRE_INST_CMDS) 377 378 local post_install_cmds := $(evalcall def_fn_prop_get_first_defined,POST_INST_CMDS) 378 379 endif 380 381 ifneq ($($(target)_1_INSTTYPE),none) 379 382 # Generate the rules 380 383 ifeq ($($(target)_1_INSTTYPE),both)
Note:
See TracChangeset
for help on using the changeset viewer.