summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-11-04 17:50:54 -0700
committerTom Rini <trini@ti.com>2012-11-04 17:50:54 -0700
commita6e8dcaf350fe8e780e29c57ececfece039725c7 (patch)
treeb8e4e8691c7c49af767c39ade434248f36b4acbb /Makefile
parent3ae7b240ad8c723d02aa79654220a07049b7ae4d (diff)
downloadblackbird-obmc-uboot-a6e8dcaf350fe8e780e29c57ececfece039725c7.tar.gz
blackbird-obmc-uboot-a6e8dcaf350fe8e780e29c57ececfece039725c7.zip
Makefile: use EXTRAVERSION for -rc? tag
When using SUBLEVEL for the -rc? tag, this results in an ugly version string like "2013.01.-rc1" - let's use EXTRAVERSION instead to get the simple "2013.01-rc1" Signed-off-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bc15209c7c..e144eb13ca 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@
VERSION = 2013
PATCHLEVEL = 01
-SUBLEVEL = -rc1
-EXTRAVERSION =
+SUBLEVEL =
+EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else
OpenPOWER on IntegriCloud