From e30cf26cff3bec272f94b2afd116a50db72a96cc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 23 Jan 2005 11:20:30 +0000 Subject: Patch from scott: http://bugs.uclibc.org/view.php?id=42 0000042: add subversion (svn) support to buildroot This patch adds support for subversion to checkout files, much like how CVS already works. It uses 'SVN' macro in makefiles. --- package/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package') diff --git a/package/Makefile.in b/package/Makefile.in index a59ab973f..2fda89fc7 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -6,6 +6,10 @@ ARCH:=$(strip $(subst ",, $(BR2_ARCH))) #" WGET:=$(strip $(subst ",, $(BR2_WGET))) #" +SVN:=$(strip $(subst ",, $(BR2_SVN))) +#" + + ifneq ($(BR2_LARGEFILE),y) DISABLE_LARGEFILE= --disable-largefile -- cgit v1.2.3