Changeset 2688 for trunk/kBuild/header.kmk
- Timestamp:
- Jul 11, 2013, 11:30:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r2624 r2688 1277 1277 1278 1278 else ifeq ($(KBUILD_TARGET),linux) 1279 KBUILD_LIB_SEARCH_ROOTS := \ 1280 / \ 1281 /usr/ \ 1282 /usr/local/ 1279 if ($(realpath /bin),/usr/bin) 1280 KBUILD_LIB_SEARCH_ROOTS := \ 1281 /usr/ \ 1282 / \ 1283 /usr/local/ 1284 else 1285 KBUILD_LIB_SEARCH_ROOTS := \ 1286 / \ 1287 /usr/ \ 1288 /usr/local/ 1289 endif 1283 1290 ifeq ($(KBUILD_TARGET_ARCH),amd64) 1284 1291 KBUILD_LIB_SEARCH_SUBS := \ … … 1563 1570 # end-of-file-content 1564 1571 __header_kmk__ := 1 1565 endif # __header_kmk__1566 1567 1572 endif # !__header_kmk__ 1573 1574
Note:
See TracChangeset
for help on using the changeset viewer.