mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
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.
|
||
|---|---|---|
| .. | ||
| BidiBrackets.txt | ||
| BidiMirroring.txt | ||
| blocks.awk | ||
| Blocks.txt | ||
| copyright.html | ||
| emoji-data.txt | ||
| emoji-sequences.txt | ||
| emoji-test.txt | ||
| emoji-zwj-sequences.txt | ||
| emoji-zwj.awk | ||
| IVD_Sequences.txt | ||
| Makefile.in | ||
| NormalizationTest.txt | ||
| README | ||
| SpecialCasing.txt | ||
| UnicodeData.txt | ||
| unidata-gen.el | ||
| uvs.el | ||
Some files in this directory are taken from the Unicode Character Database and the Unicode Ideographic Variation Database. These files are governed by the Unicode Terms of Use contained in the file copyright.html. The names, URLs, and dates for these files are as follows. BidiBrackets.txt http://www.unicode.org/Public/UNIDATA/BidiBrackets.txt 2021-06-30 BidiMirroring.txt http://www.unicode.org/Public/UNIDATA/BidiMirroring.txt 2021-08-08 Blocks.txt http://www.unicode.org/Public/8.0.0/ucd/Blocks.txt 2021-01-22 IVD_Sequences.txt http://www.unicode.org/ivd/ 2020-11-06 NormalizationTest.txt http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt 2021-05-28 SpecialCasing.txt http://unicode.org/Public/UNIDATA/SpecialCasing.txt 2021-03-08 UnicodeData.txt http://www.unicode.org/Public/UNIDATA/UnicodeData.txt 2021-07-06 emoji-data.txt https://www.unicode.org/Public/14.0.0/ucd/emoji/emoji-data.txt 2021-08-26 emoji-zwj-sequences.txt https://www.unicode.org/Public/emoji/14.0/emoji-zwj-sequences.txt 2021-06-08 emoji-sequences.txt https://www.unicode.org/Public/emoji/14.0/emoji-sequences.txt 2020-08-26 emoji-test.txt https://unicode.org/Public/emoji/14.0/emoji-test.txt 2021-10-28