VirtualBox

Changeset 49982 in vbox for trunk


Ignore:
Timestamp:
Dec 19, 2013 12:19:13 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91413
Message:

Config.kmk: always use the last changed rev from 'svn info' also for non-release builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Config.kmk

    r49974 r49982  
    55845584        $(QUIET)$(MKDIR) -p $(@D)
    55855585 ifneq ($(VBOX_SVN_DEP),)
    5586         $(REDIRECT) -E 'LC_ALL=C' -wo $@.tmp -- $(SVN) info $(PATH_ROOT)
    5587   ifeq ($(int-mod $(VBOX_VERSION_BUILD), 2),0)
    55885586        $(SED) -e '/^Last Changed Rev/!d'  -e 's/Last Changed Rev\: */export VBOX_SVN_REV=/' --output $@ $@.tmp
    5589   else
    5590         $(SED) -e '/^Revision/!d'  -e 's/Revision\: */export VBOX_SVN_REV=/' --output $@ $@.tmp
    5591   endif
    55925587        $(QUIET)$(RM) -f $@.tmp
    55935588 else
Note: See TracChangeset for help on using the changeset viewer.

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