pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/configure mk/configure: fix configure-env to cd to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e4d96e41cf7
branches:  trunk
changeset: 411927:0e4d96e41cf7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Feb 23 20:24:46 2020 +0000

description:
mk/configure: fix configure-env to cd to the correct directory

The previous "cd ${d}" had been a left-over from the .for loop around
CONFIGURE_DIRS.

diffstat:

 mk/configure/configure.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3be79f0542e9 -r 0e4d96e41cf7 mk/configure/configure.mk
--- a/mk/configure/configure.mk Sun Feb 23 20:17:40 2020 +0000
+++ b/mk/configure/configure.mk Sun Feb 23 20:24:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: configure.mk,v 1.30 2020/02/09 20:33:39 rillig Exp $
+# $NetBSD: configure.mk,v 1.31 2020/02/23 20:24:46 rillig Exp $
 #
 # = Package-settable variables =
 #
@@ -312,6 +312,6 @@
        @${ECHO_MSG} "The CONFIGURE_DIRS are:" \
                ${CONFIGURE_DIRS:S,^${WRKSRC}$,.,:S,^${WRKSRC}/,,:Q}
 .endif
-       ${RUN} cd ${WRKSRC} && cd ${d} \
+       ${RUN} cd ${WRKSRC} \
        && ${PKGSRC_SETENV} ${_CONFIGURE_SCRIPT_ENV} \
                ${CONFIGURE_ENV_SHELL:U${CONFIG_SHELL}}



Home | Main Index | Thread Index | Old Index