[njs] Configure: fixed custom NJS_BUILD_DIR values support.

Dmitry Volyntsev xeioex at nginx.com
Thu Dec 30 13:30:33 UTC 2021


details:   https://hg.nginx.org/njs/rev/1ad65f9d50f5
branches:  
changeset: 1795:1ad65f9d50f5
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Wed Dec 29 16:56:47 2021 +0000
description:
Configure: fixed custom NJS_BUILD_DIR values support.

The issue was introduced in 4d4657128baf (0.7.1).

This closes #454 issue on Github.

diffstat:

 auto/make |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 001bb59dc3a8 -r 1ad65f9d50f5 auto/make
--- a/auto/make	Wed Dec 29 16:03:13 2021 +0000
+++ b/auto/make	Wed Dec 29 16:56:47 2021 +0000
@@ -7,8 +7,8 @@
 echo "creating $NJS_MAKEFILE"
 
 mkdir -p $NJS_BUILD_DIR/src
-mkdir -p $NJS_BUILD_DIR/build
 mkdir -p $NJS_BUILD_DIR/external
+mkdir -p $NJS_BUILD_DIR/$NJS_BUILD_DIR
 mkdir -p $NJS_BUILD_DIR/test
 
 njs_modules_c=$NJS_BUILD_DIR/njs_modules.c


More information about the nginx-devel mailing list