1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-01 07:56:00 +01:00

mute Version.h cache creation

This commit is contained in:
2018-09-10 15:16:59 +01:00
parent dd36e60f6a
commit 35abd05ee9
+1 -1
View File
@@ -24,7 +24,7 @@ endif
all: version-cache
version-cache:
if [ `git status --porcelain | grep -v '??' | wc -l` -gt 0 ]; then\
@if [ `git status --porcelain | grep -v '??' | wc -l` -gt 0 ]; then\
a="uncommited changes";\
else\
a="clean";\