comparison auto/types/uintptr_t @ 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 7ec809b579d7
comparison
equal deleted inserted replaced
5308:0ff3dc9081a1 5309:434548349838
31 found=yes 31 found=yes
32 else 32 else
33 echo $ngx_n " uintptr_t not found" $ngx_c 33 echo $ngx_n " uintptr_t not found" $ngx_c
34 fi 34 fi
35 35
36 rm $NGX_AUTOTEST* 36 rm -rf $NGX_AUTOTEST*
37 37
38 38
39 if [ $found = no ]; then 39 if [ $found = no ]; then
40 found="uint`expr 8 \* $ngx_ptr_size`_t" 40 found="uint`expr 8 \* $ngx_ptr_size`_t"
41 echo ", $found used" 41 echo ", $found used"