Home
last modified time | relevance | path

Searched hist:"29 b0c899" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/
H A Dsetlocalversion29b0c899 Fri Jun 16 01:47:57 CDT 2006 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> 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: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Acked-By: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
29b0c899 Fri Jun 16 01:47:57 CDT 2006 Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> 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: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Acked-By: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>