]> git.eshelyaron.com Git - emacs.git/commit
Avoid glitches in ELC lines in build output
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 Jan 2022 22:45:57 +0000 (14:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 Jan 2022 22:48:56 +0000 (14:48 -0800)
commitfac8d0ac2f4cbdbd5828a57ddc90adf6601d956b
treee41bfe9ae60f0ae5d8233536d6836646c51f1e95
parent882bbeb1f9f40ccf9f1e3f3423fd7cb12a4859ab
Avoid glitches in ELC lines in build output

* src/verbose.mk.in (have_working_info): New macro.
(AM_V_ELC, AM_V_ELN): Use 'echo' rather than $(info ...)
on buggy versions of GNU Make.
src/verbose.mk.in