From owner-freebsd-current Thu Jul 23 00:31:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28111 for freebsd-current-outgoing; Thu, 23 Jul 1998 00:31:12 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27862 for ; Thu, 23 Jul 1998 00:29:42 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id QAA01964; Thu, 23 Jul 1998 16:54:32 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199807230654.QAA01964@cimlogic.com.au> Subject: Re: Does building current on 2.2.x still work? In-Reply-To: <199807230643.AAA07940@harmony.village.org> from Warner Losh at "Jul 23, 98 00:43:57 am" To: imp@village.org (Warner Losh) Date: Thu, 23 Jul 1998 16:54:32 +1000 (EST) Cc: jb@cimlogic.com.au, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > 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... No. Unless you include the correct sys.mk, you won't get the library path correct since the 2.2.* versions of sys.mk don't know about /usr/lib/aout. Patching src/Makefile to allow for differences in versions of sys.mk seems the wrong thing to do. If people don't like using the -m argument, then the top level makefile should not use anything from sys.mk. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message