Changeset 245 for trunk/kBuild


Ignore:
Timestamp:
Mar 31, 2005, 11:24:39 PM (20 years ago)
Author:
bird
Message:

BUILD_TARGET_SUB hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r242 r245  
    161161endif
    162162ifndef PATH_OUT
     163ifdef BUILD_TARGET_SUB # (BUILD_TARGET_SUB is not currently recognized by kBuild in any other places.)
     164PATH_OUT            := $(PATH_OUT_BASE)/$(BUILD_TARGET)/$(BUILD_TARGET_SUB)/$(BUILD_TYPE)
     165else
    163166PATH_OUT            := $(PATH_OUT_BASE)/$(BUILD_TARGET)/$(BUILD_TYPE)
     167endif
    164168endif
    165169PATH_OBJ            := $(PATH_OUT)/obj
Note: See TracChangeset for help on using the changeset viewer.