From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1895 invoked by alias); 12 Jul 2003 17:34:26 -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 1881 invoked from network); 12 Jul 2003 17:34:25 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 12 Jul 2003 17:34:25 -0000 Received: (qmail 3894 invoked from network); 12 Jul 2003 17:33:07 -0000 Received: from egil.codesourcery.com (HELO taltos.codesourcery.com) (zack@66.92.14.122) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 12 Jul 2003 17:33:07 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Sat, 12 Jul 2003 10:34:22 -0700 From: "Zack Weinberg" To: Nathanael Nerode Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: [top level] autoconfiscate INSTALL usage References: <20030712024024.GA2833@doctormoo> Date: Sat, 12 Jul 2003 17:34:00 -0000 In-Reply-To: <20030712024024.GA2833@doctormoo> (Nathanael Nerode's message of "Fri, 11 Jul 2003 22:40:24 -0400") Message-ID: <87y8z3y7hd.fsf@egil.codesourcery.com> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00254.txt.bz2 Nathanael Nerode writes: > Submitting for general consideration. Plus, it affects a bug. Tested > on i686-pc-linux-gnu. I've been wondering for years why GCC 'make install' never used the perfectly good /usr/bin/install on Linux or Solaris. > +INSTALL_DATA = @INSTALL_DATA Typo - need a trailing @. Do similar patches need to be put into the subdirectory Makefiles, or do they just take the values of INSTALL_* passed down from the top level? zw