aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-06-13 19:05:00 -0400
committerGlenn Morris2014-06-13 19:05:00 -0400
commitf9d80c51100e230f37df6bd3864e607f6b145cc7 (patch)
treeb0f6c6785c47ece7d74f52d44b03842a51fd00c1 /ChangeLog
parentd736dd563056e3cac9f006d186ca018525f8b36a (diff)
downloademacs-f9d80c51100e230f37df6bd3864e607f6b145cc7.tar.gz
emacs-f9d80c51100e230f37df6bd3864e607f6b145cc7.zip
With GNU make, MFLAGS is not needed
* Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir): Remove, no longer used. (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep) (install-nt, install-strip, uninstall, uninstall-nt) (mostlyclean, clean, distclean, bootstrap-clean) (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)): ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare): GNU make automatically passes command-line arguments to sub-makes. * admin/unidata/Makefile.in (${DSTDIR}/charprop.el): GNU make automatically passes command-line arguments to sub-makes. * lib-src/Makefile.in (../lib/libgnu.a): GNU make automatically passes command-line arguments to sub-makes. * lisp/Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el) (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile) (compile-always): GNU make automatically passes command-line arguments to sub-makes. * lwlib/Makefile.in ($(globals_h)): GNU make automatically passes command-line arguments to sub-makes. * src/Makefile.in ($(leimdir)/leim-list.el, $(srcdir)/macuvs.h) ($(lispsource)/international/charprop.el) ($(libsrc)/make-docfile$(EXEEXT), $(lwlibdir)/liblw.a) ($(oldXMenudir)/libXMenu11.a, ns-app, .el.elc) ($(lispsource)/loaddefs.el, bootstrap-emacs$(EXEEXT)): GNU make automatically passes command-line arguments to sub-makes. * test/automated/Makefile.in (compile-main): GNU make automatically passes command-line arguments to sub-makes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25de78e508a..90a1ce7c0c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
12014-06-13 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir):
4 Remove, no longer used.
5 (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep)
6 (install-nt, install-strip, uninstall, uninstall-nt)
7 (mostlyclean, clean, distclean, bootstrap-clean)
8 (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)):
9 ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare):
10 GNU make automatically passes command-line arguments to sub-makes.
11
12014-06-11 Paul Eggert <eggert@cs.ucla.edu> 122014-06-11 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Use a shell function in configure.ac to cut down on code duplication. 14 Use a shell function in configure.ac to cut down on code duplication.