Re: [Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
Hi, On Mon, Jan 19, 2015 at 04:33:15PM -0800, Karl Millar wrote: Felipe, CXXR development has moved to github, and we haven't fixed up the build for using git yet.  Could you send a pull request with your change to the repo at  https://github.com/cxxr-devel/cxxr/? Also, this patch

[Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
in top_builddir and, if so, call git svn info insstead of svn info. Signed-off-by: Felipe Balbi ba...@kernel.org --- Resending the patch as I believe the previous version didn't reach the mailing list. Makefile.in | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b

Re: [Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
Hi, On Mon, Jan 19, 2015 at 03:06:11PM -0500, Duncan Murdoch wrote: On 19/01/2015 2:33 PM, Felipe Balbi wrote: git has an interface for cloning SVN repositories into git which some users might decide to use. For those users' surprise, the repository will always fail to build on svnonly

Re: [Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
Hi, On Mon, Jan 19, 2015 at 03:31:32PM -0500, Duncan Murdoch wrote: git has an interface for cloning SVN repositories into git which some users might decide to use. For those users' surprise, the repository will always fail to build on svnonly target and it will exit early. The

Re: [Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
Hi, On Mon, Jan 19, 2015 at 03:44:45PM -0500, Duncan Murdoch wrote: git has an interface for cloning SVN repositories into git which some users might decide to use. For those users' surprise, the repository will always fail to build on svnonly target and it will exit early. The

[Rd] [PATCH] Makefile: add support for git svn clones

2015-01-12 Thread Felipe Balbi
in top_builddir and, if so, call git svn info insstead of svn info. Signed-off-by: Felipe Balbi ba...@kernel.org --- Patch generated with git. Let me know if there are any formatting changes you guys might want. Makefile.in | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git