This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[patch] toplevel Makefile.tpl cleanup 6/n
- From: Nathanael Nerode <neroden at twcny dot rr dot com>
- To: gcc-patches at gcc dot gnu dot org, gdb-patches at sources dot redhat dot com, binutils at sources dot redhat dot com
- Date: Thu, 6 Mar 2003 21:26:19 -0500
- Subject: [patch] toplevel Makefile.tpl cleanup 6/n
Obvious rearrangement and commenting; it's best if these are right up
top where they're easily identified.
* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.
* Makefile.in: Regenerate.
--- Makefile.tpl.old 2003-02-28 13:05:21.000000000 -0500
+++ Makefile.tpl 2003-02-28 16:40:56.000000000 -0500
@@ -23,6 +23,10 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
+# Don't pass command-line variables to submakes.
+.NOEXPORT:
+MAKEOVERRIDES=
+
# -------------------------------
# Standard Autoconf-set variables
# -------------------------------
@@ -1425,7 +1429,3 @@
AUTOCONF = autoconf
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/config/acx.m4
cd $(srcdir) && $(AUTOCONF)
-#
-
-.NOEXPORT:
-MAKEOVERRIDES=