Changeset 1415 for trunk/kBuild/footer.kmk
- Timestamp:
- Mar 18, 2008, 11:28:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r1414 r1415 610 610 # 611 611 # Determin all the templates that is being used and make 612 # sure they are present .612 # sure they are present before we try collect keywords. 613 613 # 614 614 _TEMPLATES := $(TEMPLATE) … … 640 640 641 641 # 642 # Determin the BLD_TRG_* and BLD_TYPE keywords required for correct 643 # inherting, and then check for inheritance. 644 # 645 # This means walking all the template and target lists in order to 646 # pick up all BLD_TRG_* attributes. 642 # Determin the keywords required for correct inherting and setup keyword inheritance. 643 # 644 # This means walking all the lists of immediate template and targets and 645 # pick up all the BLD_T* keywords. Since templates that are referenced 646 # indirectly in the inheritance hierarchy, the result from this exercise 647 # might not be 100% accurate... :-/ 647 648 # 648 649 _BLD_TYPES := $(BUILD_TYPE)
Note:
See TracChangeset
for help on using the changeset viewer.