Ignore:
Timestamp:
Mar 1, 2005, 4:16:11 AM (20 years ago)
Author:
bird
Message:

PATH_OUT_BASE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r240 r242  
    157157CURSUBDIR           := $(patsubst $(PATH_ROOT)/%,%,$(CURDIR))
    158158# Output directories.
     159ifndef PATH_OUT_BASE
     160PATH_OUT_BASE       := $(PATH_ROOT)/out
     161endif
    159162ifndef PATH_OUT
    160 PATH_OUT            := $(PATH_ROOT)/out/$(BUILD_TARGET)/$(BUILD_TYPE)
     163PATH_OUT            := $(PATH_OUT_BASE)/$(BUILD_TARGET)/$(BUILD_TYPE)
    161164endif
    162165PATH_OBJ            := $(PATH_OUT)/obj
Note: See TracChangeset for help on using the changeset viewer.