[PATCH 2 of 2] Configure: create missing intermediates for build directory
Piotr Sikora
piotr at cloudflare.com
Thu Jun 11 02:19:30 UTC 2015
# HG changeset patch
# User Piotr Sikora <piotr at cloudflare.com>
# Date 1433989099 25200
# Wed Jun 10 19:18:19 2015 -0700
# Node ID f160d72d2dadc117b8e2dc25eca3d39a346a8eb8
# Parent 4ee03ff4811708bafd07e84c5a71165a52b38299
Configure: create missing intermediates for build directory.
Signed-off-by: Piotr Sikora <piotr at cloudflare.com>
diff -r 4ee03ff48117 -r f160d72d2dad auto/configure
--- a/auto/configure Wed Jun 10 19:18:19 2015 -0700
+++ 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