Changeset 2481 in kBuild
- Timestamp:
- Jul 20, 2011 2:43:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r2479 r2481 2295 2295 # @param $(definst) The default _INST value. 2296 2296 # @param $(typevar) The name of the variable with all the root targets of its type. 2297 # @param $(target_type_mode) The default file mode implied by the target type. 2297 2298 define def_target_install_only 2298 2299 ifneq ($($(target)_1_INSTTYPE),none) … … 2520 2521 2521 2522 # installing and globals. 2523 local target_type_mode := a+r,o+w 2522 2524 $(evalval def_target_install_only) 2523 2525 … … 2790 2792 2791 2793 # installation targets 2794 local target_type_mode := 2792 2795 $(evalval def_target_install_only) 2793 2796
Note:
See TracChangeset
for help on using the changeset viewer.