kbuild: setlocalversion: dont include svn change count

The number of pending changes is pretty useless, so encoding it into the
version is just annoying by the constant shuffle in corresponding modules.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

authored by Mike Frysinger and committed by Sam Ravnborg e3da2fb7 dcc2da1a

+1 -1
+1 -1
scripts/setlocalversion
··· 55 55 56 56 # Are there uncommitted changes? 57 57 if [ $changes != 0 ]; then 58 - printf -- '-svn%s%s%s' "$rev" -dirty "$changes" 58 + printf -- '-svn%s%s' "$rev" -dirty 59 59 else 60 60 printf -- '-svn%s' "$rev" 61 61 fi