summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Ungar <david.ungar@timesys.com>2010-10-11 14:23:29 -0400
committerDavid Ungar <david.ungar@timesys.com>2010-10-11 14:23:29 -0400
commit5baa106e71ce7749fcc2d2fd0a87dcfea59ba192 (patch)
tree366a34c27c7f7553c9ba37b08639a8e82d0b8e43
parent4df97e84d1436d3cbaac610a8139e64f31de3883 (diff)
Version number change
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 587c404f38..e80b88fe3d 100644
--- a/Makefile
+++ b/Makefile
@@ -363,8 +363,9 @@ $(U_BOOT_ONENAND): $(ONENAND_IPL) $(obj)u-boot.bin
cat $(obj)onenand_ipl/onenand-ipl-4k.bin $(obj)u-boot.bin > $(obj)u-boot-flexonenand.bin
$(VERSION_FILE):
- @( printf '#define U_BOOT_VERSION "U-Boot %s%s"\n' "$(U_BOOT_VERSION)" \
- '$(shell $(TOPDIR)/tools/setlocalversion $(TOPDIR))' ) > $@.tmp
+ ( printf '#define U_BOOT_VERSION "U-Boot %s%s/%s"\n' "$(U_BOOT_VERSION)" \
+ '$(shell $(TOPDIR)/tools/setlocalversion $(TOPDIR))' \
+ "$(BSP_RELEASE_LEVEL)" ) > $@.tmp
@cmp -s $@ $@.tmp && rm -f $@.tmp || mv -f $@.tmp $@
$(TIMESTAMP_FILE):