Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Turcotte <jturcotte@woboq.com>2015-06-16 17:25:18 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2015-06-17 15:32:34 +0300
commita4f519eaeb7b5bf652c2308fc02817d92585e056 (patch)
tree9e0b65b395f80d5b776f6b99815c13b2fb48b053 /config.h.in
parentdb38bf4a0c9666212a6416221f4700f93366f0e1 (diff)
Reduce the amount of rebuild needed after a git commit
Since GIT_SHA1 would need to be updated in config.h, all files including it would be rebuilt by make. Reduce the number of files to rebuild by moving this variable to version.h instead.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 601dc6be3..1f2e145ef 100644
--- a/config.h.in
+++ b/config.h.in
@@ -7,7 +7,6 @@
#cmakedefine CRASHREPORTER_EXECUTABLE "@CRASHREPORTER_EXECUTABLE@"
-#cmakedefine GIT_SHA1 "@GIT_SHA1@"
#cmakedefine APPLICATION_DOMAIN @APPLICATION_DOMAIN@
#cmakedefine THEME_CLASS @THEME_CLASS@
#cmakedefine THEME_INCLUDE @THEME_INCLUDE@