Changeset 245 for trunk/kBuild
- Timestamp:
- Mar 31, 2005, 11:24:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r242 r245 161 161 endif 162 162 ifndef PATH_OUT 163 ifdef BUILD_TARGET_SUB # (BUILD_TARGET_SUB is not currently recognized by kBuild in any other places.) 164 PATH_OUT := $(PATH_OUT_BASE)/$(BUILD_TARGET)/$(BUILD_TARGET_SUB)/$(BUILD_TYPE) 165 else 163 166 PATH_OUT := $(PATH_OUT_BASE)/$(BUILD_TARGET)/$(BUILD_TYPE) 167 endif 164 168 endif 165 169 PATH_OBJ := $(PATH_OUT)/obj
Note:
See TracChangeset
for help on using the changeset viewer.