From 747b9ca258f56b38260481ab973fff5f2a6618b2 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 11 Oct 2009 09:47:15 +0000 Subject: 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 --- rbutil/mkamsboot/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rbutil') diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index e2af93716b..cb8b2b8207 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -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 = @ -- cgit v1.2.3