use abs_builddir for svn checkout

This commit is contained in:
Rob Vermaas 2011-03-17 07:25:23 +00:00
parent b773b13e9b
commit fa8c91ed91

View file

@ -41,7 +41,7 @@ hg-repo :
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
svn add svn-checkout/svn-file
svn commit -m "add svn file" svn-checkout/svn-file