mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
8335a41747
commit
7a56cab8ec
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.2";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.2";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
version="3.0"
|
||||
version="3.2"
|
||||
|
||||
srcdir=.
|
||||
tempdir=rockbox-temp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
$version="3.0";
|
||||
$version="3.2";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
|
@ -55,7 +55,7 @@ sub buildit {
|
|||
`rm -rf * >/dev/null 2>&1`;
|
||||
|
||||
# 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':"");
|
||||
|
||||
print "C: $c\n" if($verbose);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue