From owner-freebsd-current Wed Jul 22 23:41:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21443 for freebsd-current-outgoing; Wed, 22 Jul 1998 23:41:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA21424 for ; Wed, 22 Jul 1998 23:41:38 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0yzF40-00061C-00; Thu, 23 Jul 1998 00:41:16 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id AAA07940; Thu, 23 Jul 1998 00:43:57 -0600 (MDT) Message-Id: <199807230643.AAA07940@harmony.village.org> To: John Birrell Subject: Re: Does building current on 2.2.x still work? Cc: current@FreeBSD.ORG In-reply-to: Your message of "Thu, 23 Jul 1998 16:34:38 +1000." <199807230634.QAA01924@cimlogic.com.au> References: <199807230634.QAA01924@cimlogic.com.au> Date: Thu, 23 Jul 1998 00:43:57 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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