comparison auto/configure @ 6195:e69d5e9be292

Configure: create missing intermediates for build directory. Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
author Piotr Sikora <piotr@cloudflare.com>
date Wed, 10 Jun 2015 19:18:19 -0700
parents 466bd63b63d1
children 4a343228c55e
comparison
equal deleted inserted replaced
6194:acba1656c474 6195:e69d5e9be292
9 9
10 . auto/options 10 . auto/options
11 . auto/init 11 . auto/init
12 . auto/sources 12 . auto/sources
13 13
14 test -d $NGX_OBJS || mkdir $NGX_OBJS 14 test -d $NGX_OBJS || mkdir -p $NGX_OBJS
15 15
16 echo > $NGX_AUTO_HEADERS_H 16 echo > $NGX_AUTO_HEADERS_H
17 echo > $NGX_AUTOCONF_ERR 17 echo > $NGX_AUTOCONF_ERR
18 18
19 echo "#define NGX_CONFIGURE \"$NGX_CONFIGURE\"" > $NGX_AUTO_CONFIG_H 19 echo "#define NGX_CONFIGURE \"$NGX_CONFIGURE\"" > $NGX_AUTO_CONFIG_H