All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Colin McCabe <cmccabe@alumni.cmu.edu>
Cc: Project Hail List <hail-devel@vger.kernel.org>,
	Pete Zaitcev <zaitcev@redhat.com>
Subject: Re: [PATCH] cld: use portable Makefile rules for rpcgen files
Date: Tue, 09 Feb 2010 03:55:52 -0500	[thread overview]
Message-ID: <4B712318.3050403@garzik.org> (raw)
In-Reply-To: <1265675196-17869-1-git-send-email-cmccabe@alumni.cmu.edu>

On 02/08/2010 07:26 PM, Colin McCabe wrote:
> Signed-off-by: Colin McCabe<cmccabe@alumni.cmu.edu>
> ---
>   lib/Makefile.am |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/Makefile.am b/lib/Makefile.am
> index d3f1a5d..75b7233 100644
> --- a/lib/Makefile.am
> +++ b/lib/Makefile.am
> @@ -10,10 +10,10 @@ INCLUDES		= -I$(top_srcdir)/include	\
>   mostlyclean-local:
>   	rm -f *_rpc.h *_rpc_xdr.c
>
> -%_rpc.h: %_rpc.x
> +cld_msg_rpc.h: $(srcdir)/cld_msg_rpc.x
>   	rpcgen -h $<  >  $@
>
> -%_rpc_xdr.c: %_rpc.x
> +cld_msg_rpc_xdr.c: $(srcdir)/cld_msg_rpc.x
>   	rpcgen -c $<  | grep -v 'register int32_t.*buf'>  $@

applied


      reply	other threads:[~2010-02-09  8:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-09  0:26 [PATCH] cld: use portable Makefile rules for rpcgen files Colin McCabe
2010-02-09  8:55 ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B712318.3050403@garzik.org \
    --to=jeff@garzik.org \
    --cc=cmccabe@alumni.cmu.edu \
    --cc=hail-devel@vger.kernel.org \
    --cc=zaitcev@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.