forked from len0rd/rockbox
mkamsboot: allow the version string to be overridden from the commandline - e.g. "make APPVERSION=v1.1 mkamsboot".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23097 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e33c2f17f
commit
747b9ca258
1 changed files with 2 additions and 0 deletions
|
@ -4,7 +4,9 @@ LIBUCL=../../tools/ucl/src/libucl$(RBARCH).a
|
|||
CC = gcc
|
||||
|
||||
#change for releases
|
||||
ifndef APPVERSION
|
||||
APPVERSION=`../../tools/version.sh`
|
||||
endif
|
||||
|
||||
ifndef V
|
||||
SILENT = @
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue