From ce36edfdd9f07ad58ec29d47727e5c74d5dee9e4 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 31 Jul 2013 18:16:40 +0400 Subject: Configure: fixed autotest cleanup commands. Previously, if configured with --with-cc="clang -g", the autotest.dSYM directories were left unremoved. --- auto/cc/sunc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/cc') diff --git a/auto/cc/sunc b/auto/cc/sunc index dd9ccedfb..8f12d7cd7 100644 --- a/auto/cc/sunc +++ b/auto/cc/sunc @@ -30,7 +30,7 @@ if [ -x $NGX_AUTOTEST ]; then ngx_sunc_ver=`$NGX_AUTOTEST` fi -rm $NGX_AUTOTEST* +rm -rf $NGX_AUTOTEST* # 1424 == 0x590, Sun Studio 12 -- cgit