mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
mute Version.h cache creation
This commit is contained in:
parent
dd36e60f6a
commit
35abd05ee9
@ -24,7 +24,7 @@ endif
|
|||||||
all: version-cache
|
all: version-cache
|
||||||
|
|
||||||
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";\
|
a="uncommited changes";\
|
||||||
else\
|
else\
|
||||||
a="clean";\
|
a="clean";\
|
||||||
|
Loading…
Reference in New Issue
Block a user