Re: [pcre-dev] Missing files in SVN

Top Page
Delete this message
Author: Christian Persch
Date:  
To: pcre-dev
CC: danielg
Subject: Re: [pcre-dev] Missing files in SVN
Hi;

Am Mon, 22 Oct 2012 15:24:28 -0400
schrieb Daniel Richard G. <oss@???>:

> After the slew of recent changes, "make distcheck" is broken:
>
> user@host:/tmp/pcre-build$ make distcheck
> rm -f pcre.h.generic
> cp -p pcre.h pcre.h.generic
> rm -f config.h.generic
> perl -pe 'if(/^#define\s(?!PACKAGE)(\w+)/){print"#ifndef
> $1\n$_#endif\n";$_="";}' config.h >config.h.generic make: *** No rule
> to make target `testdata/testoutput18', needed by `distdir'. Stop.
>
>
> Also missing are testoutput21 and testoutput22.


I added the missing test files to EXTRA_DIST in SVN now.

No idea about the config.h.generic failure though; I just get

make: ***No rule to make target `config.h.generic', needed by `distdir'. Stop.

Regards,
    Christian