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

[-- Attachment #1 --]
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
> 
>   FreeBSD src repository
> 
>   Modified files:
>     .                    Makefile.inc1 
>   Log:
>   Grrr, use the userland spelling not the kernel tree spelling.
>   
>   Revision  Changes    Path
>   1.429     +1 -1      src/Makefile.inc1
> 
These commits actually disabled everything *but* Alpha, while you
probably wanted the opposite:

%%%
Index: Makefile.inc1
===================================================================
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+=secure
 .if !defined(NOSHARE)
 SUBDIR+=share
 .endif
-.if ${MACHINE_ARCH} == "alpha"
+.if ${MACHINE_ARCH} != "alpha"
 SUBDIR+=sys
 .endif
 SUBDIR+=usr.bin usr.sbin etc
%%%

Hint: test then commit.  ;)


Cheers,
-- 
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA0T7nqRfpzJluFF4RAhq3AKCD2+YXvKDAYAFKcWR6Ai/uLTcWygCfWZXv
bZNA2gdHaYDsfCK/E+NkN5I=
=mMiM
-----END PGP SIGNATURE-----

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