]> code.delx.au - gnu-emacs/commitdiff
Say "ELC foo.elc" instead of "GEN foo.elc"
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jan 2015 01:41:57 +0000 (17:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jan 2015 01:42:43 +0000 (17:42 -0800)
* admin/unidata/Makefile.in, lisp/Makefile.in (AM_V_ELC)
(am__v_ELC_, am__v_ELC_0, am__v_ELC_1): New macros.
* admin/unidata/Makefile.in (%.elc):
* lisp/Makefile.in ($(THEFILE)c, .el.elc): Use them.

admin/ChangeLog
admin/unidata/Makefile.in
lisp/ChangeLog
lisp/Makefile.in

index dc029a0be0c20cd889e6a8e36afda47617c5d2fd..2b04281f4002892034636e45b963f9a2fcd8806b 100644 (file)
@@ -1,3 +1,10 @@
+2015-01-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Say "ELC foo.elc" instead of "GEN foo.elc"
+       * unidata/Makefile.in (AM_V_ELC, am__v_ELC_, am__v_ELC_0)
+       (am__v_ELC_1): New macros.
+       (%.elc): Use them.
+
 2015-01-08  Glenn Morris  <rgm@gnu.org>
 
        * authors.el (authors-aliases): Add an entry to ignore.
index 777d1270fff95b3f4531ed87d0e782ccb58cd065..1396f0926f4d349aa5f6c51a0553d0754a24ea67 100644 (file)
@@ -34,6 +34,11 @@ emacs = "${EMACS}" -batch --no-site-file --no-site-lisp
 # 'make' verbosity.
 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
+AM_V_ELC = $(am__v_ELC_@AM_V@)
+am__v_ELC_ = $(am__v_ELC_@AM_DEFAULT_V@)
+am__v_ELC_0 = @echo "  ELC     " $@;
+am__v_ELC_1 =
+
 AM_V_GEN = $(am__v_GEN_@AM_V@)
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN     " $@;
@@ -58,7 +63,7 @@ ${top_srcdir}/src/macuvs.h: ${srcdir}/uvs.el ${srcdir}/IVD_Sequences.txt | \
          > $@
 
 %.elc: %.el
-       $(AM_V_GEN)${emacs} -f batch-byte-compile $<
+       $(AM_V_ELC)${emacs} -f batch-byte-compile $<
 
 unidata.txt: ${srcdir}/UnicodeData.txt
        $(AM_V_GEN)sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' \
index 598f9c6a7202f881288ba2ccd28b178a2e0482e2..7a208225d40b4f1087118503a9f989e4745e8f44 100644 (file)
@@ -1,3 +1,10 @@
+2015-01-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Say "ELC foo.elc" instead of "GEN foo.elc"
+       * Makefile.in (AM_V_ELC, am__v_ELC_, am__v_ELC_0, am__v_ELC_1):
+       New macros.
+       ($(THEFILE)c, .el.elc): Use them.
+
 2015-01-11  Michael Albinus  <michael.albinus@gmx.de>
 
        * files.el (directory-files-recursively): Do not include
index 565ca77de3ba54787df480e1d54ae114592baa00..bb61cab88756eb31dad83431697cffe291c1c12c 100644 (file)
@@ -31,6 +31,11 @@ XARGS_LIMIT = @XARGS_LIMIT@
 # 'make' verbosity.
 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
+AM_V_ELC = $(am__v_ELC_@AM_V@)
+am__v_ELC_ = $(am__v_ELC_@AM_DEFAULT_V@)
+am__v_ELC_0 = @echo "  ELC     " $@;
+am__v_ELC_1 =
+
 AM_V_GEN = $(am__v_GEN_@AM_V@)
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN     " $@;
@@ -260,7 +265,7 @@ TAGS: $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4)
 THEFILE = no-such-file
 .PHONY: $(THEFILE)c
 $(THEFILE)c:
-       $(AM_V_GEN)$(emacs) $(BYTE_COMPILE_FLAGS) \
+       $(AM_V_ELC)$(emacs) $(BYTE_COMPILE_FLAGS) \
                -l bytecomp -f byte-compile-refresh-preloaded \
                -f batch-byte-compile $(THEFILE)
 
@@ -276,7 +281,7 @@ $(THEFILE)c:
 # An old-fashioned suffix rule, which, according to the GNU Make manual,
 # cannot have prerequisites.
 .el.elc:
-       $(AM_V_GEN)$(emacs) $(BYTE_COMPILE_FLAGS) -f batch-byte-compile $<
+       $(AM_V_ELC)$(emacs) $(BYTE_COMPILE_FLAGS) -f batch-byte-compile $<
 
 .PHONY: compile-first compile-main compile compile-always