Previously, if configured with --with-cc="clang -g", the autotest.dSYM
directories were left unremoved.
ngx_sunc_ver=`$NGX_AUTOTEST`
fi
-rm $NGX_AUTOTEST*
+rm -rf $NGX_AUTOTEST*
# 1424 == 0x590, Sun Studio 12
echo " big endian"
fi
- rm $NGX_AUTOTEST*
+ rm -rf $NGX_AUTOTEST*
else
- rm $NGX_AUTOTEST*
+ rm -rf $NGX_AUTOTEST*
echo
echo "$0: error: cannot detect system byte ordering"
echo "----------" >> $NGX_AUTOCONF_ERR
fi
-rm $NGX_AUTOTEST*
+rm -rf $NGX_AUTOTEST*
echo "----------" >> $NGX_AUTOCONF_ERR
fi
-rm $NGX_AUTOTEST*
+rm -rf $NGX_AUTOTEST*
echo " not found"
fi
-rm $NGX_AUTOTEST*
+rm -rf $NGX_AUTOTEST*
fi
-rm -f $NGX_AUTOTEST
+rm -rf $NGX_AUTOTEST*
case $ngx_size in
fi
fi
- rm -f $NGX_AUTOTEST
+ rm -rf $NGX_AUTOTEST*
if [ $ngx_found = no ]; then
echo $ngx_n " $ngx_try not found$ngx_c"
echo $ngx_n " uintptr_t not found" $ngx_c
fi
-rm $NGX_AUTOTEST*
+rm -rf $NGX_AUTOTEST*
if [ $found = no ]; then