Sun Apr 28 11:25:32 2019 UTC ()
mk/configure: mention CONFIGURE_DIRS in show-all-configure


(rillig)
diff -r1.26 -r1.27 pkgsrc/mk/configure/configure.mk

cvs diff -r1.26 -r1.27 pkgsrc/mk/configure/configure.mk (expand / switch to unified diff)

--- pkgsrc/mk/configure/configure.mk 2018/11/30 18:38:19 1.26
+++ pkgsrc/mk/configure/configure.mk 2019/04/28 11:25:32 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: configure.mk,v 1.26 2018/11/30 18:38:19 rillig Exp $ 1# $NetBSD: configure.mk,v 1.27 2019/04/28 11:25:32 rillig Exp $
2# 2#
3# = Package-settable variables = 3# = Package-settable variables =
4# 4#
5# CONFIGURE_ENV is the shell environment that is exported to the 5# CONFIGURE_ENV is the shell environment that is exported to the
6# configure script. 6# configure script.
7# 7#
8# CONFIG_SHELL is the shell that is used for interpreting the 8# CONFIG_SHELL is the shell that is used for interpreting the
9# configure script. 9# configure script.
10# 10#
11# CONFIGURE_SCRIPT is the path to the script to run in order to 11# CONFIGURE_SCRIPT is the path to the script to run in order to
12# configure the software for building. If the path is relative, 12# configure the software for building. If the path is relative,
13# then it is assumed to be relative to each directory listed in 13# then it is assumed to be relative to each directory listed in
14# CONFIGURE_DIRS. 14# CONFIGURE_DIRS.
@@ -36,27 +36,28 @@ @@ -36,27 +36,28 @@
36# otherwise. 36# otherwise.
37# 37#
38# Command-line variables: 38# Command-line variables:
39# 39#
40# CONFIG_SHELL_FLAGS 40# CONFIG_SHELL_FLAGS
41# Set this to -x when you really need to see all commands that the 41# Set this to -x when you really need to see all commands that the
42# configure script executes. 42# configure script executes.
43# 43#
44# Keywords: config.guess config.sub 44# Keywords: config.guess config.sub
45# 45#
46 46
47_VARGROUPS+= configure 47_VARGROUPS+= configure
48_USER_VARS.configure= CONFIG_SHELL_FLAGS 48_USER_VARS.configure= CONFIG_SHELL_FLAGS
49_PKG_VARS.configure= CONFIGURE_ENV CONFIG_SHELL CONFIGURE_SCRIPT \ 49_PKG_VARS.configure= \
 50 CONFIGURE_DIRS CONFIGURE_ENV CONFIG_SHELL CONFIGURE_SCRIPT \
50 CONFIGURE_ARGS OVERRIDE_GNU_CONFIG_SCRIPTS HAS_CONFIGURE \ 51 CONFIGURE_ARGS OVERRIDE_GNU_CONFIG_SCRIPTS HAS_CONFIGURE \
51 GNU_CONFIGURE PKGCONFIG_OVERRIDE USE_PKGLOCALEDIR \ 52 GNU_CONFIGURE PKGCONFIG_OVERRIDE USE_PKGLOCALEDIR \
52 CMAKE_ARGS CMAKE_ARG_PATH 53 CMAKE_ARGS CMAKE_ARG_PATH
53_SORTED_VARS.configure= *_ENV *_OVERRIDE 54_SORTED_VARS.configure= *_ENV *_OVERRIDE
54_LISTED_VARS.configure= *_ARGS *_SCRIPTS 55_LISTED_VARS.configure= *_ARGS *_SCRIPTS
55 56
56CONFIGURE_SCRIPT?= ./configure 57CONFIGURE_SCRIPT?= ./configure
57CONFIGURE_ENV+= ${ALL_ENV} 58CONFIGURE_ENV+= ${ALL_ENV}
58CONFIGURE_ARGS?= # empty 59CONFIGURE_ARGS?= # empty
59CONFIG_SHELL?= ${SH} 60CONFIG_SHELL?= ${SH}
60CONFIG_SHELL_FLAGS?= # none 61CONFIG_SHELL_FLAGS?= # none
61CMAKE_ARGS?= # empty 62CMAKE_ARGS?= # empty
62CMAKE_ARG_PATH?= . 63CMAKE_ARG_PATH?= .