From owner-freebsd-questions@FreeBSD.ORG Sun Apr 13 01:15:16 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9A441065672 for ; Sun, 13 Apr 2008 01:15:16 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 1C5B58FC17 for ; Sun, 13 Apr 2008 01:15:15 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl44-27.kln.forthnet.gr [77.49.171.27]) (authenticated bits=128) by igloo.linux.gr (8.14.2/8.14.2/Debian-3) with ESMTP id m3D1F4HP025214 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 13 Apr 2008 04:15:11 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m3D1F2XE018140; Sun, 13 Apr 2008 04:15:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m3D1F0YT018136; Sun, 13 Apr 2008 04:15:00 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: =?utf-8?Q?Micha=C3=ABl?= Le Barbier References: Date: Sun, 13 Apr 2008 04:14:59 +0300 In-Reply-To: (=?utf-8?Q?=22Micha=C3=ABl?= Le Barbier"'s message of "Sat, 12 Apr 2008 17:20:17 +0200") Message-ID: <8763um1ros.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-MailScanner-ID: m3D1F4HP025214 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.914, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.48, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Using FreeBSD's make under Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2008 01:15:16 -0000 On Sat, 12 Apr 2008 17:20:17 +0200, Micha=C3=ABl Le Barbier wrote: > Hi folks, > > a few years ago, I tried to use FreeBSD's make under GNU/Linux, and > thanks to `jpd' on c.u.b.f.misc, I managed to build FreeBSD 4.7's make > under some GNU/Linux systems. Having a couple makefiles using make's > features that were introduced after 4.7, I would like to build a more > up-to-date, make. > > Before I start, I am double checking nobody has done the job yet, and > nobody has it in the works. So, if you know anything about this, I > would be very happy you share the info with me! There's definitely interest in making FreeBSD make(1) buildable on Linux and Solaris systems. Warner Losh recently committed some changes to bring us closer to this goal, and I'm on and off making changes to a personal project at http://hg.hellug.gr/bmake/gker/ but I'm afraid that the `pmake' port is all that is usable right now.