Ignore:
Timestamp:
May 3, 2007, 12:37:57 AM (18 years ago)
Author:
bird
Message:

Implemented the NAME property.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r874 r889  
    547547
    548548## PROPS_DEFERRED
    549 # This list of non-accumulative target properties which are functions,
    550 # and thus should not be expanded until the very last moment.
    551 PROPS_DEFERRED := INSTFUN INSTALLER PRE_CMDS POST_CMDS
     549# This list of non-accumulative target properties which are or may be
     550# functions, and thus should not be expanded until the very last moment.
     551PROPS_DEFERRED := INSTFUN INSTALLER PRE_CMDS POST_CMDS NAME
    552552
    553553## PROPS_ACCUMULATE_R
Note: See TracChangeset for help on using the changeset viewer.