Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] toplevel Makefile.tpl cleanup 6/n
@ 2003-03-07  2:26 Nathanael Nerode
  2003-03-12 19:16 ` Alexandre Oliva
  2003-03-14 20:29 ` DJ Delorie
  0 siblings, 2 replies; 3+ messages in thread
From: Nathanael Nerode @ 2003-03-07  2:26 UTC (permalink / raw)
  To: gcc-patches, gdb-patches, binutils

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=


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-14 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-07  2:26 [patch] toplevel Makefile.tpl cleanup 6/n Nathanael Nerode
2003-03-12 19:16 ` Alexandre Oliva
2003-03-14 20:29 ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox