Merge pull request #486 from evandroforks/hide_makefile_buildhash_verbosity
Hide the Makefile buildhash rule verbosity
This commit is contained in:
commit
74e33ffc75
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ pyenv:
|
||||
# update build hash
|
||||
.PHONY: buildhash
|
||||
buildhash:
|
||||
oldhash=$$(test -f meta/buildhash && cat meta/buildhash || true); \
|
||||
@oldhash=$$(test -f meta/buildhash && cat meta/buildhash || true); \
|
||||
newhash=$$(git rev-parse --short=8 HEAD || echo dev); \
|
||||
if [ "$$oldhash" != "$$newhash" ]; then \
|
||||
echo $$newhash > meta/buildhash; \
|
||||
|
Loading…
Reference in New Issue
Block a user