Changeset 86711 in vbox
- Timestamp:
- Oct 26, 2020 4:00:18 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141095
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r86707 r86711 1444 1444 # 1445 1445 1446 # Use the OpenGL module in qt when the video hardware accele artion feature1446 # Use the OpenGL module in qt when the video hardware acceleration feature 1447 1447 # is enabled. 1448 1448 if defined(VBOX_WITH_VIDEOHWACCEL) && defined(VBOX_WITH_QTGUI) … … 8152 8152 $(QUIET)$(MKDIR) -p $(@D) 8153 8153 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] 8156 8158 $(QUIET)$(RM) -f [email protected] 8157 8159 else
Note:
See TracChangeset
for help on using the changeset viewer.