From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4250 invoked by alias); 7 Mar 2003 02:26:36 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4039 invoked from network); 7 Mar 2003 02:26:35 -0000 Received: from unknown (HELO ms-smtp-01.nyroc.rr.com) (24.92.226.148) by 172.16.49.205 with SMTP; 7 Mar 2003 02:26:35 -0000 Received: from doctormoo (syr-24-24-17-145.twcny.rr.com [24.24.17.145]) by ms-smtp-01.nyroc.rr.com (8.12.5/8.12.2) with ESMTP id h272QY67022570; Thu, 6 Mar 2003 21:26:34 -0500 (EST) Received: from neroden by doctormoo with local (Exim 3.36 #1 (Debian)) id 18r7Yx-0007O2-00; Thu, 06 Mar 2003 21:26:19 -0500 Date: Fri, 07 Mar 2003 02:26:00 -0000 To: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: [patch] toplevel Makefile.tpl cleanup 6/n Message-ID: <20030307022619.GA28395@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2003-03/txt/msg00151.txt.bz2 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=