Ignore:
Timestamp:
Apr 6, 2007, 8:01:14 PM (18 years ago)
Author:
bird
Message:

Moved the PATH_* finalizing to header.kmk and applied abspath to all of them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r859 r874  
    2727ifndef __footer_kmk__
    2828# start-of-file-content
    29 
    30 #
    31 # Make sure that the core variables we defined in recursive expansion mode
    32 # up in header.kmk get expanded before we really start using them. The kBuild
    33 # functions added to kmk to speed stuff up assumes that the variables are
    34 # expanded here.
    35 #
    36 PATH_OBJ    := $(PATH_OBJ)
    37 PATH_TARGET := $(PATH_TARGET)
    38 PATH_INS    := $(PATH_INS)
    39 PATH_BIN    := $(PATH_BIN)
    40 PATH_DLL    := $(PATH_DLL)
    41 PATH_SYS    := $(PATH_SYS)
    42 PATH_LIB    := $(PATH_LIB)
    43 PATH_DOC    := $(PATH_DOC)
    4429
    4530#
Note: See TracChangeset for help on using the changeset viewer.