All of lore.kernel.org
 help / color / mirror / Atom feed
* Does this work on BSD too?
@ 2010-02-09  1:49 Pete Zaitcev
  2010-02-09  3:00 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2010-02-09  1:49 UTC (permalink / raw)
  To: Project Hail List

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?

-- Pete

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Does this work on BSD too?
  2010-02-09  1:49 Does this work on BSD too? Pete Zaitcev
@ 2010-02-09  3:00 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2010-02-09  3:00 UTC (permalink / raw)
  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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-09  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-09  1:49 Does this work on BSD too? Pete Zaitcev
2010-02-09  3:00 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.