diff options
| author | Glenn Morris | 2012-09-11 00:45:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-09-11 00:45:38 -0700 |
| commit | 9d9edd4baee38b48b7c33a22e25a3a5b8779e41a (patch) | |
| tree | 72b0602dbf8796668a12c36bb14c4b9d5a83b3ee /ChangeLog | |
| parent | e578f3813ff7f48663eb4821caee267e3ec47aa8 (diff) | |
| download | emacs-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-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). |