Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
50b13cde
Commit
50b13cde
authored
Aug 27, 2013
by
Paul Eggert
Browse files
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
parent
f60e429a
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
60 additions
and
16 deletions
+60
-16
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+1
-1
admin/ChangeLog
admin/ChangeLog
+5
-0
admin/unidata/Makefile.in
admin/unidata/Makefile.in
+1
-1
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-0
doc/emacs/Makefile.in
doc/emacs/Makefile.in
+1
-1
doc/lispintro/ChangeLog
doc/lispintro/ChangeLog
+5
-0
doc/lispintro/Makefile.in
doc/lispintro/Makefile.in
+1
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/Makefile.in
doc/lispref/Makefile.in
+1
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+5
-0
doc/misc/Makefile.in
doc/misc/Makefile.in
+1
-1
leim/ChangeLog
leim/ChangeLog
+5
-0
leim/Makefile.in
leim/Makefile.in
+1
-4
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/Makefile.in
lib-src/Makefile.in
+1
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/Makefile.in
lisp/Makefile.in
+1
-1
nextstep/ChangeLog
nextstep/ChangeLog
+5
-0
nextstep/Makefile.in
nextstep/Makefile.in
+1
-1
No files found.
ChangeLog
View file @
50b13cde
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
* configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
...
...
Makefile.in
View file @
50b13cde
...
...
@@ -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.
...
...
admin/ChangeLog
View file @
50b13cde
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
2013-08-27 Glenn Morris <rgm@gnu.org>
* admin.el (manual-misc-manuals): Use INFO_COMMON rather than
...
...
admin/unidata/Makefile.in
View file @
50b13cde
...
...
@@ -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@
...
...
doc/emacs/ChangeLog
View file @
50b13cde
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
* text.texi (Enriched Justification): Minor fixes.
...
...
doc/emacs/Makefile.in
View file @
50b13cde
...
...
@@ -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.
...
...
doc/lispintro/ChangeLog
View file @
50b13cde
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
2013-08-12 Glenn Morris <rgm@gnu.org>
* emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
...
...
doc/lispintro/Makefile.in
View file @
50b13cde
...
...
@@ -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.
...
...
doc/lispref/ChangeLog
View file @
50b13cde
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
* variables.texi (File Local Variables): Don't recommend quoting! Ever!
...
...
doc/lispref/Makefile.in
View file @
50b13cde
...
...
@@ -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.
...
...
doc/misc/ChangeLog
View file @
50b13cde
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
Try to reduce redundancy in doc/misc/Makefile.in.
...
...
doc/misc/Makefile.in
View file @
50b13cde
...
...
@@ -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
...
...
leim/ChangeLog
View file @
50b13cde
2013
-
08
-
28
Paul
Eggert
<
eggert
@
cs
.
ucla
.
edu
>
*
Makefile
.
in
(
SHELL
):
Now
@
SHELL
@,
not
/
bin
/
sh
,
for
portability
to
hosts
where
/
bin
/
sh
has
problems
.
2013
-
06
-
21
Juanma
Barranquero
<
lekktu
@
gmail
.
com
>
*
quail
/
croatian
.
el
(
"croatian-prefix"
):
...
...
leim/Makefile.in
View file @
50b13cde
...
...
@@ -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.
srcdir
=
@srcdir@
...
...
lib-src/ChangeLog
View file @
50b13cde
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
2013-08-10 Eli Zaretskii <eliz@gnu.org>
* update-game-score.exe.manifest: New file.
...
...
lib-src/Makefile.in
View file @
50b13cde
...
...
@@ -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
...
...
lisp/ChangeLog
View file @
50b13cde
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
...
...
lisp/Makefile.in
View file @
50b13cde
...
...
@@ -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@
...
...
nextstep/ChangeLog
View file @
50b13cde
2013
-
08
-
28
Paul
Eggert
<
eggert
@
cs
.
ucla
.
edu
>
*
Makefile
.
in
(
SHELL
):
Now
@
SHELL
@,
not
/
bin
/
sh
,
for
portability
to
hosts
where
/
bin
/
sh
has
problems
.
2013
-
06
-
02
Jan
Dj
ä
rv
<
jan
.
h
.
d
@
swipnet
.
se
>
*
templates
/
Info
-
gnustep
.
plist
.
in
:
Add
NSDocumentClass
EmacsDocument
.
...
...
nextstep/Makefile.in
View file @
50b13cde
...
...
@@ -20,7 +20,7 @@
### Commentary:
### Code:
SHELL
=
/bin/sh
SHELL
=
@SHELL@
srcdir
=
@srcdir@
EXEEXT
=
@EXEEXT@
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment