diff options
| author | Glenn Morris | 2010-05-06 00:24:18 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-06 00:24:18 -0700 |
| commit | e3cf0cded8bed77323873044d2ad2db8d92f3621 (patch) | |
| tree | f2a07af8d89de1f2cd0184b34ac625c05b3b19fd | |
| parent | 82db9c90fbec4796803af6d0532dd12285257977 (diff) | |
| download | emacs-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-- | ChangeLog | 7 | ||||
| -rw-r--r-- | Makefile.in | 6 | ||||
| -rw-r--r-- | configure.in | 1 | ||||
| -rw-r--r-- | lwlib/ChangeLog | 4 | ||||
| -rw-r--r-- | lwlib/Makefile.in | 18 | ||||
| -rw-r--r-- | msdos/ChangeLog | 4 | ||||
| -rw-r--r-- | msdos/sed1v2.inp | 5 | ||||
| -rw-r--r-- | msdos/sed5x.inp | 5 | ||||
| -rw-r--r-- | oldXMenu/ChangeLog | 5 | ||||
| -rw-r--r-- | oldXMenu/Makefile.in | 27 | ||||
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 4 |
12 files changed, 43 insertions, 47 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-05-04 Glenn Morris <rgm@gnu.org> | 8 | 2010-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 | ||
| 71 | CC=@CC@ | 71 | CC=@CC@ |
| 72 | CPP=@CPP@ | ||
| 73 | C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ | ||
| 74 | ALLOCA=@ALLOCA@ | ||
| 75 | LN_S=@LN_S@ | ||
| 76 | CFLAGS=@CFLAGS@ | 72 | CFLAGS=@CFLAGS@ |
| 77 | LDFLAGS=@LDFLAGS@ | 73 | LDFLAGS=@LDFLAGS@ |
| 78 | CPPFLAGS=@CPPFLAGS@ | 74 | CPPFLAGS=@CPPFLAGS@ |
| 79 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | ||
| 80 | LD_SWITCH_X_SITE=@LD_SWITCH_X_SITE@ | ||
| 81 | EXEEXT=@EXEEXT@ | 75 | EXEEXT=@EXEEXT@ |
| 82 | MAKEINFO=@MAKEINFO@ | 76 | MAKEINFO=@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 | ||
| 757 | dnl checks for programs | 757 | dnl checks for programs |
| 758 | AC_PROG_LN_S | ||
| 759 | AC_PROG_CPP | 758 | AC_PROG_CPP |
| 760 | AC_PROG_INSTALL | 759 | AC_PROG_INSTALL |
| 761 | if test "x$RANLIB" = x; then | 760 | if 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 @@ | |||
| 1 | 2010-05-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables. | ||
| 4 | |||
| 1 | 2010-05-04 Glenn Morris <rgm@gnu.org> | 5 | 2010-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 | ||
| 33 | CC=@CC@ | 33 | CC=@CC@ |
| 34 | CFLAGS=@CFLAGS@ | 34 | CFLAGS=@CFLAGS@ |
| 35 | CPP=@CPP@ | ||
| 36 | CPPFLAGS=@CPPFLAGS@ | 35 | CPPFLAGS=@CPPFLAGS@ |
| 37 | LN_S=@LN_S@ | ||
| 38 | RANLIB=@RANLIB@ | 36 | RANLIB=@RANLIB@ |
| 39 | # See below--@X_TOOLKIT_TYPE@ is used below. | 37 | # See below--@X_TOOLKIT_TYPE@ is used below. |
| 40 | USE_X_TOOLKIT=@X_TOOLKIT_TYPE@ | 38 | USE_X_TOOLKIT=@X_TOOLKIT_TYPE@ |
| 41 | 39 | ||
| 42 | TOP = . | 40 | AR = ar cq |
| 41 | RM = rm -f | ||
| 43 | 42 | ||
| 44 | AR = ar cq | 43 | LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o |
| 45 | 44 | MOTIF_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 | ||
| 52 | TOOLKIT_DEFINES = | 46 | TOOLKIT_DEFINES = |
| 53 | TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS) | 47 | TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS) |
| 54 | 48 | ||
| 55 | OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o | 49 | OBJS = 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. |
| 58 | ALL_CFLAGS= $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ | 52 | ALL_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 @@ | |||
| 1 | 2010-05-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * sed1v2.inp, sed5x.inp: Remove LN_S, unused. | ||
| 4 | |||
| 1 | 2010-04-01 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-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/ | ||
| 26 | s/|| true// | 25 | s/|| 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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-05-04 Glenn Morris <rgm@gnu.org> | 6 | 2010-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@ | |||
| 53 | EXTRA=insque.o | 53 | EXTRA=insque.o |
| 54 | CC=@CC@ | 54 | CC=@CC@ |
| 55 | CFLAGS=@CFLAGS@ | 55 | CFLAGS=@CFLAGS@ |
| 56 | CPP=@CPP@ | 56 | TAGS = etags |
| 57 | LN_S=@LN_S@ | 57 | RM = rm -f |
| 58 | AS = as | 58 | RANLIB = 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 | 60 | AR = 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 | ||
| 75 | OBJS = Activate.o \ | 62 | OBJS = 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 @@ | |||
| 1 | 2010-05-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (CPP, LN_S): Remove unused variables. | ||
| 4 | |||
| 1 | 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2010-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@ | |||
| 37 | abs_builddir = @abs_builddir@ | 37 | abs_builddir = @abs_builddir@ |
| 38 | VPATH = $(srcdir) | 38 | VPATH = $(srcdir) |
| 39 | CC = @CC@ | 39 | CC = @CC@ |
| 40 | CPP = @CPP@ | ||
| 41 | CFLAGS = @CFLAGS@ | 40 | CFLAGS = @CFLAGS@ |
| 42 | CPPFLAGS = @CPPFLAGS@ | 41 | CPPFLAGS = @CPPFLAGS@ |
| 43 | LDFLAGS = @LDFLAGS@ | 42 | LDFLAGS = @LDFLAGS@ |
| 44 | LN_S = @LN_S@ | ||
| 45 | EXEEXT = @EXEEXT@ | 43 | EXEEXT = @EXEEXT@ |
| 46 | version = @version@ | 44 | version = @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. */ | ||
| 242 | ALL_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} | 241 | ALL_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} |
| 243 | ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@ | 242 | ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@ |
| 244 | 243 | ||
| @@ -730,6 +729,7 @@ ${libsrc}make-docfile${EXEEXT}: | |||
| 730 | buildobj.h: Makefile | 729 | buildobj.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. */ | ||
| 733 | temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} prefix-args${EXEEXT} | 733 | temacs${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} \ |