Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 1998 00:43:57 -0600
From:      Warner Losh <imp@village.org>
To:        John Birrell <jb@cimlogic.com.au>
Cc:        current@FreeBSD.ORG
Subject:   Re: Does building current on 2.2.x still work? 
Message-ID:  <199807230643.AAA07940@harmony.village.org>
In-Reply-To: Your message of "Thu, 23 Jul 1998 16:34:38 %2B1000." <199807230634.QAA01924@cimlogic.com.au> 
References:  <199807230634.QAA01924@cimlogic.com.au>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199807230634.QAA01924@cimlogic.com.au> John Birrell writes:
: > .if (!make(world)) && (!make(buildworld)) && (!make(installworld))
: > .MAKEFLAGS:=	-m ${.CURDIR}/share/mk ${.MAKEFLAGS}
: > .endif
: > Why the if?  Why wouldn't you want to use share/mk always for make
: > *world?
: 
: I don't understand this either, so the question isn't silly. 8-)

Some experimentation shows that whem make sees this flag, it doesn't
start over building.

However, looking again at the problem, why not add:

MACHINE_ARC?=${MACHINE}

really early in src/Makefile?  Would that solve the problem?  Don't
have a machine handy that would exhibit the problem.  Time to checkout
a tree on one that does...

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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