use abs_builddir for svn checkout
This commit is contained in:
parent
b773b13e9b
commit
fa8c91ed91
@ -41,7 +41,7 @@ hg-repo :
|
|||||||
|
|
||||||
svn-repo :
|
svn-repo :
|
||||||
svnadmin create svn-repo
|
svnadmin create svn-repo
|
||||||
svn co file://$(builddir)/svn-repo svn-checkout
|
svn co file://$(abs_builddir)/svn-repo svn-checkout
|
||||||
touch svn-checkout/svn-file
|
touch svn-checkout/svn-file
|
||||||
svn add svn-checkout/svn-file
|
svn add svn-checkout/svn-file
|
||||||
svn commit -m "add svn file" svn-checkout/svn-file
|
svn commit -m "add svn file" svn-checkout/svn-file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user