pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Automake has done it again with this amazing variab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d45c707d60ca
branches:  trunk
changeset: 473667:d45c707d60ca
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Apr 22 17:46:05 2004 +0000

description:
Automake has done it again with this amazing variable that CONFIGURE_ENV
can't change at configure time.  "mkdir_p" is now used by automake in place
of the traditional autoconf "INSTALL_DIR".  Override mkdir_p in MAKE_FLAGS,
if GNU_CONFIGURE is set, with ${INSTALL_DATA_DIR}.

diffstat:

 mk/bsd.pkg.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6e25d33c36fb -r d45c707d60ca mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu Apr 22 17:14:37 2004 +0000
+++ b/mk/bsd.pkg.mk     Thu Apr 22 17:46:05 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1445 2004/04/17 22:37:14 minskim Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1446 2004/04/22 17:46:05 tv Exp $
 #
 # This file is in the public domain.
 #
@@ -371,6 +371,7 @@
 CONFIGURE_ENV+=                LIBS="${LIBS}"
 CONFIG_SHELL?=         ${SH}
 CONFIGURE_ENV+=                CONFIG_SHELL=${CONFIG_SHELL}
+MAKE_FLAGS+=           mkdir_p="${INSTALL_DATA_DIR}"
 .endif
 
 .if defined(_OPSYS_LIBTOOL_REQD)



Home | Main Index | Thread Index | Old Index