comparison auto/types/typedef @ 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 62d8db8c7157
children 82a76258a142
comparison
equal deleted inserted replaced
5308:0ff3dc9081a1 5309:434548349838
47 echo ", $ngx_try used" 47 echo ", $ngx_try used"
48 ngx_found=$ngx_try 48 ngx_found=$ngx_try
49 fi 49 fi
50 fi 50 fi
51 51
52 rm -f $NGX_AUTOTEST 52 rm -rf $NGX_AUTOTEST*
53 53
54 if [ $ngx_found = no ]; then 54 if [ $ngx_found = no ]; then
55 echo $ngx_n " $ngx_try not found$ngx_c" 55 echo $ngx_n " $ngx_try not found$ngx_c"
56 56
57 echo "----------" >> $NGX_AUTOCONF_ERR 57 echo "----------" >> $NGX_AUTOCONF_ERR