Page MenuHomeFreeBSD

D33153.diff
No OneTemporary

D33153.diff

diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -503,11 +503,13 @@
. endif
. endfor
.endif
+.if defined(SVNVERSION_CMD) && !empty(SVNVERSION_CMD)
_VCS_REVISION?= $$(eval ${SVNVERSION_CMD} ${SRCDIR})
. if !empty(_VCS_REVISION)
VCS_REVISION= $$(echo r${_VCS_REVISION})
-. endif
.export VCS_REVISION
+. endif
+.endif
.endif
.if !defined(GIT_CMD) || empty(GIT_CMD)

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 18, 7:01 AM (6 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29889304
Default Alt Text
D33153.diff (412 B)

Event Timeline