forked from len0rd/rockbox
made it support --help or -h as arguments, and then displays a very short
and really not very helpful message but now you know where to fill in that very large and friendly help text you want the users to see! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@845 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
65379df445
commit
c38ccba483
1 changed files with 7 additions and 0 deletions
7
tools/configure
vendored
7
tools/configure
vendored
|
|
@ -72,6 +72,13 @@ EOF
|
|||
echo "Created Makefile"
|
||||
}
|
||||
|
||||
if [ "$target" = "--help" -o \
|
||||
"$target" = "-h" ]; then
|
||||
echo "Just invoke the script and answer the questions."
|
||||
echo "This script will write a Makefile for you"
|
||||
exit
|
||||
fi
|
||||
|
||||
# get our current directory
|
||||
pwd=`pwd`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue