diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-09-28 06:53:56 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-09-28 06:53:56 -0700 |
commit | 9f6612089a558445a889879c2a96085de483a71a (patch) | |
tree | b6777e48792e8d1f0acbdaeeb316dc5ae19e58b3 /lisplib.c | |
parent | 0cb1ba02837a0e0d4026d771a6a6905bd382c6ac (diff) | |
download | txr-9f6612089a558445a889879c2a96085de483a71a.tar.gz txr-9f6612089a558445a889879c2a96085de483a71a.tar.bz2 txr-9f6612089a558445a889879c2a96085de483a71a.zip |
Makefile: print failing command in condensed mode.
When make output is condensed, showing a summary of each build
step in the style "CC txr.c -> opt/txr.o", as is the case by
default, the failing build command is now shown.
Previously, a failed build had to be re-invoked with
make VERBOSE=y to show the failing command.
* Makefile (SH): New macro.
(COMPILE_C, COMPILE_C_WITH_DEPS, LINK_PROG, WINDRES, INSTALL):
These macros now invoke commands via SH rather than directly.
(lex.yy.c, y.tab.h, y.tab.c, install-tests, %): Recipes for these
targets use SH macro for executing shell commands rather than
specifying them directly.
(tst/%.out, %.ok, %.expected): These test-related pattern
rules also use SH.
Diffstat (limited to 'lisplib.c')
0 files changed, 0 insertions, 0 deletions