Welcome! Log In Create A New Profile

Advanced

[njs] Fixed default makefile target is libedit is unavailable.

Dmitry Volyntsev
October 05, 2017 08:52AM
details: http://hg.nginx.org/njs/rev/d0e24fa20991
branches:
changeset: 412:d0e24fa20991
user: Dmitry Volyntsev <xeioex@nginx.com>
date: Thu Oct 05 15:50:16 2017 +0300
description:
Fixed default makefile target is libedit is unavailable.

Previously, if libedit was unavailable, any extra target which could be
added by feature scripts became the first and default target. It breaks
builds without arguments.

Adding the default target in this case to ensure that the proper target
is always selected.

diffstat:

nxt/auto/editline | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r d45f6f0079ab -r d0e24fa20991 nxt/auto/editline
--- a/nxt/auto/editline Wed Oct 04 18:58:10 2017 +0300
+++ b/nxt/auto/editline Thu Oct 05 15:50:16 2017 +0300
@@ -39,4 +39,9 @@ END
else
$nxt_echo " - building interactive shell is not possible"

+ cat << END >> $NXT_MAKEFILE_CONF
+
+default: all
+END
+
fi
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[njs] Fixed default makefile target is libedit is unavailable.

Dmitry Volyntsev 299 October 05, 2017 08:52AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 184
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready