From d0731064c8a6fc81218bcbd996636b0a46c6ff10 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 7 Dec 2011 17:59:11 +0000 Subject: Pass VERSION to *all* make invocations in release scripts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31166 a1c6a512-1295-4272-9138-f99709370657 --- tools/release/voices.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/release/voices.pl') diff --git a/tools/release/voices.pl b/tools/release/voices.pl index d4a91b1806..0f4df2789f 100755 --- a/tools/release/voices.pl +++ b/tools/release/voices.pl @@ -62,7 +62,7 @@ sub buildit { `$c`; print "Run 'make voice'\n" if($verbose); - print `make voice 2>/dev/null`; + print `make voice VERSION=$version 2>/dev/null`; } # run make in tools first to make sure they're up-to-date -- cgit v1.2.3