From 258c74db59ab1e213554beff689e00bf69981225 Mon Sep 17 00:00:00 2001 From: Sebastian Sumpf Date: Fri, 9 Aug 2013 14:53:32 +0200 Subject: [PATCH] base-foc: Checkout license file from TUDOS repo --- base-foc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/base-foc/Makefile b/base-foc/Makefile index 409fada9b..4a790056e 100644 --- a/base-foc/Makefile +++ b/base-foc/Makefile @@ -63,6 +63,7 @@ checkout_base: ifeq ($(SVN_REV),) $(error Syntax 'make checkout SVN_REV=') endif + $(VERBOSE)svn export -r $(SVN_REV) $(SVN_URI)/l4/COPYING-GPL-2 $(SVN_REV) $(VERBOSE)svn co -r $(SVN_REV) --depth immediates $(SVN_URI) $(SVN_REV) $(VERBOSE)svn co -r $(SVN_REV) --depth files $(SVN_URI)/l4 $(SVN_REV)/l4 $(VERBOSE)svn co -r $(SVN_REV) --depth files $(SVN_URI)/l4/pkg $(SVN_REV)/l4/pkg