Enable silent builds by default.
Cleaner build messages make it easier to spot compiler warnings and errors. Use make V=1 to get the verbose output back. # Conflicts: # configure.ac # doc/Makefile.am
This commit is contained in:
parent
413faffca3
commit
9527622abc
3 changed files with 14 additions and 13 deletions
|
|
@ -5,8 +5,8 @@ sbin_PROGRAMS = tincd tinc sptps_test sptps_keypair
|
|||
## Make sure version.c is always rebuilt with the latest git information
|
||||
.PHONY: ${srcdir}/version.c version_git.h
|
||||
version_git.h:
|
||||
echo >$@
|
||||
-(cd $(srcdir) && git describe) && echo '#define GIT_DESCRIPTION "'`(cd $(srcdir) && git describe) | sed 's/release-//'`'"' >$@
|
||||
$(AM_V_GEN)echo >$@
|
||||
@-(cd $(srcdir) && git describe >/dev/null) && echo '#define GIT_DESCRIPTION "'`(cd $(srcdir) && git describe) | sed 's/release-//'`'"' >$@ ||:
|
||||
${srcdir}/version.c: version_git.h
|
||||
|
||||
if LINUX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue