Changeset 45495 in vbox
- Timestamp:
- Apr 11, 2013 8:05:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r45471 r45495 5315 5315 # 5316 5316 # 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. 5319 5320 # 5320 5321 # Makefile rules using this information shall list $(VBOX_SVN_REV_KMK) as a … … 5325 5326 ifndef VBOX_SVN_REV 5326 5327 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)) 5328 5329 ifeq ($(which $(SVN)),) 5329 5330 VBOX_SVN_DEP :=
Note:
See TracChangeset
for help on using the changeset viewer.