Ignore:
Timestamp:
Mar 18, 2008, 11:28:31 PM (17 years ago)
Author:
bird
Message:

docs update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1414 r1415  
    610610#
    611611# 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.
    613613#
    614614_TEMPLATES := $(TEMPLATE)
     
    640640
    641641#
    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... :-/
    647648#
    648649_BLD_TYPES   := $(BUILD_TYPE)
Note: See TracChangeset for help on using the changeset viewer.