[PATCH app-xfs] config: fix distcheck for config.cpp

Gaetan Nadon memsize at videotron.ca
Fri Sep 9 10:49:32 PDT 2011


On Fri, 2011-09-09 at 10:38 -0700, Alan Coopersmith wrote:

> On 09/09/11 10:34, Gaetan Nadon wrote:
> > The location of the file is in srcdir.
> > Problem introduced in commit 293b8b91
> 
> Not in 68bf267fa4 ?

Correct, I copied from the wrong web page.

> 
> > Signed-off-by: Gaetan Nadon<memsize at videotron.ca>
> > ---
> >   config/Makefile.am |    4 ++--
> >   1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/config/Makefile.am b/config/Makefile.am
> > index 4f8613e..99e38ae 100644
> > --- a/config/Makefile.am
> > +++ b/config/Makefile.am
> > @@ -32,6 +32,6 @@ CLEANFILES = config
> >   MAN_SUBSTS += -e 's|DEFAULTFONTPATH|$(FONTPATH)|g'
> >   MAN_SUBSTS += -e 's|FSERRORS|/var/log/xfs.log|g'
> >
> > -config: config.cpp
> > -	$(AM_V_GEN)$(SED) $(MAN_SUBSTS)<  config.cpp>  $@
> > +config: $(srcdir)/config.cpp
> > +	$(AM_V_GEN)$(SED) $(MAN_SUBSTS)<  $(srcdir)/config.cpp>  $@
> >
> 
> Yes, sorry I forgot that in several of these.
> Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> 

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110909/bf39a390/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110909/bf39a390/attachment.pgp>


More information about the xorg-devel mailing list