From owner-cvs-src@FreeBSD.ORG Fri Mar 5 06:10:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6780D16A4CE; Fri, 5 Mar 2004 06:10:22 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5634943D3F; Fri, 5 Mar 2004 06:10:20 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.office.ipnet (82.193.96.213.ip.net.ua [82.193.96.213] (may be forged)) by tigra.ip.net.ua (8.12.10/8.12.9) with ESMTP id i25EDJ3b059716 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 5 Mar 2004 16:13:22 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.office.ipnet (8.12.11/8.12.11) id i25EACSh010765; Fri, 5 Mar 2004 16:10:12 +0200 (EET) (envelope-from ru) Date: Fri, 5 Mar 2004 16:10:12 +0200 From: Ruslan Ermilov To: "Andrey A. Chernov" Message-ID: <20040305141012.GA10639@ip.net.ua> References: <200403050147.i251l39I006593@repoman.freebsd.org> <200403042036.i24KaIeq025097@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <200403050147.i251l39I006593@repoman.freebsd.org> <200403042036.i24KaIeq025097@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils Makefile.inc0 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 14:10:22 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Andrey, Adding -I${DESTDIR}/usr/include broke upgrades from 4.x because now /usr/include/getopt.h gets used (which requires sys/types.h) instead of the proper one from ${WORLDTMP}/legacy/usr/include/, usually /usr/obj/usr/src/i386/legacy/usr/include/getopt.h. Please find some other way to fix this. On Thu, Mar 04, 2004 at 12:36:18PM -0800, Andrey A. Chernov wrote: > ache 2004/03/04 12:36:18 PST >=20 > FreeBSD src repository >=20 > Modified files: > gnu/usr.bin/binutils Makefile.inc0=20 > Log: > Add -I${DESTDIR}/usr/include before -I${SRCDIR}/include to pick right > getopt.h (as workaround until it will be removed from contrib) > =20 > Revision Changes Path > 1.34 +2 -0 src/gnu/usr.bin/binutils/Makefile.inc0 On Thu, Mar 04, 2004 at 05:47:03PM -0800, Andrey A. Chernov wrote: > ache 2004/03/04 17:47:03 PST >=20 > FreeBSD src repository >=20 > Modified files: > gnu/usr.bin/binutils/gasp Makefile=20 > gnu/usr.bin/binutils/gdb Makefile=20 > Log: > Move -I${DESTDIR}/usr/include/gnu up, before > -I${DESTDIR}/usr/include to pick correct regex.h > =20 > Revision Changes Path > 1.16 +3 -1 src/gnu/usr.bin/binutils/gasp/Makefile > 1.77 +3 -1 src/gnu/usr.bin/binutils/gdb/Makefile --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFASIpEUkv4P6juNwoRAgg5AJ98Ov8VhL5l8iukIR/D7FgCzsJVVgCdEbIf 55DVSRruz36b1BT8DGrG0cY= =7/0g -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/--