[nginx] Configure: create missing intermediates for build direct...
Ruslan Ermilov
ru at nginx.com
Wed Jun 17 11:17:40 UTC 2015
details: http://hg.nginx.org/nginx/rev/e69d5e9be292
branches:
changeset: 6195:e69d5e9be292
user: Piotr Sikora <piotr at cloudflare.com>
date: Wed Jun 10 19:18:19 2015 -0700
description:
Configure: create missing intermediates for build directory.
Signed-off-by: Piotr Sikora <piotr at cloudflare.com>
diffstat:
auto/configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r acba1656c474 -r e69d5e9be292 auto/configure
--- a/auto/configure Wed Jun 17 14:15:27 2015 +0300
+++ b/auto/configure Wed Jun 10 19:18:19 2015 -0700
@@ -11,7 +11,7 @@ export LC_ALL
. auto/init
. auto/sources
-test -d $NGX_OBJS || mkdir $NGX_OBJS
+test -d $NGX_OBJS || mkdir -p $NGX_OBJS
echo > $NGX_AUTO_HEADERS_H
echo > $NGX_AUTOCONF_ERR
More information about the nginx-devel
mailing list