Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make 'make configure' quieter #494

Merged
merged 1 commit into from
Apr 13, 2016
Merged

Make 'make configure' quieter #494

merged 1 commit into from
Apr 13, 2016

Conversation

mopsfelder
Copy link
Contributor

With this patch, 'make configure' is quieter:

$ make configure
GEN configure

And if V=1 is specified, then the output is more verbose:

$ make V=1 configure
./autogen.sh
./autogen.sh: running: aclocal -I tools
./autogen.sh: running: autoconf --include=tools
./autogen.sh: running: autoheader --include=tools

With this patch, 'make configure' is quieter:

$ make configure
       GEN  configure

And if V=1 is specified, then the output is more verbose:

$ make V=1 configure
./autogen.sh
./autogen.sh: running: aclocal -I tools
./autogen.sh: running: autoconf --include=tools
./autogen.sh: running: autoheader --include=tools
@jonas jonas merged commit 5fec140 into jonas:master Apr 13, 2016
@jonas
Copy link
Owner

jonas commented Apr 13, 2016

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants