diff options
| author | Glenn Morris | 2010-05-13 19:32:29 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-13 19:32:29 -0700 |
| commit | e20f1f074bd823bfe08548b9f4be641f1f963dcd (patch) | |
| tree | 7bf78a8fcff6553fac26d386153ef1e7842da31f /src | |
| parent | cb027b32957a73af833358c323ba1ec53afc8243 (diff) | |
| download | emacs-e20f1f074bd823bfe08548b9f4be641f1f963dcd.tar.gz emacs-e20f1f074bd823bfe08548b9f4be641f1f963dcd.zip | |
* src/Makefile.in (SHELL): Move outside cpp section.
Some comment formatting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 26 |
2 files changed, 12 insertions, 16 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7f429344fb..1112b86846c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 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. | ||
| 4 | |||
| 3 | * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). | 5 | * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). |
| 4 | 6 | ||
| 5 | 2010-05-13 Glenn Morris <rgm@gnu.org> | 7 | 2010-05-13 Glenn Morris <rgm@gnu.org> |
diff --git a/src/Makefile.in b/src/Makefile.in index 7337bae3782..a6e7b4d355c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | # Some of the conditionals might be dead now. Finding them and | 30 | # Some of the conditionals might be dead now. Finding them and |
| 31 | # deleting them would be fine. | 31 | # deleting them would be fine. |
| 32 | 32 | ||
| 33 | SHELL = /bin/sh | ||
| 33 | 34 | ||
| 34 | # Here are the things that we expect ../configure to edit. | 35 | # Here are the things that we expect ../configure to edit. |
| 35 | # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. | 36 | # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. |
| @@ -222,9 +223,6 @@ UNEXEC_OBJ = @unexec@ | |||
| 222 | # ========================== start of cpp stuff ======================= | 223 | # ========================== start of cpp stuff ======================= |
| 223 | /* From here on, comments must be done in C syntax. */ | 224 | /* From here on, comments must be done in C syntax. */ |
| 224 | 225 | ||
| 225 | /* just to be sure the sh is used */ | ||
| 226 | SHELL=/bin/sh | ||
| 227 | |||
| 228 | #define NOT_C_CODE | 226 | #define NOT_C_CODE |
| 229 | #include "config.h" | 227 | #include "config.h" |
| 230 | 228 | ||
| @@ -239,8 +237,7 @@ DEPFLAGS = -MMD -MF deps/$*.d | |||
| 239 | 237 | ||
| 240 | /* Use HAVE_X11 as an alias for X11 in this file | 238 | /* Use HAVE_X11 as an alias for X11 in this file |
| 241 | to avoid problems with X11 as a subdirectory name | 239 | to avoid problems with X11 as a subdirectory name |
| 242 | in -I and other such options which pass through this file. */ | 240 | in -I and other such options which pass through this file. */ |
| 243 | |||
| 244 | #ifdef X11 | 241 | #ifdef X11 |
| 245 | #define HAVE_X11 | 242 | #define HAVE_X11 |
| 246 | #undef X11 | 243 | #undef X11 |
| @@ -251,7 +248,7 @@ DEPFLAGS = -MMD -MF deps/$*.d | |||
| 251 | #undef register | 248 | #undef register |
| 252 | 249 | ||
| 253 | #ifdef NS_IMPL_GNUSTEP | 250 | #ifdef NS_IMPL_GNUSTEP |
| 254 | /* Pull in stuff from GNUstep-make. */ | 251 | /* Pull in stuff from GNUstep-make. */ |
| 255 | FOUNDATION_LIB=gnu | 252 | FOUNDATION_LIB=gnu |
| 256 | GUI_LIB=gnu | 253 | GUI_LIB=gnu |
| 257 | include @GNUSTEP_MAKEFILES@/Additional/base.make | 254 | include @GNUSTEP_MAKEFILES@/Additional/base.make |
| @@ -262,7 +259,7 @@ shared=no | |||
| 262 | /* DO NOT use -R. There is a special hack described in lastfile.c | 259 | /* DO NOT use -R. There is a special hack described in lastfile.c |
| 263 | which is used instead. Some initialized data areas are modified | 260 | which is used instead. Some initialized data areas are modified |
| 264 | at initial startup, then labeled as part of the text area when | 261 | at initial startup, then labeled as part of the text area when |
| 265 | Emacs is dumped for the first time, and never changed again. */ | 262 | Emacs is dumped for the first time, and never changed again. */ |
| 266 | 263 | ||
| 267 | /* -Demacs is needed to make some files produce the correct version | 264 | /* -Demacs is needed to make some files produce the correct version |
| 268 | for use in Emacs. | 265 | for use in Emacs. |
| @@ -372,8 +369,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \ | |||
| 372 | $(MSDOS_OBJ) $(NS_OBJ) $(CYGWIN_OBJ) $(FONT_DRIVERS) | 369 | $(MSDOS_OBJ) $(NS_OBJ) $(CYGWIN_OBJ) $(FONT_DRIVERS) |
| 373 | 370 | ||
| 374 | /* Object files used on some machine or other. | 371 | /* Object files used on some machine or other. |
| 375 | These go in the DOC file on all machines | 372 | These go in the DOC file on all machines in case they are needed. */ |
| 376 | in case they are needed there. */ | ||
| 377 | SOME_MACHINE_OBJECTS = dosfns.o msdos.o \ | 373 | SOME_MACHINE_OBJECTS = dosfns.o msdos.o \ |
| 378 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ | 374 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ |
| 379 | fontset.o dbusbind.o \ | 375 | fontset.o dbusbind.o \ |
| @@ -713,9 +709,8 @@ prefix-args${EXEEXT}: prefix-args.o $(config_h) | |||
| 713 | 709 | ||
| 714 | #if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (USE_GTK) | 710 | #if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (USE_GTK) |
| 715 | 711 | ||
| 716 | /* We use stamp-xmenu with these two deps | 712 | /* We use stamp-xmenu with these two deps to both ensure that lwlib |
| 717 | to both ensure that lwlib gets remade based on its dependencies | 713 | gets remade based on its dependencies in its own makefile, |
| 718 | in its own makefile, | ||
| 719 | and remake temacs if lwlib gets changed by this. */ | 714 | and remake temacs if lwlib gets changed by this. */ |
| 720 | stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU) | 715 | stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU) |
| 721 | touch stamp-oldxmenu | 716 | touch stamp-oldxmenu |
| @@ -978,8 +973,8 @@ xsmfns.o: xsmfns.c lisp.h $(config_h) systime.h sysselect.h termhooks.h xterm.h | |||
| 978 | xsettings.o: xterm.h xsettings.h lisp.h frame.h termhooks.h $(config_h) \ | 973 | xsettings.o: xterm.h xsettings.h lisp.h frame.h termhooks.h $(config_h) \ |
| 979 | dispextern.h keyboard.h systime.h coding.h composite.h blockinput.h atimer.h \ | 974 | dispextern.h keyboard.h systime.h coding.h composite.h blockinput.h atimer.h \ |
| 980 | termopts.h | 975 | termopts.h |
| 981 | /* The files of Lisp proper */ | ||
| 982 | 976 | ||
| 977 | /* The files of Lisp proper. */ | ||
| 983 | alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \ | 978 | alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \ |
| 984 | keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \ | 979 | keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \ |
| 985 | $(INTERVALS_H) termhooks.h | 980 | $(INTERVALS_H) termhooks.h |
| @@ -1001,7 +996,7 @@ lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ | |||
| 1001 | charset.h lisp.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h \ | 996 | charset.h lisp.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h \ |
| 1002 | systime.h frame.h blockinput.h atimer.h | 997 | systime.h frame.h blockinput.h atimer.h |
| 1003 | 998 | ||
| 1004 | /* Text properties support */ | 999 | /* Text properties support. */ |
| 1005 | composite.o: composite.c buffer.h character.h coding.h font.h ccl.h \ | 1000 | composite.o: composite.c buffer.h character.h coding.h font.h ccl.h \ |
| 1006 | frame.h termhooks.h $(INTERVALS_H) window.h lisp.h $(config_h) | 1001 | frame.h termhooks.h $(INTERVALS_H) window.h lisp.h $(config_h) |
| 1007 | intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ | 1002 | intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ |
| @@ -1012,8 +1007,7 @@ textprop.o: textprop.c buffer.h window.h $(INTERVALS_H) \ | |||
| 1012 | #endif /* ! AUTO_DEPEND */ | 1007 | #endif /* ! AUTO_DEPEND */ |
| 1013 | 1008 | ||
| 1014 | /* System-specific programs to be made. | 1009 | /* System-specific programs to be made. |
| 1015 | OTHER_FILES | 1010 | OTHER_FILES select which of these should be compiled. */ |
| 1016 | select which of these should be compiled. */ | ||
| 1017 | 1011 | ||
| 1018 | #ifdef HAVE_NS | 1012 | #ifdef HAVE_NS |
| 1019 | ${ns_appdir}: ${ns_appsrc} | 1013 | ${ns_appdir}: ${ns_appsrc} |