This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]