pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/configure



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Feb 23 20:24:46 UTC 2020

Modified Files:
        pkgsrc/mk/configure: configure.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/mk/configure/configure.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/configure/configure.mk
diff -u pkgsrc/mk/configure/configure.mk:1.30 pkgsrc/mk/configure/configure.mk:1.31
--- pkgsrc/mk/configure/configure.mk:1.30       Sun Feb  9 20:33:39 2020
+++ pkgsrc/mk/configure/configure.mk    Sun Feb 23 20:24:46 2020
@@ -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 @@ _configure-env: .PHONY wrapper
        @${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