Changeset 45063 in vbox for trunk/Config.kmk
- Timestamp:
- Mar 18, 2013 3:56:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r44914 r45063 1121 1121 # Zap anything that could be contradicting this. 1122 1122 VBOX_WITH_DOCS := 1123 VBOX_WITH_DOCS_CHM := 1123 1124 endif 1124 1125 … … 1642 1643 endif 1643 1644 ifeq ($(KBUILD_HOST),win) 1644 export PATH:=$(PATH_STAGE_BIN);$(PATH_STAGE_LIB);$(PATH) 1645 # This check is a bit hacky, but avoids problems with PATH being changed 1646 # again when the makefiles are reread because some automatically generated 1647 # makefile has been modified. 1648 ifeq ($(findstring $(PATH_STAGE_BIN);$(PATH_STAGE_LIB);,$(PATH)),) 1649 export PATH:=$(PATH_STAGE_BIN);$(PATH_STAGE_LIB);$(PATH) 1650 endif 1645 1651 endif 1646 1652
Note:
See TracChangeset
for help on using the changeset viewer.