[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] build: Fix protocol-structs generation in VPATH build
- From: Jiri Denemark <jdenemar redhat com>
- To: Osier Yang <jyang redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] build: Fix protocol-structs generation in VPATH build
- Date: Mon, 18 Jul 2011 19:03:48 +0200
On Mon, Jul 18, 2011 at 17:42:08 +0800, Osier Yang wrote:
> 于 2011年07月18日 16:27, Jiri Denemark 写道:
> > $@ already included $(srcdir)
> > ---
> > src/Makefile.am | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/src/Makefile.am b/src/Makefile.am
> > index 54b1ca0..94a9a43 100644
> > --- a/src/Makefile.am
> > +++ b/src/Makefile.am
> > @@ -241,7 +241,7 @@ PDWTAGS = \
> > -e '}' \
> > > $ -t; \
> > case $$? in 8) exit 0;; 0) ;; *) exit 1;; esac; \
> > - diff -u $ -t $(srcdir)/$@; st=$$?; rm -f $ -t; exit $$st; \
> > + diff -u $ -t $@; st=$$?; rm -f $ -t; exit $$st; \
> > else \
> > echo 'WARNING: you lack pdwtags; skipping the $@ test'>&2; \
> > echo 'WARNING: install the dwarves package to get pdwtags'>&2; \
>
> ACK
Pushed, thanks
Jirka
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]