diff 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
line wrap: on
line diff
--- a/auto/types/typedef
+++ b/auto/types/typedef
@@ -49,7 +49,7 @@ END
         fi
     fi
 
-    rm -f $NGX_AUTOTEST
+    rm -rf $NGX_AUTOTEST*
 
     if [ $ngx_found = no ]; then
         echo $ngx_n " $ngx_try not found$ngx_c"