]> git.eshelyaron.com Git - emacs.git/commit
Prefer $(info) to @echo
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Dec 2021 20:14:07 +0000 (12:14 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Dec 2021 20:24:04 +0000 (12:24 -0800)
commiteaa44ca40e8da9ba86e6e03b76b41fd6843661d6
treeec1e6d72037e1ff3d17cc36df3e34970b9306273
parenta34650acff3740980ef23d900d35004bcfe2ef04
Prefer $(info) to @echo

Have GNU Make output some diagnostics directly, instead of forking
and execing a shell to do it.
* GNUmakefile (help):
* doc/lispref/two-volume.make (vol2.pdf, elisp2med-init)
(elisp2-init):
* doc/misc/Makefile.in (echo-info, echo-sources):
* lib-src/Makefile.in (archlibdir, install, check):
* src/verbose.mk.in (AM_V_AR, AM_V_CC, AM_V_CXX, AM_V_CCLD)
(AM_V_CXXLD, AM_V_ELC, AM_V_ELN, AM_V_GEN, AM_V_GLOBALS)
(AM_V_RC):
* test/Makefile.in (subdirs, subdir-targets):
Prefer $(info) to @echo.
* GNUmakefile (MAKECMDGOALS, configure, Makefile):
Prefer $(warning) to @echo >&2.
* src/verbose.mk.in (AM_V_ELN): Output target, like the others.
GNUmakefile
doc/lispref/two-volume.make
doc/misc/Makefile.in
lib-src/Makefile.in
src/verbose.mk.in
test/Makefile.in