Accept FS#9579 by Bartosz Fabianowski, fixing make zip when your build dir is not inside the source tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19223 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f4eb482202
commit
28f06901f7
2 changed files with 3 additions and 1 deletions
|
@ -432,6 +432,8 @@ Marcin Łukasik
|
||||||
Le Jin
|
Le Jin
|
||||||
Alex Bennee
|
Alex Bennee
|
||||||
Stéphane Quertinmont
|
Stéphane Quertinmont
|
||||||
|
Bartosz Fabianowski
|
||||||
|
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
|
@ -13,7 +13,6 @@ use Getopt::Long qw(:config pass_through); # pass_through so not confused by -DT
|
||||||
|
|
||||||
my $ROOT="..";
|
my $ROOT="..";
|
||||||
my $verbose;
|
my $verbose;
|
||||||
my $firmdir="$ROOT/firmware";
|
|
||||||
my $rbdir=".rockbox";
|
my $rbdir=".rockbox";
|
||||||
my $wpslist;
|
my $wpslist;
|
||||||
my $target;
|
my $target;
|
||||||
|
@ -26,6 +25,7 @@ GetOptions ( 'r|root=s' => \$ROOT,
|
||||||
|
|
||||||
($wpslist, $target) = @ARGV;
|
($wpslist, $target) = @ARGV;
|
||||||
|
|
||||||
|
my $firmdir="$ROOT/firmware";
|
||||||
my $cppdef = $target;
|
my $cppdef = $target;
|
||||||
my @depthlist = ( 16, 8, 4, 2, 1 );
|
my @depthlist = ( 16, 8, 4, 2, 1 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue