[njs] Adding default target as dependency for make all.

Dmitry Volyntsev xeioex at nginx.com
Fri Aug 2 13:07:11 UTC 2019


details:   https://hg.nginx.org/njs/rev/8e24114bc575
branches:  
changeset: 1096:8e24114bc575
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Fri Aug 02 15:41:21 2019 +0300
description:
Adding default target as dependency for make all.

diffstat:

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

diffs (13 lines):

diff -r 835b3e817b93 -r 8e24114bc575 auto/make
--- a/auto/make	Fri Aug 02 12:12:36 2019 +0300
+++ b/auto/make	Fri Aug 02 15:41:21 2019 +0300
@@ -166,7 +166,8 @@ cat << END >> $NJS_MAKEFILE
 	@echo
 	@exit 1
 
-all: $NJS_BUILD_DIR/njs_auto_config.h test lib_test benchmark
+all: $NJS_BUILD_DIR/njs_auto_config.h \\
+    $NJS_DEFAULT_TARGET test lib_test benchmark
 
 njs: $NJS_BUILD_DIR/njs_auto_config.h $NJS_BUILD_DIR/njs
 


More information about the nginx-devel mailing list