forked from len0rd/rockbox
works with traditional sh now (as tested on Solaris)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@901 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82078e4a59
commit
e45a8f5f3c
1 changed files with 10 additions and 10 deletions
20
tools/configure
vendored
20
tools/configure
vendored
|
|
@ -16,7 +16,7 @@ input() {
|
|||
echo $response
|
||||
}
|
||||
|
||||
simulator() {
|
||||
simul () {
|
||||
##################################################################
|
||||
# Figure out where the firmware code is!
|
||||
#
|
||||
|
|
@ -69,14 +69,14 @@ clean:
|
|||
|
||||
EOF
|
||||
|
||||
echo "Created Makefile"
|
||||
echo "Created Makefile"
|
||||
|
||||
if [ -d "archos" ]; then
|
||||
echo "sub directory archos already present"
|
||||
else
|
||||
mkdir archos
|
||||
echo "created an archos subdirectory for simulating the hard disk"
|
||||
fi
|
||||
if [ -d "archos" ]; then
|
||||
echo "sub directory archos already present"
|
||||
else
|
||||
mkdir archos
|
||||
echo "created an archos subdirectory for simulating the hard disk"
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -175,9 +175,9 @@ if [ -z "$debug" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
if [ -n "$simulator" ]; then
|
||||
if [ "yes" = "$simulator" ]; then
|
||||
# we deal with the simulator Makefile separately
|
||||
simulator
|
||||
simul
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue