aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-09-11 00:45:38 -0700
committerGlenn Morris2012-09-11 00:45:38 -0700
commit9d9edd4baee38b48b7c33a22e25a3a5b8779e41a (patch)
tree72b0602dbf8796668a12c36bb14c4b9d5a83b3ee /ChangeLog
parente578f3813ff7f48663eb4821caee267e3ec47aa8 (diff)
downloademacs-9d9edd4baee38b48b7c33a22e25a3a5b8779e41a.tar.gz
emacs-9d9edd4baee38b48b7c33a22e25a3a5b8779e41a.zip
Be more explicit about some Makefile dependencies
* Makefile.in (install-arch-dep, install-arch-indep, install-doc): Be more explicit about dependencies, for parallel `make install'. It is not so unreasonable to run `make -j# install' from a clean state for a self-contained NS build, where the "installation" happens within the build tree.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d6d5020b0c..23fc479e124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12012-09-11 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
4 Be more explicit about dependencies, for parallel `make install'.
5
12012-09-11 Paul Eggert <eggert@cs.ucla.edu> 62012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Simplify, document, and port floating-point (Bug#12381). 8 Simplify, document, and port floating-point (Bug#12381).