From owner-cvs-src@FreeBSD.ORG Thu Jun 17 06:49:33 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 7514B16A4CE; Thu, 17 Jun 2004 06:49:33 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78CDE43D49; Thu, 17 Jun 2004 06:49:32 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i5H6thC1080909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Jun 2004 09:55:45 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i5H6nCY1079712; Thu, 17 Jun 2004 09:49:12 +0300 (EEST) (envelope-from ru) Date: Thu, 17 Jun 2004 09:49:11 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Message-ID: <20040617064911.GB79424@ip.net.ua> References: <200406170527.i5H5RuYJ067060@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6sX45UoQRIJXqkqR" Content-Disposition: inline In-Reply-To: <200406170527.i5H5RuYJ067060@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new 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 Makefile.inc1 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: Thu, 17 Jun 2004 06:49:33 -0000 --6sX45UoQRIJXqkqR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 17, 2004 at 02:59:54AM +0000, David E. O'Brien wrote: > obrien 2004-06-17 02:59:54 UTC > > FreeBSD src repository > > Modified files: > . Makefile.inc1 > Log: > Fall out from Binutils 2.15: disable building the Alpha loader. > > Revision Changes Path > 1.428 +4 -1 src/Makefile.inc1 On Thu, Jun 17, 2004 at 05:27:56AM +0000, David E. O'Brien wrote: > obrien 2004-06-17 05:27:56 UTC >=20 > FreeBSD src repository >=20 > Modified files: > . Makefile.inc1=20 > Log: > Grrr, use the userland spelling not the kernel tree spelling. > =20 > Revision Changes Path > 1.429 +1 -1 src/Makefile.inc1 >=20 These commits actually disabled everything *but* Alpha, while you probably wanted the opposite: %%% Index: Makefile.inc1 =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: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.429 diff -u -p -r1.429 Makefile.inc1 --- Makefile.inc1 17 Jun 2004 05:27:56 -0000 1.429 +++ Makefile.inc1 17 Jun 2004 06:47:27 -0000 @@ -62,7 +62,7 @@ SUBDIR+=3Dsecure .if !defined(NOSHARE) SUBDIR+=3Dshare .endif -.if ${MACHINE_ARCH} =3D=3D "alpha" +.if ${MACHINE_ARCH} !=3D "alpha" SUBDIR+=3Dsys .endif SUBDIR+=3Dusr.bin usr.sbin etc %%% Hint: test then commit. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --6sX45UoQRIJXqkqR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA0T7nqRfpzJluFF4RAhq3AKCD2+YXvKDAYAFKcWR6Ai/uLTcWygCfWZXv bZNA2gdHaYDsfCK/E+NkN5I= =mMiM -----END PGP SIGNATURE----- --6sX45UoQRIJXqkqR--