make tarball now depends on svnclean, be careful\!

This commit is contained in:
p.kosyh 2009-11-10 14:16:33 +00:00
parent 6368a119fe
commit e74bd047c3

View file

@ -20,7 +20,7 @@ config.make:
svnclean:
svn st | grep "^?" | awk '{ print $$2 }' | grep -v "config.make" | while read l; do $(RM) -rf $$l; done
tarball: clean
tarball: clean svnclean
echo "# you can define own flags here" > config.make
$(RM) -f Rules.make
ln -sf Rules.make.standalone Rules.make