From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11760 invoked by alias); 12 Jul 2003 17:59:31 -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 11462 invoked from network); 12 Jul 2003 17:59:26 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 12 Jul 2003 17:59:26 -0000 Received: (qmail 4518 invoked from network); 12 Jul 2003 17:58:09 -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:58:09 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Sat, 12 Jul 2003 10:59:24 -0700 From: "Zack Weinberg" To: Nathanael Nerode Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com, gcc-patches@gcc.gnu.org Subject: Re: [top level] autoconfiscate INSTALL usage References: <20030712175800.GA898@doctormoo> Date: Sat, 12 Jul 2003 17:59:00 -0000 In-Reply-To: <20030712175800.GA898@doctormoo> (Nathanael Nerode's message of "Sat, 12 Jul 2003 13:58:00 -0400") Message-ID: <87u19ry6bn.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/msg00256.txt.bz2 Nathanael Nerode writes: > Zack said: >>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 @. > Thanks for catching that. (Gah; I thought I'd looked at the resulting > Makefile and it was OK... I guess I saw what I expected to see.) OK > with that fix? I can't approve toplevel patches, but it looks good to me. >>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? > I think generally they just take the passed-down copies. Would you mind checking that? zw