diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-12-09 07:26:20 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-12-09 07:26:20 -0800 |
commit | 2f61f4d682ce3e92020f3ecf754494bf38f38532 (patch) | |
tree | be003adf1bba35409ce7548a82fe8d5a2b8634ff /ChangeLog | |
parent | 0517b7d93b4d707fea1a2e154977ba813f38f1ad (diff) | |
download | txr-2f61f4d682ce3e92020f3ecf754494bf38f38532.tar.gz txr-2f61f4d682ce3e92020f3ecf754494bf38f38532.tar.bz2 txr-2f61f4d682ce3e92020f3ecf754494bf38f38532.zip |
Condensed make output.
* Makefile (VERBOSE): New variable.
(V, ABBREV, ABBREV1, ABBREV3): New macro variables.
(dbg/%.o, opt/%.o): Use V, ABBREV1 for concensed output.
($(PROG), $(PROG)-dbg, lex.yy.c, y.tab.c, %.out,
%.ok, INSTALL): Likewise, but use ABBREV.
(tests, GREP_CHECK, config.make, conftest.yacc,
conftest.clean): Use $(V) instead of @.
(tests.clean): Remove @; do not hide remove commands.
(INSTALL): Use $(V) instead of @ and use ABBREV3 to
provide condensed output.
(install): Use $(V) on $(PREINSTALL) so we don't see :
in the output.
(install-tests): Put $(V) on all steps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2014-12-09 Kaz Kylheku <kaz@kylheku.com> + + Condensed make output. + + * Makefile (VERBOSE): New variable. + (V, ABBREV, ABBREV1, ABBREV3): New macro variables. + (dbg/%.o, opt/%.o): Use V, ABBREV1 for concensed output. + ($(PROG), $(PROG)-dbg, lex.yy.c, y.tab.c, %.out, + %.ok, INSTALL): Likewise, but use ABBREV. + (tests, GREP_CHECK, config.make, conftest.yacc, + conftest.clean): Use $(V) instead of @. + (tests.clean): Remove @; do not hide remove commands. + (INSTALL): Use $(V) instead of @ and use ABBREV3 to + provide condensed output. + (install): Use $(V) on $(PREINSTALL) so we don't see : + in the output. + (install-tests): Put $(V) on all steps. + 2014-12-07 Kaz Kylheku <kaz@kylheku.com> Debug builds optional with --debug-also config option. |