diff options
| author | Glenn Morris | 2010-05-13 19:46:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-13 19:46:09 -0700 |
| commit | 489d31a4552ef516721376d7a43b149650abd7a8 (patch) | |
| tree | 85ea3bab35aee9d54d5d4e74e9f0d0597a2a0e82 /src | |
| parent | 845612ac6c36fc1d013884bd573ebf5d2934cd53 (diff) | |
| download | emacs-489d31a4552ef516721376d7a43b149650abd7a8.tar.gz emacs-489d31a4552ef516721376d7a43b149650abd7a8.zip | |
Minor build simplification for NS.
* configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
(GNUSTEP_MAKEFILES): Do not output.
* src/Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
* msdos/sed1v2.inp (@NS_IMPL_GNUSTEP_INC@): Edit to nil.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 10 |
2 files changed, 5 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4ec2629e35f..e329313237c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | 2010-05-14 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-14 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (SHELL): Move outside cpp section. | 3 | * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef. |
| 4 | (ns_appresdir): Remove, unused. | 4 | (ns_appresdir): Remove, unused. |
| 5 | 5 | ||
| 6 | * Makefile.in (SHELL): Move outside cpp section. | ||
| 7 | |||
| 6 | * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). | 8 | * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). |
| 7 | 9 | ||
| 8 | 2010-05-13 Glenn Morris <rgm@gnu.org> | 10 | 2010-05-13 Glenn Morris <rgm@gnu.org> |
diff --git a/src/Makefile.in b/src/Makefile.in index 7765aa708a4..b9fa57fe1d0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -247,14 +247,8 @@ DEPFLAGS = -MMD -MF deps/$*.d | |||
| 247 | do not let it interfere with this file. */ | 247 | do not let it interfere with this file. */ |
| 248 | #undef register | 248 | #undef register |
| 249 | 249 | ||
| 250 | #ifdef NS_IMPL_GNUSTEP | 250 | /* If NS_IMPL_GNUSTEP, some definitions and includes are expanded here. */ |
| 251 | /* Pull in stuff from GNUstep-make. */ | 251 | @NS_IMPL_GNUSTEP_INC@ |
| 252 | FOUNDATION_LIB=gnu | ||
| 253 | GUI_LIB=gnu | ||
| 254 | include @GNUSTEP_MAKEFILES@/Additional/base.make | ||
| 255 | include @GNUSTEP_MAKEFILES@/Additional/gui.make | ||
| 256 | shared=no | ||
| 257 | #endif | ||
| 258 | 252 | ||
| 259 | /* DO NOT use -R. There is a special hack described in lastfile.c | 253 | /* DO NOT use -R. There is a special hack described in lastfile.c |
| 260 | which is used instead. Some initialized data areas are modified | 254 | which is used instead. Some initialized data areas are modified |