VirtualBox

Changeset 10945

Show
Ignore:
Timestamp:
07/29/08 20:15:30 (4 months ago)
Author:
vboxsync
Message:

Ensure the right revision is used for releases.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r10874 r10945  
    29582958 ifneq ($(VBOX_SVN_DEP),) 
    29592959        $(REDIRECT) -E 'LC_ALL=C' -wo $@.tmp -- $(SVN) info $(PATH_ROOT) 
     2960  ifeq ($(int-mod $(VBOX_VERSION_BUILD), 2),0) 
     2961        $(SED) -e '/^Last Changed Rev/!d'  -e 's/Last Changed Rev\: */export VBOX_SVN_REV=/' --output $@ $@.tmp 
     2962  else 
    29602963        $(SED) -e '/^Revision/!d'  -e 's/Revision\: */export VBOX_SVN_REV=/' --output $@ $@.tmp 
     2964  endif 
    29612965        $(QUIET)$(RM) -f $@.tmp 
    29622966 else 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy