- Timestamp:
- May 1, 2005 4:33:30 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r262 r266 144 144 BUILD_TARGET_CPU := i586 145 145 146 # Adjust the DEPTH definition first 147 ifeq ($(strip $(DEPTH)),) 148 DEPTH := . 149 endif 146 150 147 151 # … … 155 159 endif 156 160 # Subdirectory relative to the root. 161 ifneq ($(DEPTH),.) 157 162 CURSUBDIR := $(patsubst $(PATH_ROOT)/%,%,$(CURDIR)) 163 else 164 CURSUBDIR := . 165 endif 158 166 # Output directories. 159 167 ifndef PATH_OUT_BASE
Note:
See TracChangeset
for help on using the changeset viewer.