Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gmp force ac_cv_path_mkdir to be set to nbinstall -d. ...
details: https://anonhg.NetBSD.org/src/rev/4527628d6907
branches: trunk
changeset: 778745:4527628d6907
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Apr 12 01:05:31 2012 +0000
description:
force ac_cv_path_mkdir to be set to nbinstall -d. this will avoid
gmp/configure from trying to use its install-sh for mkdir -p, and
should fix sourcesets created tarball builds.
diffstat:
tools/gmp/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 04b371c917cb -r 4527628d6907 tools/gmp/Makefile
--- a/tools/gmp/Makefile Wed Apr 11 21:41:59 2012 +0000
+++ b/tools/gmp/Makefile Thu Apr 12 01:05:31 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/06/20 05:56:46 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/12 01:05:31 mrg Exp $
#
GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/gmp/dist
@@ -12,3 +12,6 @@
# when variable is used.
CONFIGURE_ENV:= ${CONFIGURE_ENV:NPATH=*:NCFLAGS=*:NCXXFLAGS=*} \
PATH="${TOOLDIR:Q}/bin:$$$$PATH"
+
+# Force avoiding possibly non-executable install-sh.
+CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
Home |
Main Index |
Thread Index |
Old Index