From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16261 invoked by alias); 25 Nov 2009 00:25:17 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27433 Received: (qmail 18843 invoked from network); 25 Nov 2009 00:25:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.219.222 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=TMz9lPcYXZkRtbWdnP+usOLqiqsVNBlTJ7RbA5NQaVw=; b=C2KbagoMilxd+rbg89xhK2dsg2g4S6BQkPQAHXCKvmQ3Vt0Cv9iDEjhupblW+dTui7 1mR2168P8zcPEHCP3hLqw1vhZ3rYw2VFzU7s+dpkG65atGcEYVd8HDcxl8GhGbLEWarZ GuYxFyPnNlHDyUIXrN+aazRXJl9yGX7UkUAVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NcMWmv9LCHJVbj1va2jOi1Z3k/YJO2G1gwpz1mJbSLcsNzYnyEsUdIXIXPph0Gn3d4 aVRLasRs9B8clvrpyqXU+/osyBE9VpAlPDj+PBwW/CG3uhrJBY1xUyNhnrxnazVKaVQX HENNh+QlLNV3MgNc9pTdGoXlRfiD027pwrT54= MIME-Version: 1.0 In-Reply-To: <20091124152850.GA61961@wicklow.lan> References: <20091124152850.GA61961@wicklow.lan> Date: Tue, 24 Nov 2009 19:25:09 -0500 Message-ID: <22a0ef080911241625t633a0b59p559a505183f50174@mail.gmail.com> Subject: Re: make _make works at finding targets with freebsd's make From: Michael Hwang To: zsh-workers@zsh.org Content-Type: multipart/mixed; boundary=0016e6d7858e62af150479271703 --0016e6d7858e62af150479271703 Content-Type: text/plain; charset=ISO-8859-1 I think it's best to use _pick_variant to decide the version of make. Unfortunately, I don't have access to anything other than GNU make, so you may need to change the freebsd=FreeBSD pattern in the _pick_variant line. The original line was "_pick_variant -r is_gnu gnu=GNU unix -v -f". Is that last "-f" a mistake? I removed it for this patch, but I'm not sure if that'll affect other versions of make. Michael Hwang On Tue, Nov 24, 2009 at 10:28 AM, Baptiste Daroussin wrote: > Hi, > > Here is a patch to make _make work at finding (so completing) targets using > freebsd's make > unfortunatly bsdmake are different on netbsd and openbsd so that only works on > freebsd. > > I don't know if the case is the right way to do that, I did it to prepare the > case for NetBSD and OpenBSD > > regards, > Bapt > -- Michael Hwang --0016e6d7858e62af150479271703--