]> git.eshelyaron.com Git - emacs.git/commit
Put AM_V_GEN etc. first
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Dec 2021 23:03:33 +0000 (15:03 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Dec 2021 23:05:08 +0000 (15:05 -0800)
commitaa1fdb3f6fe08169143a3062ca257be487713531
tree78d43013ba842ced374f96d7cd10600eb6f28339
parent5f57b41aa612e5f190f5a3c1ea013be114493a03
Put AM_V_GEN etc. first

With the recent changes to src/verbose.mk.in, it’s more important
to be consistent about putting AM_V_GEN and similar macros at the
start of a rule’s recipe, since ‘make’ now outputs the diagnostic
before it executes the recipe rather than the shell outputting it.
Most of the uses were already this way, but there were a few
outliers.  Problem reported by Pip Cet.
* Makefile.in (${srcdir}/info/dir):
* admin/unidata/Makefile.in (${unidir}/charprop.el, ${unifiles})
(${unidir}/emoji-labels.el):
* lib/Makefile.in (libgnu.a, libegnu.a):
* lisp/Makefile.in (TAGS):
* src/Makefile.in (lisp.mk, Emacs):
* test/Makefile.in (%.log, $(test_module)):
Put AM_V_GEN and similar macros first.
Makefile.in
admin/unidata/Makefile.in
lib/Makefile.in
lisp/Makefile.in
src/Makefile.in
test/Makefile.in