Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 09:49:11 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src Makefile.inc1
Message-ID:  <20040617064911.GB79424@ip.net.ua>
In-Reply-To: <200406170527.i5H5RuYJ067060@repoman.freebsd.org>
References:  <200406170527.i5H5RuYJ067060@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040617064911.GB79424>