1
0
Fork 0
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:
Dave Chapman 2009-10-11 09:47:15 +00:00
parent 8e33c2f17f
commit 747b9ca258

View file

@ -4,7 +4,9 @@ LIBUCL=../../tools/ucl/src/libucl$(RBARCH).a
CC = gcc CC = gcc
#change for releases #change for releases
ifndef APPVERSION
APPVERSION=`../../tools/version.sh` APPVERSION=`../../tools/version.sh`
endif
ifndef V ifndef V
SILENT = @ SILENT = @