projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b33141
)
Add git short hash in U-Boot version string
author
Piotr Dymacz
<pepe2k@gmail.com>
Wed, 11 Nov 2015 22:54:57 +0000
(23:54 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Wed, 11 Nov 2015 22:54:57 +0000
(23:54 +0100)
u-boot/Makefile
patch
|
blob
|
history
diff --git
a/u-boot/Makefile
b/u-boot/Makefile
index 06a5c1f622d416e848f0a210dea5c83a7b3d6ebe..6f07c4914f3268d8adb05886ac9fe9a5511bbd69 100644
(file)
--- a/
u-boot/Makefile
+++ b/
u-boot/Makefile
@@
-24,7
+24,7
@@
VERSION = 1
PATCHLEVEL = 1
SUBLEVEL = 4
-EXTRAVERSION =
+EXTRAVERSION =
-$(shell git rev-parse --short=8 HEAD)
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
VERSION_FILE = include/version_autogenerated.h