1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

mute Version.h cache creation

This commit is contained in:
Antonin Portelli 2018-09-10 15:16:59 +01:00
parent dd36e60f6a
commit 35abd05ee9

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";\