- Timestamp:
- Oct 31, 2019 4:50:28 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r81422 r81610 7698 7698 # tree to determine this it if .svn/wc.db or .svn/entries is found (the former 7699 7699 # also up to two directory levels higher to allow for checkouts of the entire 7700 # repository), otherwise fall back on the Config.kmk revision. 7700 # repository), otherwise fall back on maximum value of Config.kmk and 7701 # Version.kmk revision. 7701 7702 # 7702 7703 # Makefile rules using this information shall list $(VBOX_SVN_REV_KMK) as a … … 7706 7707 VBOX_SVN_REV_KMK = $(PATH_OUT)/revision.kmk 7707 7708 ifndef VBOX_SVN_REV 7708 VBOX_SVN_REV_FALLBACK := $(patsubst %:,, $Rev$ ) 7709 VBOX_SVN_REV_CONFIG_FALLBACK := $(patsubst %:,, $Rev$ ) 7710 VBOX_SVN_REV_FALLBACK := $(if-expr $(VBOX_SVN_REV_CONFIG_FALLBACK) > $(VBOX_SVN_REV_VERSION_FALLBACK),$(VBOX_SVN_REV_CONFIG_FALLBACK),$(VBOX_SVN_REV_VERSION_FALLBACK)) 7709 7711 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)) 7710 7712 ifeq ($(which $(SVN)),) -
trunk/Version.kmk
r81496 r81610 34 34 # our numbering does not say this is a release build, by setting this non-empty. 35 35 VBOX_RELEASE_EXACT_MATCH = 36 37 # Fallback revision when there is no other source. See Config.kmk. 38 VBOX_SVN_REV_VERSION_FALLBACK := $(patsubst %:,, $Rev$ )
Note:
See TracChangeset
for help on using the changeset viewer.