On Mon, Feb 02, 2015 at 11:29:02AM +0100, Dani Camps wrote:
> I have cloned openvswitch into a private git repository and when
> compiling with make I get an error that the distribution is missing
> files in dist-hooks-git.
>
> The error comes from this line in Makefile.am:
>
> (cd $(srcdir) && g
Dear all,
I have cloned openvswitch into a private git repository and when
compiling with make I get an error that the distribution is missing
files in dist-hooks-git.
The error comes from this line in Makefile.am:
(cd $(srcdir) && git ls-files) | grep -v '\.gitignore$$' | \
sort -u > all-gitfil