THTTPD works on LPCXpresso

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3514 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-04-16 15:43:39 +00:00
parent 9076917379
commit 93be5f368b
11 changed files with 133 additions and 142 deletions
+3 -5
View File
@@ -36,7 +36,7 @@
progname=$0
wintool=n
usage="USAGE: $progname [-w] [-d] [-l] [-h] <compiler-path> <dir1> [<dir2> [<dir3> ...]]"
usage="USAGE: $progname [-w] [-d] [-h] <compiler-path> <dir1> [<dir2> [<dir3> ...]]"
advice="Try '$progname -h' for more information"
while [ ! -z "$1" ]; do
@@ -193,17 +193,15 @@ for dir in $dirlist; do
# Treat the first directory differently
if [ -z "$response" ]; then
response=-I$path
response=-I\"$path\"
else
response=$response" -I$path"
response=$response" -I\"$path\""
fi
fi
done
if [ "X$fmt" = "Xuserinc" ]; then
response=$response"'"
else
response=\"$response\"
fi
echo $response