Skip to content

Commit

Permalink
Merge pull request #494 from mopsfelder/configure
Browse files Browse the repository at this point in the history
Make 'make configure' quieter
  • Loading branch information
jonas committed Apr 13, 2016
2 parents cf74a8c + 327cac0 commit 5fec140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ $(TESTS): $(EXE) test/tools/test-graph
# Other autoconf-related rules are hidden in config.make.in so that
# they don't confuse Make when we aren't actually using ./configure
configure: configure.ac acinclude.m4 tools/*.m4
./autogen.sh
$(QUIET_GEN)./autogen.sh

.PHONY: all all-coverage all-debug clean clean-coverage clean-test doc \
doc-man doc-html dist distclean install install-doc \
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -e
# done.

run () {
echo $0: running: "$@"
test ${V} = 1 && echo $0: running: "$@"
"$@"
}

Expand Down

0 comments on commit 5fec140

Please sign in to comment.