From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24305 invoked by alias); 2 Jul 2002 20:56:12 -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 24240 invoked from network); 2 Jul 2002 20:55:57 -0000 Received: from unknown (HELO catalonia) (134.217.237.30) by sources.redhat.com with SMTP; 2 Jul 2002 20:55:57 -0000 Received: from kraai by catalonia with local (Exim 3.35 #1 (Debian)) id 17PUiM-0002Hj-00; Tue, 02 Jul 2002 13:57:34 -0700 Date: Tue, 02 Jul 2002 13:56:00 -0000 From: Matt Kraai To: Nathanael Nerode Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: Re: [patch] toplevel configure in target makefrag reorg, final version Message-ID: <20020702205733.GJ795@catalonia> Mail-Followup-To: Nathanael Nerode , gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com References: <20020702193408.GA18274@doctormoo.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yQbNiKLmgenwUfTN" Content-Disposition: inline In-Reply-To: <20020702193408.GA18274@doctormoo.dyndns.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2002-07/txt/msg00044.txt.bz2 --yQbNiKLmgenwUfTN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 847 On Tue, Jul 02, 2002 at 03:34:08PM -0400, Nathanael Nerode wrote: > Index: configure.in > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvs/gcc/gcc/configure.in,v > retrieving revision 1.166 > diff -u -r1.166 configure.in > +++ configure.in 2 Jul 2002 19:32:14 -0000 > @@ -1225,8 +1228,8 @@ > esac >=20=20 > rm -f mt-frag > -if test -n "${target_makefile_frag}" ; then > - for f in ${target_makefile_frag} > +if test -n "${target_makefile_frag}${alphaieee_frag}${ospace_frag}" ; th= en > + for f in ${target_makefile_frag}${alphaieee_frag}${ospace_frag} ^ ^ Don't there need to be spaces inserted at the carets? Matt --yQbNiKLmgenwUfTN Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9IhO9fNdgYxVXvBARAlLCAJ9YnD/N9FU+u7FJtILh34wK8cHemgCfcztb B+g5wG+O5cA5oL1x8aykE4Q= =gkPC -----END PGP SIGNATURE----- --yQbNiKLmgenwUfTN--