aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-05-06 00:24:18 -0700
committerGlenn Morris2010-05-06 00:24:18 -0700
commite3cf0cded8bed77323873044d2ad2db8d92f3621 (patch)
treef2a07af8d89de1f2cd0184b34ac625c05b3b19fd
parent82db9c90fbec4796803af6d0532dd12285257977 (diff)
downloademacs-e3cf0cded8bed77323873044d2ad2db8d92f3621.tar.gz
emacs-e3cf0cded8bed77323873044d2ad2db8d92f3621.zip
Remove some unused Makefile.in variables.
* configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@. * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE) (LD_SWITCH_X_SITE): Remove unused variables. * lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables. * oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE) (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables. * src/Makefile.in (CPP, LN_S): Remove unused variables. * msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.in6
-rw-r--r--configure.in1
-rw-r--r--lwlib/ChangeLog4
-rw-r--r--lwlib/Makefile.in18
-rw-r--r--msdos/ChangeLog4
-rw-r--r--msdos/sed1v2.inp5
-rw-r--r--msdos/sed5x.inp5
-rw-r--r--oldXMenu/ChangeLog5
-rw-r--r--oldXMenu/Makefile.in27
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in4
12 files changed, 43 insertions, 47 deletions
diff --git a/ChangeLog b/ChangeLog
index 3edff34249c..20052004b81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12010-05-06 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4
5 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
6 (LD_SWITCH_X_SITE): Remove unused variables.
7
12010-05-04 Glenn Morris <rgm@gnu.org> 82010-05-04 Glenn Morris <rgm@gnu.org>
2 9
3 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE 10 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
diff --git a/Makefile.in b/Makefile.in
index cd60e9ee3a0..71d00243fed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,15 +69,9 @@ CDPATH=
69# ==================== Things `configure' Might Edit ==================== 69# ==================== Things `configure' Might Edit ====================
70 70
71CC=@CC@ 71CC=@CC@
72CPP=@CPP@
73C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@
74ALLOCA=@ALLOCA@
75LN_S=@LN_S@
76CFLAGS=@CFLAGS@ 72CFLAGS=@CFLAGS@
77LDFLAGS=@LDFLAGS@ 73LDFLAGS=@LDFLAGS@
78CPPFLAGS=@CPPFLAGS@ 74CPPFLAGS=@CPPFLAGS@
79C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
80LD_SWITCH_X_SITE=@LD_SWITCH_X_SITE@
81EXEEXT=@EXEEXT@ 75EXEEXT=@EXEEXT@
82MAKEINFO=@MAKEINFO@ 76MAKEINFO=@MAKEINFO@
83 77
diff --git a/configure.in b/configure.in
index c7c880d939e..0bf8bb72b6c 100644
--- a/configure.in
+++ b/configure.in
@@ -755,7 +755,6 @@ unset SAVE_CFLAGS
755#### Some other nice autoconf tests. 755#### Some other nice autoconf tests.
756 756
757dnl checks for programs 757dnl checks for programs
758AC_PROG_LN_S
759AC_PROG_CPP 758AC_PROG_CPP
760AC_PROG_INSTALL 759AC_PROG_INSTALL
761if test "x$RANLIB" = x; then 760if test "x$RANLIB" = x; then
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 648286e9622..5988977df3a 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
12010-05-06 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.
4
12010-05-04 Glenn Morris <rgm@gnu.org> 52010-05-04 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): 7 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index c334ef08c78..c72b3920814 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -32,27 +32,21 @@ C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
32 32
33CC=@CC@ 33CC=@CC@
34CFLAGS=@CFLAGS@ 34CFLAGS=@CFLAGS@
35CPP=@CPP@
36CPPFLAGS=@CPPFLAGS@ 35CPPFLAGS=@CPPFLAGS@
37LN_S=@LN_S@
38RANLIB=@RANLIB@ 36RANLIB=@RANLIB@
39# See below--@X_TOOLKIT_TYPE@ is used below. 37# See below--@X_TOOLKIT_TYPE@ is used below.
40USE_X_TOOLKIT=@X_TOOLKIT_TYPE@ 38USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
41 39
42 TOP = . 40AR = ar cq
41RM = rm -f
43 42
44 AR = ar cq 43LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o
45 44MOTIF_OBJS = lwlib-Xm.o
46 LN = ln -s
47 RM = rm -f
48
49 LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o
50 MOTIF_OBJS = lwlib-Xm.o
51 45
52TOOLKIT_DEFINES = 46TOOLKIT_DEFINES =
53 TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS) 47TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS)
54 48
55 OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o 49OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o
56 50
57# ../src is needed to find config.h. 51# ../src is needed to find config.h.
58ALL_CFLAGS= $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ 52ALL_CFLAGS= $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index e4baa59ceb7..3d6cd8833d4 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,7 @@
12010-05-06 Glenn Morris <rgm@gnu.org>
2
3 * sed1v2.inp, sed5x.inp: Remove LN_S, unused.
4
12010-04-01 Eli Zaretskii <eliz@gnu.org> 52010-04-01 Eli Zaretskii <eliz@gnu.org>
2 6
3 Remove support for DJGPP v1.x. 7 Remove support for DJGPP v1.x.
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp
index 814a633ee2b..84209f59dca 100644
--- a/msdos/sed1v2.inp
+++ b/msdos/sed1v2.inp
@@ -2,8 +2,8 @@
2# Configuration script for src/Makefile under DJGPP v2.x 2# Configuration script for src/Makefile under DJGPP v2.x
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4# 4#
5# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 5# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
6# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 6# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
7# 7#
8# This file is part of GNU Emacs. 8# This file is part of GNU Emacs.
9# 9#
@@ -50,7 +50,6 @@ s/\.h\.in/.h-in/
50/^OTHER_FILES *=/s/@OTHER_FILES@// 50/^OTHER_FILES *=/s/@OTHER_FILES@//
51/^EXEEXT *=/s/@EXEEXT@/.exe/ 51/^EXEEXT *=/s/@EXEEXT@/.exe/
52/^version *=/s/@[^@\n]*@// 52/^version *=/s/@[^@\n]*@//
53/^LN_S *=/s/@[^@\n]*@/ln -s/
54/^M_FILE *=/s!@[^@\n]*@!m/intel386.h! 53/^M_FILE *=/s!@[^@\n]*@!m/intel386.h!
55/^S_FILE *=/s!@[^@\n]*@!s/msdos.h! 54/^S_FILE *=/s!@[^@\n]*@!s/msdos.h!
56/^@SET_MAKE@$/s/@SET_MAKE@// 55/^@SET_MAKE@$/s/@SET_MAKE@//
diff --git a/msdos/sed5x.inp b/msdos/sed5x.inp
index 6f2e08d23de..e706b785d7b 100644
--- a/msdos/sed5x.inp
+++ b/msdos/sed5x.inp
@@ -2,8 +2,8 @@
2# Configuration script for oldxmenu/makefile for DesqView/X 2# Configuration script for oldxmenu/makefile for DesqView/X
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4# 4#
5# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 5# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
6# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 6# 2009, 2010 Free Software Foundation, Inc.
7# 7#
8# This file is part of GNU Emacs. 8# This file is part of GNU Emacs.
9# 9#
@@ -22,7 +22,6 @@
22/^CC *=/s/@[^@\n]*@/gcc/ 22/^CC *=/s/@[^@\n]*@/gcc/
23/^CPP *=/s/@[^@\n]*@/gcc -e/ 23/^CPP *=/s/@[^@\n]*@/gcc -e/
24/^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ 24/^CFLAGS *=/s/@[^@\n]*@/-O2 -g/
25/^LN_S *=/s/@[^@\n]*@/ln -s/
26s/|| true// 25s/|| true//
27 26
28# arch-tag: 612a79be-2a02-4cb0-8dec-779aac0a2f4f 27# arch-tag: 612a79be-2a02-4cb0-8dec-779aac0a2f4f
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index bf7f7a78247..365ff1f98a9 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,8 @@
12010-05-06 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
4 (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
5
12010-05-04 Glenn Morris <rgm@gnu.org> 62010-05-04 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use 8 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index bdaa87695e0..b1d6ea5d814 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -15,8 +15,8 @@
15## without express or implied warranty. 15## without express or implied warranty.
16 16
17 17
18## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 18## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
19## Free Software Foundation, Inc. 19## 2010 Free Software Foundation, Inc.
20 20
21## This program is free software: you can redistribute it and/or modify 21## This program is free software: you can redistribute it and/or modify
22## it under the terms of the GNU General Public License as published by 22## it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
36 36
37## To the best of our knowledge, this code was originally based on the 37## To the best of our knowledge, this code was originally based on the
38## X11 oldXMenu Makefile, which was automatically generated from the 38## X11 oldXMenu Makefile, which was automatically generated from the
39## X11 oldXMenu Imakefile. There was no explicit copyright information 39## X11 oldXMenu Imakefile. There was no explicit copyright information
40## in the Imakefile, therefore we have added the same MIT license as 40## in the Imakefile, therefore we have added the same MIT license as
41## used by the rest of the oldXMenu code. 41## used by the rest of the oldXMenu code.
42 42
@@ -53,24 +53,11 @@ C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
53EXTRA=insque.o 53EXTRA=insque.o
54CC=@CC@ 54CC=@CC@
55CFLAGS=@CFLAGS@ 55CFLAGS=@CFLAGS@
56CPP=@CPP@ 56TAGS = etags
57LN_S=@LN_S@ 57RM = rm -f
58 AS = as 58RANLIB = ranlib
59 LD = ld
60 TAGS = etags
61 RM = rm -f
62 MV = mv
63 RANLIB = ranlib
64# Solaris 2.1 ar doesn't accept the 'l' option. 59# Solaris 2.1 ar doesn't accept the 'l' option.
65 AR = ar cq 60AR = ar cq
66 LS = ls
67 LINTOPTS = -axz
68 LINTLIBFLAG = -C
69 MAKE = make
70 STD_DEFINES =
71 CDEBUGFLAGS = -O
72 RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
73 tags TAGS make.log
74 61
75OBJS = Activate.o \ 62OBJS = Activate.o \
76 AddPane.o \ 63 AddPane.o \
diff --git a/src/ChangeLog b/src/ChangeLog
index 2178f219cf8..cad37cd432b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-05-06 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (CPP, LN_S): Remove unused variables.
4
12010-05-05 Stefan Monnier <monnier@iro.umontreal.ca> 52010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080). 7 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
diff --git a/src/Makefile.in b/src/Makefile.in
index 76a6f777538..08c205f0def 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -37,11 +37,9 @@ srcdir = @srcdir@
37abs_builddir = @abs_builddir@ 37abs_builddir = @abs_builddir@
38VPATH = $(srcdir) 38VPATH = $(srcdir)
39CC = @CC@ 39CC = @CC@
40CPP = @CPP@
41CFLAGS = @CFLAGS@ 40CFLAGS = @CFLAGS@
42CPPFLAGS = @CPPFLAGS@ 41CPPFLAGS = @CPPFLAGS@
43LDFLAGS = @LDFLAGS@ 42LDFLAGS = @LDFLAGS@
44LN_S = @LN_S@
45EXEEXT = @EXEEXT@ 43EXEEXT = @EXEEXT@
46version = @version@ 44version = @version@
47# Substitute an assignment for the MAKE variable, because 45# Substitute an assignment for the MAKE variable, because
@@ -239,6 +237,7 @@ shared=no
239 237
240/* C_SWITCH_X_SITE must come before C_SWITCH_X_SYSTEM 238/* C_SWITCH_X_SITE must come before C_SWITCH_X_SYSTEM
241 since it may have -I options that should override those two. */ 239 since it may have -I options that should override those two. */
240/* MYCPPFLAGS only referenced in etc/DEBUG. */
242ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} ${C_SWITCH_MACHINE} ${C_SWITCH_SYSTEM} @C_SWITCH_X_SITE@ @C_SWITCH_X_SYSTEM@ ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} @FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@ ${DEPFLAGS} 241ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} ${C_SWITCH_MACHINE} ${C_SWITCH_SYSTEM} @C_SWITCH_X_SITE@ @C_SWITCH_X_SYSTEM@ ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} @FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@ ${DEPFLAGS}
243ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@ 242ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@
244 243
@@ -730,6 +729,7 @@ ${libsrc}make-docfile${EXEEXT}:
730buildobj.h: Makefile 729buildobj.h: Makefile
731 echo "#define BUILDOBJ \"${obj} ${otherobj} " "\"" > buildobj.h 730 echo "#define BUILDOBJ \"${obj} ${otherobj} " "\"" > buildobj.h
732 731
732/* FIXME LOCALCPP not defined or mentioned anywhere. */
733temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} prefix-args${EXEEXT} 733temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} prefix-args${EXEEXT}
734#ifdef NS_IMPL_GNUSTEP 734#ifdef NS_IMPL_GNUSTEP
735 $(CC) -rdynamic YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} \ 735 $(CC) -rdynamic YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} \