From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 5 20:04:33 2008 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12D611065742; Wed, 5 Mar 2008 20:04:33 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C7CB88FC1C; Wed, 5 Mar 2008 20:04:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m25K1nv9095368; Wed, 5 Mar 2008 13:01:49 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 05 Mar 2008 13:02:17 -0700 (MST) Message-Id: <20080305.130217.-957834918.imp@bsdimp.com> To: freebsd-hackers@FreeBSD.org, obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20080304174045.GB90931@dragon.NUXI.org> References: <20080304081730.GA90914@kobe.laptop> <20080304095815.GD72911@rink.nu> <20080304174045.GB90931@dragon.NUXI.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: keramida@ceid.upatras.gr, rink@FreeBSD.org Subject: Re: Comments on pmake diffs for building on Linux X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2008 20:04:33 -0000 In message: <20080304174045.GB90931@dragon.NUXI.org> "David O'Brien" writes: : On Tue, Mar 04, 2008 at 10:58:15AM +0100, Rink Springer wrote: : > On Tue, Mar 04, 2008 at 10:17:30AM +0200, Giorgos Keramidas wrote: : > > Solaris lacks TAILQ_xxx stuff too, so I would prefer something like : > > "bsdcompat.h" or similar. : > : > Seconded - "linux.h" is far too generic. I must say I like the idea : > of being able to build *BSD on Linux machines! : : Why? What are you going to do with it? Presumable install it somewhere, : where? : : Will the differences in the end result of what is built worth the risk, : vs. installing VMware player and building FreeBSD on FreeBSD on Linux? The end result will be the ability to build FreeBSD on a Linux host. VMware players aren't an option, and will not be contemplated as an acceptable solution. The overhead is too high, especially when explaining to people what needs to be done to deploy. Warner