aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-06-14 17:34:22 -0700
committerGlenn Morris <[email protected]>2014-06-14 17:34:22 -0700
commit0d9f81376b7ef14ec7a61077a059cfa2420c5666 (patch)
treee831d8882b1e5ee5a56b3ddadb5daca054b0ea31 /ChangeLog
parent0e6929ecab39164b384c76884a7eac559a1fe9b9 (diff)
Use `make -C' rather than `cd && make'
* Makefile.in: Use `make -C' rather than `cd && make' throughout. * lib-src/Makefile.in (../lib/libgnu.a): Use `make -C' rather than `cd && make'. * lisp/Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'. * lwlib/Makefile.in ($(globals_h)): Use `make -C' rather than `cd && make'. * src/Makefile.in: Use `make -C' rather than `cd && make' throughout.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bb156ff80..f74594e9b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2014-06-15 Glenn Morris <[email protected]>
+ * Makefile.in: Use `make -C' rather than `cd && make' throughout.
+
* Makefile.in: Parallelize clean rules using GNU make features.
(submake_template): New definition.
(mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs):