From c0740440ac9c830f59e8b5c9b3a8aecc49766506 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 7 Dec 2009 12:19:08 +0000 Subject: Rename targets to be consistent in all places. (FS #10819). Take 2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657 --- tools/release/sims.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/release/sims.pl') diff --git a/tools/release/sims.pl b/tools/release/sims.pl index 80e3bc2e74..abf652b312 100755 --- a/tools/release/sims.pl +++ b/tools/release/sims.pl @@ -4,6 +4,8 @@ use File::Basename; use File::Path; use Cwd; +require "../builds.pm"; + my $verbose, $strip, $update, $doonly, $version; my @doonly; @@ -92,7 +94,7 @@ if (!defined($version)) { # made once for all targets sub runone { - my ($dir, $confnum, $extra)=@_; + my ($dir)=@_; my $a; if(@doonly > 0 && !grep(/^$dir$/, @doonly)) { @@ -104,7 +106,7 @@ sub runone { print "Build in build-$dir\n" if($verbose); # build the target - $a = buildit($dir, $confnum, $extra); + $a = buildit($dir); # Do not continue if the rockboxui executable is not created. This will # prevent a good build getting overwritten by a bad build when -- cgit