From owner-freebsd-hackers Fri Jun 22 11:42:53 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 56F6A37B42F; Fri, 22 Jun 2001 11:42:37 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f5MIgaV58508; Fri, 22 Jun 2001 12:42:36 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200106221842.f5MIgaV58508@harmony.village.org> To: John Baldwin Subject: Re: Two Junior Kernel Hacker tasks.. Cc: hackers@FreeBSD.ORG In-reply-to: Your message of "Fri, 22 Jun 2001 10:52:01 PDT." References: Date: Fri, 22 Jun 2001 12:42:36 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message John Baldwin writes: : 2) Build kernels in sys/compile/${MACHINE_ARCH}/FOO rather than sys/compile/FOO. Please use ${MACHINE}, not ${MACHINE_ARCH}. That way I can build GENERIC for both i386 and pc98 at the same time without resorting to the GENERIC98 hack I use now. : This is very helpful when you share the same sys/ tree across several : machines with different architectures. For example, I share the same sys/ : tree via NFS across almost all my testboxes including alpha and i386. Every : time I want to compile GENERIC (I keep kernel.GENERIC up to date on my boxes) : as part of an installworld I have to go manipulate symlinks (and/or shuffle : directories around). Fixing this would make life for the non-x86 centric : types a bit easier, although there'll probably be a big bikeshed over : changing the build directory. *sigh* : I'd be up for doing this, so long as I got to choose where to build into :-) sys/arch/${MACHINE}/compile/FOO but that would start the arch bikeshed. I'd love to just do it. With powerpc, we are going to have a lot of different ports ala i386/pc98 (that have the same MAHINCE_ARCH, but different MACHINE) if NetBSD is any indication. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message