Changeset 1390 in kBuild
- Timestamp:
- Feb 3, 2008 9:53:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r1389 r1390 269 269 ## CURSUBDIR is PATH_SUB_ROOT described relative to PATH_ROOT. 270 270 # This variable is used to determin where the object files and other output goes. 271 ifneq ($(PATH_ROOT),$(PATH_ CURRENT))272 CURSUBDIR:= $(patsubst $(PATH_ROOT)/%,%,$(PATH_SUB_ROOT))273 else 274 CURSUBDIR:= .271 ifneq ($(PATH_ROOT),$(PATH_SUB_ROOT)) 272 CURSUBDIR := $(patsubst $(PATH_ROOT)/%,%,$(PATH_SUB_ROOT)) 273 else 274 CURSUBDIR := . 275 275 endif 276 276
Note:
See TracChangeset
for help on using the changeset viewer.