Reduce the impact of svnversion. Just scan the src/sys tree, not all of
src.
This commit is contained in:
parent
e6592ee55c
commit
944e61bf88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user