diff options
author | Christian Persch <chpe@gnome.org> | 2009-10-09 10:28:11 +0200 |
---|---|---|
committer | Christian Kellner <gicmo@gnome.org> | 2009-10-09 10:30:45 +0200 |
commit | 69b9daa667de926956a811ead53c9cf8532cfb88 (patch) | |
tree | 5f720d19c42097784af6f612d11673e8afd22a7c /Makefile.am | |
parent | 1f58b7f56d8136b8ab0fe3d85c6315244d83fe0d (diff) | |
download | gvfs-69b9daa667de926956a811ead53c9cf8532cfb88.tar.gz |
Use $(AM_V_GEN) for more silent build
Closes bug #597104
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d7297823..d996b8d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,8 +33,7 @@ distclean-local: fi ChangeLog: - @echo Creating $@ - @if test -d "$(srcdir)/.git"; then \ + $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \ (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GVFS_1_2_2.. --stat -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \ && mv -f $@.tmp $@ \ || ($(RM) $@.tmp; \ |