VirtualBox

Changeset 86711 in vbox


Ignore:
Timestamp:
Oct 26, 2020 4:00:18 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141095
Message:

/Config.kmk: Do not fail build if there is no svn command, use the fallback revision instead. Also fix comment typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r86707 r86711  
    14441444#
    14451445
    1446 # Use the OpenGL module in qt when the video hardware acceleartion feature
     1446# Use the OpenGL module in qt when the video hardware acceleration feature
    14471447# is enabled.
    14481448if defined(VBOX_WITH_VIDEOHWACCEL) && defined(VBOX_WITH_QTGUI)
     
    81528152        $(QUIET)$(MKDIR) -p $(@D)
    81538153 ifneq ($(VBOX_SVN_DEP),)
    8154         $(REDIRECT) -E 'LC_ALL=C' -wo [email protected] -- $(SVN) info $(PATH_ROOT)
    8155         $(SED) -e '/^Last Changed Rev/!d'  -e 's/Last Changed Rev\: */export VBOX_SVN_REV=/' --output $@ [email protected]
     8154        -$(REDIRECT) -E 'LC_ALL=C' -wo [email protected] -- $(SVN) info $(PATH_ROOT)
     8155        # Append fallback. Will be ignored if "svn info" provides meaningful data.
     8156        $(QUIET)$(APPEND) [email protected] 'Last Changed Rev: $(VBOX_SVN_REV_FALLBACK)'
     8157        $(SED) -e '/^Last Changed Rev/!d'  -e 's/Last Changed Rev\: */export VBOX_SVN_REV=/; t a; :a q' --output $@ [email protected]
    81568158        $(QUIET)$(RM) -f [email protected]
    81578159 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