From owner-freebsd-arch@FreeBSD.ORG Thu Aug 28 03:34:10 2008 Return-Path: Delivered-To: FreeBSD-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16CBE1065670 for ; Thu, 28 Aug 2008 03:34:10 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id C70FF8FC12 for ; Thu, 28 Aug 2008 03:34:09 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so108254yxb.13 for ; Wed, 27 Aug 2008 20:34:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=GG5tnENWxPSSuP9DOekXfXs8xkW8EDgNiH05AgdErUQ=; b=FWVXsgnPXY1s6pbTwkQNfoCVlveYY7JusVL9MkOBA2hfc2d02lcT/dwvcNe70et0Mz HtaOJ0TdihcqpK/4AMJD+AG1AhB2LJ76YmuwFMslT3dV2MXtxCzz0kEzRAdvJM16oSzB 6rWT+Ar9c5TiPVkL/P+2U6tvcFQ7E6elJCT1g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=KYbj4rvv25ZteMuKVptVLAqh8FL1jwPokH4+Peejpoatpw6hM+eFS5W7PfQYzu22WH n/P5+JQG+L93tZiVxBTZ72DGzhJ8IqQo3qtHlExzDtjdqUVB5SKAgKRfpBs6PFOB++pR xjI68kiyF9GKUIrV4TRQBb6XPwHql+fDsRd6g= Received: by 10.151.84.12 with SMTP id m12mr1336340ybl.11.1219892831146; Wed, 27 Aug 2008 20:07:11 -0700 (PDT) Received: by 10.150.92.17 with HTTP; Wed, 27 Aug 2008 20:07:11 -0700 (PDT) Message-ID: <84dead720808272007l9643d45idcbbafa384185370@mail.gmail.com> Date: Thu, 28 Aug 2008 08:37:11 +0530 From: "Joseph Koshy" To: "Chuck Robey" In-Reply-To: <48B58846.6040400@telenix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48B58846.6040400@telenix.org> Cc: FreeBSD-arch@freebsd.org Subject: Re: an argument of make(1) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 03:34:10 -0000 > hard to do. Nowadays, with a great number of the changes having been crafted to > change dependencies to FreeBSD-only tools, it's a real bear to port it. If you are looking for a portable BSD-compatible make(1) you could try the "portable" version of NetBSD's make(1). This is available at: http://www.crufty.net/help/sjg/bmake.html There are a small number of differences between the languages accepted by this make and FreeBSD make, but for the most part they are compatible. Koshy