- Timestamp:
- Dec 19, 2013 12:19:13 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91413
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Config.kmk ¶
r49974 r49982 5584 5584 $(QUIET)$(MKDIR) -p $(@D) 5585 5585 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)5588 5586 $(SED) -e '/^Last Changed Rev/!d' -e 's/Last Changed Rev\: */export VBOX_SVN_REV=/' --output $@ $@.tmp 5589 else5590 $(SED) -e '/^Revision/!d' -e 's/Revision\: */export VBOX_SVN_REV=/' --output $@ $@.tmp5591 endif5592 5587 $(QUIET)$(RM) -f $@.tmp 5593 5588 else
Note:
See TracChangeset
for help on using the changeset viewer.