comparison auto/types/sizeof @ 5309:434548349838

Configure: fixed autotest cleanup commands. Previously, if configured with --with-cc="clang -g", the autotest.dSYM directories were left unremoved.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 31 Jul 2013 18:16:40 +0400
parents 3a99980ac221
children e11a8e7e8e0c
comparison
equal deleted inserted replaced
5308:0ff3dc9081a1 5309:434548349838
43 ngx_size=`$NGX_AUTOTEST` 43 ngx_size=`$NGX_AUTOTEST`
44 echo " $ngx_size bytes" 44 echo " $ngx_size bytes"
45 fi 45 fi
46 46
47 47
48 rm -f $NGX_AUTOTEST 48 rm -rf $NGX_AUTOTEST*
49 49
50 50
51 case $ngx_size in 51 case $ngx_size in
52 4) 52 4)
53 if [ "$ngx_type"="long" ]; then 53 if [ "$ngx_type"="long" ]; then