VirtualBox

Changeset 45063 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Mar 18, 2013 3:56:10 PM (12 years ago)
Author:
vboxsync
Message:

Config.kmk: on Windows do the PATH tweaking only once, even if the makefiles are reread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r44914 r45063  
    11211121 # Zap anything that could be contradicting this.
    11221122 VBOX_WITH_DOCS :=
     1123 VBOX_WITH_DOCS_CHM :=
    11231124endif
    11241125
     
    16421643endif
    16431644ifeq ($(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
    16451651endif
    16461652
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette