Add dirty flag to git describe
authorSven Schnelle <svens@stackframe.org>
Fri, 26 Aug 2011 19:57:53 +0000 (21:57 +0200)
committerSven Schnelle <svens@stackframe.org>
Sat, 27 Aug 2011 07:44:34 +0000 (09:44 +0200)
commit054849dc6b004e510f3bb4c903cca9064941dc01
treec4aea88ee6d059b6c1b2f2c87fda7480c43c1da9
parentff31692e088a406d0fd1fd7dfab0a3b03c3ed8ef
Add dirty flag to git describe

git describe knows --dirty, which adds -dirty to the verion number
if the tree contains uncommited changes. We should add this flag
to make it obvious that the COREBOOT_VERSION might be misleading.
This is especially important as this version number is now used
in the SMBIOS data structures.

Change-Id: If4c608c7455e1bbf0cc530c6299fa00eb0fe4d58
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/173
Tested-by: build bot (Jenkins)
Makefile.inc