summaryrefslogtreecommitdiffhomepage
path: root/auto/types/typedef
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2013-07-31 18:16:40 +0400
committerSergey Kandaurov <pluknet@nginx.com>2013-07-31 18:16:40 +0400
commitce36edfdd9f07ad58ec29d47727e5c74d5dee9e4 (patch)
tree6101a2046d1244631f86ba314e16e8d754fe4de7 /auto/types/typedef
parentc118aa6d229fd01b42270726d47ab3a991c15a17 (diff)
downloadnginx-ce36edfdd9f07ad58ec29d47727e5c74d5dee9e4.tar.gz
nginx-ce36edfdd9f07ad58ec29d47727e5c74d5dee9e4.tar.bz2
Configure: fixed autotest cleanup commands.
Previously, if configured with --with-cc="clang -g", the autotest.dSYM directories were left unremoved.
Diffstat (limited to 'auto/types/typedef')
-rw-r--r--auto/types/typedef2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/types/typedef b/auto/types/typedef
index d81229331..8b5c3689c 100644
--- 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"