3.2 preparations

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_2@20499 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2009-03-23 21:18:45 +00:00
parent 8335a41747
commit 7a56cab8ec
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
$version="3.0"; $version="3.2";
my $verbose; my $verbose;
if($ARGV[0] eq "-v") { if($ARGV[0] eq "-v") {

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
$version="3.0"; $version="3.2";
my $verbose; my $verbose;
if($ARGV[0] eq "-v") { if($ARGV[0] eq "-v") {

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
version="3.0" version="3.2"
srcdir=. srcdir=.
tempdir=rockbox-temp tempdir=rockbox-temp

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
$version="3.0"; $version="3.2";
my $verbose; my $verbose;
if($ARGV[0] eq "-v") { if($ARGV[0] eq "-v") {
@ -55,7 +55,7 @@ sub buildit {
`rm -rf * >/dev/null 2>&1`; `rm -rf * >/dev/null 2>&1`;
# V (voice), F (festival), L (lame), [blank] (English) # V (voice), F (festival), L (lame), [blank] (English)
my $c = sprintf('echo -e "%s\n%sa\nv\n\n\nf\n\n" | ../tools/configure', my $c = sprintf('printf "%s\n%sa\nv\n\n\nf\n2\n\n" | ../tools/configure',
$select, $newl?'\n':""); $select, $newl?'\n':"");
print "C: $c\n" if($verbose); print "C: $c\n" if($verbose);