VirtualBox

Changeset 4794 in vbox


Ignore:
Timestamp:
Sep 14, 2007 12:53:30 PM (17 years ago)
Author:
vboxsync
Message:

Detect the case when .svn directories are there, but no working svn
binary can be found. Use the fallback revision in that case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r4746 r4794  
    25372537 VBOX_SVN_REV_FALLBACK := $(patsubst %:,,  $Rev$  )
    25382538 VBOX_SVN_DEP          := $(wildcard $(PATH_ROOT)/.svn/entries)
     2539 ifneq ($(shell $(SVN) --version > /dev/null 2>&1 || echo 'svn not installed'),)
     2540  VBOX_SVN_DEP         :=
     2541 endif
    25392542
    25402543# Rule for generating a timestamp and updating the real thing on change.
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