Re: [ovs-discuss] Problem compiling ovs with dist-hooks-git in Makefile.am

2015-02-03 Thread Ben Pfaff
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

[ovs-discuss] Problem compiling ovs with dist-hooks-git in Makefile.am

2015-02-02 Thread Dani Camps
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