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
Sun, Jan 19, 3:50 PM (16 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15947692
Default Alt Text
D33153.diff (412 B)

Event Timeline