emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114038: * Makefile.in (SHELL): Now @SHELL@, not /bi


From: Paul Eggert
Subject: [Emacs-diffs] trunk r114038: * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
Date: Wed, 28 Aug 2013 06:01:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114038
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2013-08-27 23:01:52 -0700
message:
  * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
  
  for portability to hosts where /bin/sh has problems.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
  admin/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-2226
  admin/unidata/Makefile.in      
makefile.in-20091113204419-o5vbwnq5f7feedwu-8551
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/Makefile.in          
makefile.in-20091113204419-o5vbwnq5f7feedwu-6228
  doc/lispintro/ChangeLog        changelog-20091113204419-o5vbwnq5f7feedwu-6128
  doc/lispintro/Makefile.in      
makefile.in-20091113204419-o5vbwnq5f7feedwu-6130
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/Makefile.in        
makefile.in-20091113204419-o5vbwnq5f7feedwu-6156
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/Makefile.in           
makefile.in-20091113204419-o5vbwnq5f7feedwu-6287
  leim/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1629
  leim/Makefile.in               
makefile.in-20091113204419-o5vbwnq5f7feedwu-1200
  lib-src/ChangeLog              changelog-20091113204419-o5vbwnq5f7feedwu-1608
  lib-src/Makefile.in            makefile.in-20091113204419-o5vbwnq5f7feedwu-475
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/Makefile.in               
makefile.in-20091113204419-o5vbwnq5f7feedwu-1831
  nextstep/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-8711
  nextstep/Makefile.in           makefile.in-20120916183945-sy6skp4ojfe19n99-1
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/Makefile.in                makefile.in-20091113204419-o5vbwnq5f7feedwu-631
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/Makefile.in     makefile.in-20110112160650-056hnl9qhpjvjicy-6
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-08-28 01:37:13 +0000
+++ b/ChangeLog 2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-28  Stefan Monnier  <address@hidden>
 
        * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.

=== modified file 'Makefile.in'
--- a/Makefile.in       2013-08-27 07:57:39 +0000
+++ b/Makefile.in       2013-08-28 06:01:52 +0000
@@ -56,7 +56,7 @@
 # make docs
 #      Make Emacs documentation files from their sources; requires makeinfo.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # This may not work with certain non-GNU make's.  It only matters when
 # inheriting a CDPATH not starting with the current directory.

=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-08-27 17:19:04 +0000
+++ b/admin/ChangeLog   2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-27  Glenn Morris  <address@hidden>
 
        * admin.el (manual-misc-manuals): Use INFO_COMMON rather than

=== modified file 'admin/unidata/Makefile.in'
--- a/admin/unidata/Makefile.in 2013-07-23 22:55:38 +0000
+++ b/admin/unidata/Makefile.in 2013-08-28 06:01:52 +0000
@@ -21,7 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 abs_builddir = @abs_builddir@

=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-08-17 02:45:22 +0000
+++ b/doc/emacs/ChangeLog       2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-17  Xue Fuqiao  <address@hidden>
 
        * text.texi (Enriched Justification): Minor fixes.

=== modified file 'doc/emacs/Makefile.in'
--- a/doc/emacs/Makefile.in     2013-08-12 00:04:15 +0000
+++ b/doc/emacs/Makefile.in     2013-08-28 06:01:52 +0000
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # NB If you add any more configure variables,
 # update the sed rules in the dist target below.

=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2013-08-12 00:09:11 +0000
+++ b/doc/lispintro/ChangeLog   2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-12  Glenn Morris  <address@hidden>
 
        * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.

=== modified file 'doc/lispintro/Makefile.in'
--- a/doc/lispintro/Makefile.in 2013-08-12 00:04:15 +0000
+++ b/doc/lispintro/Makefile.in 2013-08-28 06:01:52 +0000
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # NB If you add any more configure variables,
 # update the sed rules in the dist target below.

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-26 15:28:24 +0000
+++ b/doc/lispref/ChangeLog     2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-26  Stefan Monnier  <address@hidden>
 
        * variables.texi (File Local Variables): Don't recommend quoting!  Ever!

=== modified file 'doc/lispref/Makefile.in'
--- a/doc/lispref/Makefile.in   2013-08-12 00:04:15 +0000
+++ b/doc/lispref/Makefile.in   2013-08-28 06:01:52 +0000
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # NB If you add any more configure variables,
 # update the sed rules in the dist target below.

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-08-28 01:37:13 +0000
+++ b/doc/misc/ChangeLog        2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-28  Stefan Monnier  <address@hidden>
 
        Try to reduce redundancy in doc/misc/Makefile.in.

=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2013-08-28 01:37:13 +0000
+++ b/doc/misc/Makefile.in      2013-08-28 06:01:52 +0000
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # Where to find the source code.  $(srcdir) will be the man-aux
 # subdirectory of the source tree.  This is

=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2013-06-21 13:37:15 +0000
+++ b/leim/ChangeLog    2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-06-21  Juanma Barranquero  <address@hidden>
 
        * quail/croatian.el ("croatian-prefix"):

=== modified file 'leim/Makefile.in'
--- a/leim/Makefile.in  2013-07-23 22:55:38 +0000
+++ b/leim/Makefile.in  2013-08-28 06:01:52 +0000
@@ -21,10 +21,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-
-# Avoid trouble on systems where the `SHELL' variable might be
-# inherited from the environment.
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # Here are the things that we expect ../configure to edit.
 address@hidden@

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2013-08-10 07:43:41 +0000
+++ b/lib-src/ChangeLog 2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-10  Eli Zaretskii  <address@hidden>
 
        * update-game-score.exe.manifest: New file.

=== modified file 'lib-src/Makefile.in'
--- a/lib-src/Makefile.in       2013-08-10 07:43:41 +0000
+++ b/lib-src/Makefile.in       2013-08-28 06:01:52 +0000
@@ -18,10 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-
-# Avoid trouble on systems where the `SHELL' variable might be
-# inherited from the environment.
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # Following ../lisp/Makefile.in.
 EMACS = ../src/emacs

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-08-28 01:33:31 +0000
+++ b/lisp/ChangeLog    2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-28  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.

=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in  2013-07-23 22:55:38 +0000
+++ b/lisp/Makefile.in  2013-08-28 06:01:52 +0000
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@

=== modified file 'nextstep/ChangeLog'
--- a/nextstep/ChangeLog        2013-06-02 19:14:25 +0000
+++ b/nextstep/ChangeLog        2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-06-02  Jan Djärv  <address@hidden>
 
        * templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument.

=== modified file 'nextstep/Makefile.in'
--- a/nextstep/Makefile.in      2013-07-23 22:55:38 +0000
+++ b/nextstep/Makefile.in      2013-08-28 06:01:52 +0000
@@ -20,7 +20,7 @@
 ### Commentary:
 
 ### Code:
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 EXEEXT = @EXEEXT@

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-08-28 05:45:38 +0000
+++ b/src/ChangeLog     2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-28  Dmitry Antipov  <address@hidden>
 
        Redesign redisplay interface to drop global output_cursor.

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2013-08-11 19:43:36 +0000
+++ b/src/Makefile.in   2013-08-28 06:01:52 +0000
@@ -23,7 +23,7 @@
 # script may need modifying in sync with changes made here.  Try to
 # avoid shell-ism because the DOS build has to use the DOS shell.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # Here are the things that we expect ../configure to edit.
 # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-08-21 19:42:52 +0000
+++ b/test/ChangeLog    2013-08-28 06:01:52 +0000
@@ -1,3 +1,8 @@
+2013-08-28  Paul Eggert  <address@hidden>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
 2013-08-21  David Engster  <address@hidden>
 
        * automated/eieio-tests.el, automated/eieio-test-persist.el:

=== modified file 'test/automated/Makefile.in'
--- a/test/automated/Makefile.in        2013-07-23 22:55:38 +0000
+++ b/test/automated/Makefile.in        2013-08-28 06:01:52 +0000
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@


reply via email to

[Prev in Thread] Current Thread [Next in Thread]