forked from len0rd/rockbox
now configure update works for simulator builds too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@878 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2d4f717adc
commit
63787dffde
1 changed files with 4 additions and 0 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -97,6 +97,10 @@ if [ "$target" = "update" ]; then
|
|||
echo "Existing generated Makefile found. Getting defaults from it."
|
||||
target=`grep "^TARGET=" Makefile | cut -d= -f2-`
|
||||
debug=`grep "^DEBUG=" Makefile | cut -d= -f2-`
|
||||
|
||||
if [ "$debug" = "SIMULATOR=1" ]; then
|
||||
simulator="yes"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue