Changeset 3128 for trunk/kBuild/footer-pass2-compiling-targets.kmk
- Timestamp:
- Dec 25, 2017, 2:33:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer-pass2-compiling-targets.kmk
r3121 r3128 564 564 565 565 # Custom pre-link actions. 566 local pre_cmds := $(evalcall def_fn_prop_get_ first_defined,PRE_CMDS)567 local post_cmds := $(evalcall def_fn_prop_get_ first_defined,POST_CMDS)566 local pre_cmds := $(evalcall def_fn_prop_get_all_prefixed_priority_last,PRE_CMDS,$(NLTAB)) 567 local post_cmds := $(evalcall def_fn_prop_get_all_prefixed_priority_last,POST_CMDS,$(NLTAB)) 568 568 569 569 # eliminate this guy? … … 888 888 889 889 # Custom pre/post-link actions. 890 local pre_cmds := $(evalcall def_fn_prop_get_ first_defined,PRE_CMDS)891 local post_cmds := $(evalcall def_fn_prop_get_ first_defined,POST_CMDS)890 local pre_cmds := $(evalcall def_fn_prop_get_all_prefixed_priority_last,PRE_CMDS,$(NLTAB)) 891 local post_cmds := $(evalcall def_fn_prop_get_all_prefixed_priority_last,POST_CMDS,$(NLTAB)) 892 892 893 893 # eliminate this guy?
Note:
See TracChangeset
for help on using the changeset viewer.