done
;;
compile)
++ cleand0=false
+ cleandp=false
+ cleanqcc=false
+ cleanqc=false
+ debug=debug
+ while :; do
+ case "$1" in
+ -c)
++ cleand0=true
+ cleandp=true
+ cleanqcc=true
+ cleanqc=true
+ shift
+ ;;
+ -r)
+ debug=release
+ shift
+ ;;
+ *)
+ break
+ ;;
+ esac
+ done
if [ -z "$CC" ]; then
- export CC="gcc -DSUPPORT_IPV6"
+ export CC="gcc -DSUPPORTIPV6"
fi
if [ -n "$WE_HATE_OUR_USERS" ]; then
- TARGETS="sv-debug cl-debug"
+ TARGETS="sv-$debug cl-$debug"
elif [ x"`uname`" = x"Darwin" ]; then
case "`uname -r`" in
?.*)