comparison auto/endianness @ 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 bb37a9cc08fb
children 7ec809b579d7
comparison
equal deleted inserted replaced
5308:0ff3dc9081a1 5309:434548349838
32 have=NGX_HAVE_LITTLE_ENDIAN . auto/have 32 have=NGX_HAVE_LITTLE_ENDIAN . auto/have
33 else 33 else
34 echo " big endian" 34 echo " big endian"
35 fi 35 fi
36 36
37 rm $NGX_AUTOTEST* 37 rm -rf $NGX_AUTOTEST*
38 38
39 else 39 else
40 rm $NGX_AUTOTEST* 40 rm -rf $NGX_AUTOTEST*
41 41
42 echo 42 echo
43 echo "$0: error: cannot detect system byte ordering" 43 echo "$0: error: cannot detect system byte ordering"
44 exit 1 44 exit 1
45 fi 45 fi