[LTP] Out-of-tree build missing some data files.
Steve East
sge@cray.com
Wed Mar 29 19:00:27 CEST 2017
> -----Original Message-----
> From: Cyril Hrubis [mailto:chrubis@suse.cz]
> Sent: Wednesday, March 29, 2017 8:32 AM
> To: Steve East <sge@cray.com>
> Cc: ltp@lists.linux.it
> Subject: Re: [LTP] Out-of-tree build missing some data files.
>
> Hi!
> > Unfortunately, this doesn't seem to have had any effect. Changes were...
> >
> > -INSTALL_TARGETS := $(wildcard file*)
> > +INSTALL_TARGETS := $(wildcard $(abs_srcdir)/*.in)
> >
> > -INSTALL_TARGETS := $(wildcard *.c)
> > +INSTALL_TARGETS := $(wildcard $(abs_srcdir)/*.c)
>
> Looking into the build system env_post.mk these are prefixed with
> abs_srcdir automatically there so changing these to simply '*.c' or
> '*.in' fixes the problem.
>
> This patch fixes the installation for me:
Pulled the latest version and it's building nicely.
Thanks,
Steve.
More information about the ltp
mailing list