diff options
| author | Glenn Morris | 2010-05-25 20:42:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-25 20:42:07 -0700 |
| commit | ccd89fb3d6475cae1df64a64f87977c21e98389b (patch) | |
| tree | 13c59eaf566fdb239414f3398bbb20aa78db1730 /ChangeLog | |
| parent | 4710f4fcc51f8465e9b6f4099e66dcea04f59997 (diff) | |
| download | emacs-ccd89fb3d6475cae1df64a64f87977c21e98389b.tar.gz emacs-ccd89fb3d6475cae1df64a64f87977c21e98389b.zip | |
Remove some NS_IMPL_GNUSTEP build dead code.
* configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
(GNUSTEP_MAKEFILES): Remove.
(LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
stuff to here.
* src/Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
Remove.
(TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
* msdos/sed1v2.inp (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
No longer present.
Comments:
See http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00846.html.
Nothing from gui.make was used at all in src/Makefile.in. The only
thing used from base.make was $CONFIG_SYSTEM_LIBS, but because we only
set shared _after_ sourcing base.make, it was always empty. We can
move the remaining flags, set in configure, to the standard variable
LD_SWITCH_SYSTEM_TEMACS.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-05-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS) | ||
| 4 | (GNUSTEP_MAKEFILES): Remove. | ||
| 5 | (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS | ||
| 6 | stuff to here. | ||
| 7 | |||
| 1 | 2010-05-25 Glenn Morris <rgm@gnu.org> | 8 | 2010-05-25 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff... | 10 | * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff... |