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/bins.pl | 6 +++--- tools/release/manuals.pl | 4 ++-- tools/release/voices.pl | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/release/bins.pl b/tools/release/bins.pl index 99982be41a..92380e5464 100755 --- a/tools/release/bins.pl +++ b/tools/release/bins.pl @@ -117,13 +117,13 @@ sub buildit { `make VERSION=$version`; print "Run 'make zip'\n" if($verbose); - `make zip`; + `make zip VERSION=$version`; print "Run 'make mapzip'\n" if($verbose); - `make mapzip`; + `make mapzip VERSION=$version`; print "Run 'make elfzip'\n" if($verbose); - `make elfzip`; + `make elfzip VERSION=$version`; } sub buildfonts { diff --git a/tools/release/manuals.pl b/tools/release/manuals.pl index 3992da53d2..91a67cd684 100755 --- a/tools/release/manuals.pl +++ b/tools/release/manuals.pl @@ -65,10 +65,10 @@ sub buildit { `$c`; print "Run 'make'\n" if($verbose); - `make manual 2>/dev/null`; + `make manual VERSION=$version 2>/dev/null`; print "Run 'make manual-zip'\n" if($verbose); - `make manual-zip 2>/dev/null`; + `make manual-zip VERSION=$version 2>/dev/null`; } # run make in tools first to make sure they're up-to-date 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