From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: Does this work on BSD too? Date: Mon, 08 Feb 2010 22:00:06 -0500 Message-ID: <4B70CFB6.1020405@garzik.org> References: <20100208184908.08a82781@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Wg13x45ThYPtatVUUY0M9ok/FZSVHnc381pLscQ0g+w=; b=C2Zg9jCPewHwmbFbCpnYHR2Kn8Vc1h9oqMSuhBVwn4qsO48Tau5ZXSyCX1DBwcfTou /Ow4gZ5fUMteLcUCF6+nN8Vgz8Q1wVMDnzOgAxwftu5qGmY5nmLrWblCV08hOZjVag3O OcYwshYt5bhnfDp8x6Xz3UaKTIPYP2xAplI8g= In-Reply-To: <20100208184908.08a82781@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 02/08/2010 08:49 PM, Pete Zaitcev wrote: > When I run autogen.sh, this message is printed: > > lib/Makefile.am:13: `%'-style pattern rules are a GNU make extension > > It's because of this: > > %_rpc.h: %_rpc.x > rpcgen -h $< > $@ > > Is the above a concern? It is likely a concern, yes. For Solaris if not BSD too. Jeff