Reduce the impact of svnversion. Just scan the src/sys tree, not all of

src.
This commit is contained in:
Peter Wemm 2008-10-01 22:52:20 +00:00
parent e6592ee55c
commit 944e61bf88

View File

@ -97,7 +97,7 @@ for dir in /bin /usr/bin /usr/local/bin; do
done
if [ -n "$svnversion" -a -d "${SRCDIR}/.svn" ] ; then
svn=" r`cd $SRCDIR && $svnversion`"
svn=" r`cd $SRCDIR/sys && $svnversion`"
else
svn=""
fi