diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-16 22:14:50 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-16 22:14:50 -0700 |
commit | 96182ae6973a088e7c3fffd489acf626d0b3a6cb (patch) | |
tree | 7170ad9f2ba1d67498a93e41d973291bcbbd0fd7 /ChangeLog | |
parent | 3a4155de6637f737ff8b12ec3ceb2633f8e8fa26 (diff) | |
download | emacs-96182ae6973a088e7c3fffd489acf626d0b3a6cb.tar.gz |
Minor optimization for install-arch-dep with self-contained ns build
* Makefile.in (install-arch-dep): For a self-contained ns build,
don't bother installing binaries then immediately deleting them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 04ce3736d5b..e30635140ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-05-17 Glenn Morris <rgm@gnu.org> + * Makefile.in (install-arch-dep): For a self-contained ns build, + don't bother installing binaries then immediately deleting them. + * Makefile.in (ns_appbindir, ns_appresdir): Move them before things that may refer to them. (install-arch-dep): No need to relocate self-contained ns libexec. |