mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
base-foc: Checkout license file from TUDOS repo
This commit is contained in:
parent
7b54eaaee1
commit
258c74db59
@ -63,6 +63,7 @@ checkout_base:
|
|||||||
ifeq ($(SVN_REV),)
|
ifeq ($(SVN_REV),)
|
||||||
$(error Syntax 'make checkout SVN_REV=<revision>')
|
$(error Syntax 'make checkout SVN_REV=<revision>')
|
||||||
endif
|
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 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 $(SVN_REV)/l4
|
||||||
$(VERBOSE)svn co -r $(SVN_REV) --depth files $(SVN_URI)/l4/pkg $(SVN_REV)/l4/pkg
|
$(VERBOSE)svn co -r $(SVN_REV) --depth files $(SVN_URI)/l4/pkg $(SVN_REV)/l4/pkg
|
||||||
|
Loading…
Reference in New Issue
Block a user