summaryrefslogtreecommitdiff
path: root/tools/release/voices.pl
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2011-12-07 17:59:11 +0000
committerFrank Gevaerts <frank@gevaerts.be>2011-12-07 17:59:11 +0000
commitd0731064c8a6fc81218bcbd996636b0a46c6ff10 (patch)
tree10519ba65028c6287e7008d38abc24f55e8dd928 /tools/release/voices.pl
parent790be2de323c8a2f3699f8138217ce0ae8cbc7c7 (diff)
downloadrockbox-d0731064c8a6fc81218bcbd996636b0a46c6ff10.tar.gz
rockbox-d0731064c8a6fc81218bcbd996636b0a46c6ff10.zip
Pass VERSION to *all* make invocations in release scripts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31166 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/release/voices.pl')
-rwxr-xr-xtools/release/voices.pl2
1 files changed, 1 insertions, 1 deletions
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 {
62 `$c`; 62 `$c`;
63 63
64 print "Run 'make voice'\n" if($verbose); 64 print "Run 'make voice'\n" if($verbose);
65 print `make voice 2>/dev/null`; 65 print `make voice VERSION=$version 2>/dev/null`;
66} 66}
67 67
68# run make in tools first to make sure they're up-to-date 68# run make in tools first to make sure they're up-to-date