mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 23:14:36 +00:00
Make make more silent.
Silent rules already are the default, but automake and make both still tell which directory is being entered/build. Disable printing from make. * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory. Signed-off-by: Mark Wielaard <mjw@redhat.com>
This commit is contained in:
parent
6b0b68fbf7
commit
eea4bf067b
@ -18,6 +18,10 @@ COPYING-GPLV3 gen-changelog.py \
|
||||
$(headers) $(m4data_DATA) \
|
||||
libabigail.pc.in
|
||||
|
||||
# automake already tells which subdir is being entered.
|
||||
# Don't make make repeat.
|
||||
AM_MAKEFLAGS = --no-print-directory
|
||||
|
||||
update-changelog:
|
||||
python $(srcdir)/gen-changelog.py > $(srcdir)/ChangeLog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user