[libqb] [patch] Create default SOCKETDIR for "distcheck" target

Fabio M. Di Nitto fdinitto at redhat.com
Wed Apr 10 09:09:38 UTC 2013


On 4/10/2013 10:51 AM, Andrei Belov wrote:
> 
> This makes possible to run tests on systems where
> QB_IPC_SOCKET is the only supported method.
> ---
>  Makefile.am |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 74a464e..cbc5954 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -136,3 +136,6 @@ gen-ChangeLog:
>                 rm -f $(distdir)/ChangeLog;                             \
>                 mv $(distdir)/cl-t $(distdir)/ChangeLog;                \
>         fi
> +
> +distcheck-hook:
> +       mkdir -p $(distdir)/_inst/var/run
> 

this one doesn´t look right.. it should probably be prefix/var/run.
_inst could change based on autotools version used to build/check.

Fabio


More information about the quarterback-devel mailing list