diff options
| author | Paul Eggert | 2013-08-27 23:01:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-27 23:01:52 -0700 |
| commit | 50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92 (patch) | |
| tree | a58d431171217eb2172386e3b67452fa09d79f99 | |
| parent | f60e429a1a1a0d6a51761ef12e54dde52967f085 (diff) | |
| download | emacs-50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92.tar.gz emacs-50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92.zip | |
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Makefile.in | 2 | ||||
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rw-r--r-- | admin/unidata/Makefile.in | 2 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/Makefile.in | 2 | ||||
| -rw-r--r-- | doc/lispintro/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispintro/Makefile.in | 2 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 2 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 2 | ||||
| -rw-r--r-- | leim/ChangeLog | 5 | ||||
| -rw-r--r-- | leim/Makefile.in | 5 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 | ||||
| -rw-r--r-- | nextstep/ChangeLog | 5 | ||||
| -rw-r--r-- | nextstep/Makefile.in | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 2 | ||||
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/Makefile.in | 2 |
24 files changed, 72 insertions, 18 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32. | 8 | * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32. |
diff --git a/Makefile.in b/Makefile.in index d5cd6bd8d20..8e3a846c8df 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | # make docs | 56 | # make docs |
| 57 | # Make Emacs documentation files from their sources; requires makeinfo. | 57 | # Make Emacs documentation files from their sources; requires makeinfo. |
| 58 | 58 | ||
| 59 | SHELL = /bin/sh | 59 | SHELL = @SHELL@ |
| 60 | 60 | ||
| 61 | # This may not work with certain non-GNU make's. It only matters when | 61 | # This may not work with certain non-GNU make's. It only matters when |
| 62 | # inheriting a CDPATH not starting with the current directory. | 62 | # inheriting a CDPATH not starting with the current directory. |
diff --git a/admin/ChangeLog b/admin/ChangeLog index 245c809ec81..29118deba7f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-27 Glenn Morris <rgm@gnu.org> | 6 | 2013-08-27 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * admin.el (manual-misc-manuals): Use INFO_COMMON rather than | 8 | * admin.el (manual-misc-manuals): Use INFO_COMMON rather than |
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index c759079a49a..df225cc8cbf 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | # You should have received a copy of the GNU General Public License | 21 | # You should have received a copy of the GNU General Public License |
| 22 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | SHELL = /bin/sh | 24 | SHELL = @SHELL@ |
| 25 | 25 | ||
| 26 | srcdir = @srcdir@ | 26 | srcdir = @srcdir@ |
| 27 | abs_builddir = @abs_builddir@ | 27 | abs_builddir = @abs_builddir@ |
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index f94db60f25f..2dd245a92ba 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-17 Xue Fuqiao <xfq.free@gmail.com> | 6 | 2013-08-17 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 7 | ||
| 3 | * text.texi (Enriched Justification): Minor fixes. | 8 | * text.texi (Enriched Justification): Minor fixes. |
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index 7aeead4e2f6..bf9f8152ad4 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | SHELL = /bin/sh | 20 | SHELL = @SHELL@ |
| 21 | 21 | ||
| 22 | # NB If you add any more configure variables, | 22 | # NB If you add any more configure variables, |
| 23 | # update the sed rules in the dist target below. | 23 | # update the sed rules in the dist target below. |
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index db02a257a3a..a47183f4d27 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-12 Glenn Morris <rgm@gnu.org> | 6 | 2013-08-12 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo. | 8 | * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo. |
diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in index ad1b978f255..363e12215b3 100644 --- a/doc/lispintro/Makefile.in +++ b/doc/lispintro/Makefile.in | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | SHELL = /bin/sh | 20 | SHELL = @SHELL@ |
| 21 | 21 | ||
| 22 | # NB If you add any more configure variables, | 22 | # NB If you add any more configure variables, |
| 23 | # update the sed rules in the dist target below. | 23 | # update the sed rules in the dist target below. |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d27f58c0efa..8b5aa65ff96 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * variables.texi (File Local Variables): Don't recommend quoting! Ever! | 8 | * variables.texi (File Local Variables): Don't recommend quoting! Ever! |
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index c7aa5ac1a28..164646ac433 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | SHELL = /bin/sh | 20 | SHELL = @SHELL@ |
| 21 | 21 | ||
| 22 | # NB If you add any more configure variables, | 22 | # NB If you add any more configure variables, |
| 23 | # update the sed rules in the dist target below. | 23 | # update the sed rules in the dist target below. |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c08de7e4a59..22148deace0 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | Try to reduce redundancy in doc/misc/Makefile.in. | 8 | Try to reduce redundancy in doc/misc/Makefile.in. |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 0c2b48aa67e..30fc4953172 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | SHELL = /bin/sh | 20 | SHELL = @SHELL@ |
| 21 | 21 | ||
| 22 | # Where to find the source code. $(srcdir) will be the man-aux | 22 | # Where to find the source code. $(srcdir) will be the man-aux |
| 23 | # subdirectory of the source tree. This is | 23 | # subdirectory of the source tree. This is |
diff --git a/leim/ChangeLog b/leim/ChangeLog index abe0e195ff9..3e25c0edbe1 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-06-21 Juanma Barranquero <lekktu@gmail.com> | 6 | 2013-06-21 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * quail/croatian.el ("croatian-prefix"): | 8 | * quail/croatian.el ("croatian-prefix"): |
diff --git a/leim/Makefile.in b/leim/Makefile.in index b04eb6c2e77..7c3f3ca47e1 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -21,10 +21,7 @@ | |||
| 21 | # You should have received a copy of the GNU General Public License | 21 | # You should have received a copy of the GNU General Public License |
| 22 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | 24 | SHELL = @SHELL@ | |
| 25 | # Avoid trouble on systems where the `SHELL' variable might be | ||
| 26 | # inherited from the environment. | ||
| 27 | SHELL = /bin/sh | ||
| 28 | 25 | ||
| 29 | # Here are the things that we expect ../configure to edit. | 26 | # Here are the things that we expect ../configure to edit. |
| 30 | srcdir=@srcdir@ | 27 | srcdir=@srcdir@ |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 53d66ba1e37..d2e9dd18177 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-10 Eli Zaretskii <eliz@gnu.org> | 6 | 2013-08-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * update-game-score.exe.manifest: New file. | 8 | * update-game-score.exe.manifest: New file. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index fe1900a2a40..994eb2bb266 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -18,10 +18,7 @@ | |||
| 18 | # You should have received a copy of the GNU General Public License | 18 | # You should have received a copy of the GNU General Public License |
| 19 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 19 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 20 | 20 | ||
| 21 | 21 | SHELL = @SHELL@ | |
| 22 | # Avoid trouble on systems where the `SHELL' variable might be | ||
| 23 | # inherited from the environment. | ||
| 24 | SHELL = /bin/sh | ||
| 25 | 22 | ||
| 26 | # Following ../lisp/Makefile.in. | 23 | # Following ../lisp/Makefile.in. |
| 27 | EMACS = ../src/emacs | 24 | EMACS = ../src/emacs |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c9afcc5630..31533b92a99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning. | 8 | * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 066e15368da..c71fb37e62c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | SHELL = /bin/sh | 20 | SHELL = @SHELL@ |
| 21 | 21 | ||
| 22 | srcdir = @srcdir@ | 22 | srcdir = @srcdir@ |
| 23 | top_srcdir = @top_srcdir@ | 23 | top_srcdir = @top_srcdir@ |
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index d76d832555c..7e5e7b520dd 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-06-02 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2013-06-02 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument. | 8 | * templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument. |
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in index feeafc0d694..8e768f70043 100644 --- a/nextstep/Makefile.in +++ b/nextstep/Makefile.in | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | ### Commentary: | 20 | ### Commentary: |
| 21 | 21 | ||
| 22 | ### Code: | 22 | ### Code: |
| 23 | SHELL = /bin/sh | 23 | SHELL = @SHELL@ |
| 24 | 24 | ||
| 25 | srcdir = @srcdir@ | 25 | srcdir = @srcdir@ |
| 26 | EXEEXT = @EXEEXT@ | 26 | EXEEXT = @EXEEXT@ |
diff --git a/src/ChangeLog b/src/ChangeLog index dfcad3bf120..ed2346424ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-28 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2013-08-28 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | Redesign redisplay interface to drop global output_cursor. | 8 | Redesign redisplay interface to drop global output_cursor. |
diff --git a/src/Makefile.in b/src/Makefile.in index f0ed770ac8f..0e7ff9cbd33 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | # script may need modifying in sync with changes made here. Try to | 23 | # script may need modifying in sync with changes made here. Try to |
| 24 | # avoid shell-ism because the DOS build has to use the DOS shell. | 24 | # avoid shell-ism because the DOS build has to use the DOS shell. |
| 25 | 25 | ||
| 26 | SHELL = /bin/sh | 26 | SHELL = @SHELL@ |
| 27 | 27 | ||
| 28 | # Here are the things that we expect ../configure to edit. | 28 | # Here are the things that we expect ../configure to edit. |
| 29 | # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. | 29 | # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. |
diff --git a/test/ChangeLog b/test/ChangeLog index 969bc3c4939..bbc841585d1 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 4 | for portability to hosts where /bin/sh has problems. | ||
| 5 | |||
| 1 | 2013-08-21 David Engster <deng@randomsample.de> | 6 | 2013-08-21 David Engster <deng@randomsample.de> |
| 2 | 7 | ||
| 3 | * automated/eieio-tests.el, automated/eieio-test-persist.el: | 8 | * automated/eieio-tests.el, automated/eieio-test-persist.el: |
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index d4bfcc12130..5e0ca182c65 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | SHELL = /bin/sh | 20 | SHELL = @SHELL@ |
| 21 | 21 | ||
| 22 | srcdir = @srcdir@ | 22 | srcdir = @srcdir@ |
| 23 | top_srcdir = @top_srcdir@ | 23 | top_srcdir = @top_srcdir@ |