VirtualBox

Changeset 3751 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Jul 20, 2007 4:54:00 PM (17 years ago)
Author:
vboxsync
Message:

I actually wanted the 'Revision' and not the 'Last Changed Rev' as 'Revision' is what is appears in the builds logs during 'svn up'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r3731 r3751  
    25182518        $(QUIET)$(MKDIR) -p $(@D)
    25192519 ifneq ($(VBOX_SVN_DEP),)
    2520         $(QUIET)$(APPEND) $@ "export VBOX_SVN_REV=$(shell LC_ALL=C $(SVN) info $(PATH_ROOT) | $(SED) -e '/^Last Changed Rev/!d'  -e "s/Last Changed Rev\: *//")"
     2520#       $(QUIET)$(APPEND) $@ "export VBOX_SVN_REV=$(shell LC_ALL=C $(SVN) info $(PATH_ROOT) | $(SED) -e '/^Last Changed Rev/!d'  -e "s/Last Changed Rev\: *//")"
     2521        $(QUIET)$(APPEND) $@ "export VBOX_SVN_REV=$(shell LC_ALL=C $(SVN) info $(PATH_ROOT) | $(SED) -e '/^Revision/!d'  -e "s/Revision\: *//")"
    25212522 else
    25222523        $(QUIET)$(APPEND) $@ "export VBOX_SVN_REV=$(VBOX_SVN_REV_FALLBACK)"
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