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
|
||||
|
||||
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";\
|
||||
|
Loading…
Reference in New Issue
Block a user