This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PING: Build build programs in a build directory
- From: Richard Sandiford <rsandifo at redhat dot com>
- To: kcook at gcc dot gnu dot org
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 30 Sep 2004 14:49:43 +0100
- Subject: Re: PING: Build build programs in a build directory
- References: <20040930133340.34051.qmail@web41510.mail.yahoo.com>
Kelley Cook <kcook@gcc.gnu.org> writes:
> Looks obvious to me.
Well, like I say, nothing Makefile-related is obvious to me, so I'll
wait for explicit approval. ;)
> I would also change line 61 of fixproto so
> FIX_HEADER defaults to $original_dir/build/fix-header.
I deliberately didn't do that. fixproto is an installed script
and I don't think we want build/fix-header to be the default for
users of the installed version.
Richard