diff options
| author | Glenn Morris | 2014-06-13 19:05:00 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-06-13 19:05:00 -0400 |
| commit | f9d80c51100e230f37df6bd3864e607f6b145cc7 (patch) | |
| tree | b0f6c6785c47ece7d74f52d44b03842a51fd00c1 /test | |
| parent | d736dd563056e3cac9f006d186ca018525f8b36a (diff) | |
| download | emacs-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 'test')
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index bb8ed89bed0..39470d7a79d 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-06-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/Makefile.in (compile-main): | ||
| 4 | GNU make automatically passes command-line arguments to sub-makes. | ||
| 5 | |||
| 1 | 2014-06-05 Michal Nazarewicz <mina86@mina86.com> | 6 | 2014-06-05 Michal Nazarewicz <mina86@mina86.com> |
| 2 | 7 | ||
| 3 | * automated/tildify-tests.el (tildify-test--test): Optimise the test | 8 | * automated/tildify-tests.el (tildify-test--test): Optimise the test |
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 9d9f60e3efe..e0800f09eb0 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in | |||
| @@ -84,7 +84,7 @@ compile-main: compile-clean | |||
| 84 | echo "$${el}c"; \ | 84 | echo "$${el}c"; \ |
| 85 | done | xargs $(XARGS_LIMIT) echo | \ | 85 | done | xargs $(XARGS_LIMIT) echo | \ |
| 86 | while read chunk; do \ | 86 | while read chunk; do \ |
| 87 | $(MAKE) $(MFLAGS) compile-targets EMACS="$(EMACS)" TARGETS="$$chunk"; \ | 87 | $(MAKE) compile-targets EMACS="$(EMACS)" TARGETS="$$chunk"; \ |
| 88 | done | 88 | done |
| 89 | 89 | ||
| 90 | # Erase left-over .elc files that do not have a corresponding .el file. | 90 | # Erase left-over .elc files that do not have a corresponding .el file. |