VirtualBox

Changeset 45495 in vbox


Ignore:
Timestamp:
Apr 11, 2013 8:05:03 PM (12 years ago)
Author:
vboxsync
Message:

Config.kmk: support automatic revision fetching with Subversion 1.7, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r45471 r45495  
    53155315#
    53165316# The VBOX_SVN_REV contains our best guess.  Use svn info on the root of the
    5317 # tree to determin this it if .svn/entries is found, otherwise fall back on
    5318 # the Config.kmk revision.
     5317# tree to determine this it if .svn/wc.db or .svn/entries is found (the former
     5318# also up to two directory levels higher to allow for checkouts of the entire
     5319# repository), otherwise fall back on the Config.kmk revision.
    53195320#
    53205321# Makefile rules using this information shall list $(VBOX_SVN_REV_KMK) as a
     
    53255326ifndef VBOX_SVN_REV
    53265327 VBOX_SVN_REV_FALLBACK := $(patsubst %:,,  $Rev$  )
    5327  VBOX_SVN_DEP          := $(wildcard $(PATH_ROOT)/.svn/entries)
     5328 VBOX_SVN_DEP          := $(firstword $(wildcard $(PATH_ROOT)/.svn/wc.db $(abspath $(PATH_ROOT)/../.svn/wc.db) $(abspath $(PATH_ROOT)/../../.svn/wc.db) $(PATH_ROOT)/.svn/entries))
    53285329 ifeq ($(which $(SVN)),)
    53295330  VBOX_SVN_DEP         :=
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