Skip to content
Commit 29b0c899 authored by Uwe Zeisberger's avatar Uwe Zeisberger Committed by Sam Ravnborg
Browse files

kbuild: append git revision for all untagged commits



adds revision suffix for untagged commits that are reachable from a tag

I'm bisecting and don't get the -g...... suffix.  The reason is, that

	git name-rev --tags HEAD

returns e.g.

	HEAD tags/v2.6.17-rc1^0~1067

which is currently good enough for setlocalversion to skip the suffix.
This introduces a dependecy to grep -E, which should be fine.

Signed-off-by: default avatarUwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Acked-By: default avatarRyan Anderson <ryan@michonline.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 9ac545b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment