cvs commit: src Makefile.inc1

Ruslan Ermilov ru at FreeBSD.org
Wed Jun 16 23:49:33 PDT 2004


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 at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20040617/f82bbae6/attachment.bin


More information about the cvs-src mailing list