We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5d4bec3 commit 87ac96cCopy full SHA for 87ac96c
Makefile.am
@@ -63,5 +63,7 @@ BUILT_SOURCES = qgssvnversion.h
63
64
.PHONY : qgssvnversion.h
65
qgssvnversion.h:
66
- @ echo "#define QGSSVNVERSION \"`svnversion .`\"" > qgssvnversion.h
67
-
+ @QGSSVNDEF="#define QGSSVNVERSION \"`svnversion .`\"" && \
+ if [ "`grep QGSSVNVERSION qgssvnversion.h 2>/dev/null`" != "$$QGSSVNDEF" ]; then \
68
+ echo $$QGSSVNDEF > qgssvnversion.h; \
69
+ fi
0 commit comments