diff options
| author | Glenn Morris | 2012-05-18 00:41:13 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-18 00:41:13 -0700 |
| commit | 0629a797a195aad88656003387cc4bbfb6aa74e2 (patch) | |
| tree | 58e0efb4aec691bcebe27eba0b2e2b09a4c805c7 /ChangeLog | |
| parent | 80a511622c52f16583c549a3b16cd419a77f015e (diff) | |
| download | emacs-0629a797a195aad88656003387cc4bbfb6aa74e2.tar.gz emacs-0629a797a195aad88656003387cc4bbfb6aa74e2.zip | |
Avoid installation followed by immediate deletion for self-contained ns
* configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
* Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
(install-arch-indep): Don't install-etc for self-contained ns builds.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-05-18 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-18 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable. | ||
| 4 | * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure. | ||
| 5 | (install-arch-indep): Don't install-etc for self-contained ns builds. | ||
| 6 | |||
| 3 | * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>: | 7 | * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>: |
| 4 | No longer unconditonally add /sw directories. (Bug#2280) | 8 | No longer unconditonally add /sw directories. (Bug#2280) |
| 5 | 9 | ||