details: http://hg.nginx.org/nginx/rev/e69d5e9be292 branches: changeset: 6195:e69d5e9be292 user: Piotr Sikora <[email protected]> date: Wed Jun 10 19:18:19 2015 -0700 description: Configure: create missing intermediates for build directory.
Signed-off-by: Piotr Sikora <[email protected]> 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 _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
