Source-Changes-HG archive

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

[src/netbsd-6]: src/tools Pull up following revision(s) (requested by mrg in ...



details:   https://anonhg.NetBSD.org/src/rev/2e59b0c4d199
branches:  netbsd-6
changeset: 774047:2e59b0c4d199
user:      riz <riz%NetBSD.org@localhost>
date:      Mon May 07 03:08:35 2012 +0000

description:
Pull up following revision(s) (requested by mrg in ticket #207):
        tools/gmp/Makefile: revision 1.2
        tools/mpfr/Makefile: revision 1.2
        tools/file/Makefile: revision 1.7
        tools/binutils/Makefile: revision 1.22
        tools/mpc/Makefile: revision 1.2
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.
force set ac_cv_mkdir_path to our install -d program.
fixes the remaining issues with 'sourcesets' and 'tools'.

diffstat:

 tools/binutils/Makefile |  5 ++++-
 tools/file/Makefile     |  5 ++++-
 tools/gmp/Makefile      |  5 ++++-
 tools/mpc/Makefile      |  5 ++++-
 tools/mpfr/Makefile     |  5 ++++-
 5 files changed, 20 insertions(+), 5 deletions(-)

diffs (83 lines):

diff -r a75772f6061a -r 2e59b0c4d199 tools/binutils/Makefile
--- a/tools/binutils/Makefile   Mon May 07 03:06:16 2012 +0000
+++ b/tools/binutils/Makefile   Mon May 07 03:08:35 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2011/10/31 08:14:44 mrg Exp $
+#      $NetBSD: Makefile,v 1.21.4.1 2012/05/07 03:08:35 riz Exp $
 
 .include <bsd.own.mk>
 
@@ -29,6 +29,9 @@
 
 CCADDFLAGS=    -I${DESTDIR}/usr/include -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/
 
+# Force avoiding possibly non-executable install-sh.
+CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
+
 NEWCONFIGDIR?= ${.CURDIR}/../..
 MKNATIVE?=     ${.CURDIR}/mknative-binutils
 
diff -r a75772f6061a -r 2e59b0c4d199 tools/file/Makefile
--- a/tools/file/Makefile       Mon May 07 03:06:16 2012 +0000
+++ b/tools/file/Makefile       Mon May 07 03:08:35 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2009/05/08 17:45:22 christos Exp $
+#      $NetBSD: Makefile,v 1.6.8.1 2012/05/07 03:08:35 riz Exp $
 #
 
 GNUHOSTDIST=   ${.CURDIR}/../../external/bsd/file/dist
@@ -14,3 +14,6 @@
 .NOTPARALLEL:
 
 .include "${.CURDIR}/../Makefile.gnuhost"
+
+# Force avoiding possibly non-executable install-sh.
+CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
diff -r a75772f6061a -r 2e59b0c4d199 tools/gmp/Makefile
--- a/tools/gmp/Makefile        Mon May 07 03:06:16 2012 +0000
+++ b/tools/gmp/Makefile        Mon May 07 03:08:35 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/06/20 05:56:46 mrg Exp $
+#      $NetBSD: Makefile,v 1.1.4.1 2012/05/07 03:08:35 riz 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"
diff -r a75772f6061a -r 2e59b0c4d199 tools/mpc/Makefile
--- a/tools/mpc/Makefile        Mon May 07 03:06:16 2012 +0000
+++ b/tools/mpc/Makefile        Mon May 07 03:08:35 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/06/20 05:56:46 mrg Exp $
+#      $NetBSD: Makefile,v 1.1.4.1 2012/05/07 03:08:35 riz Exp $
 #
 
 GNUHOSTDIST=   ${.CURDIR}/../../external/lgpl2/mpc/dist
@@ -9,3 +9,6 @@
 CONFIGURE_ARGS+=--disable-shared
 
 .include "${.CURDIR}/../Makefile.gnuhost"
+
+# Force avoiding possibly non-executable install-sh.
+CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
diff -r a75772f6061a -r 2e59b0c4d199 tools/mpfr/Makefile
--- a/tools/mpfr/Makefile       Mon May 07 03:06:16 2012 +0000
+++ b/tools/mpfr/Makefile       Mon May 07 03:08:35 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/06/20 05:56:45 mrg Exp $
+#      $NetBSD: Makefile,v 1.1.4.1 2012/05/07 03:08:35 riz Exp $
 #
 
 GNUHOSTDIST=   ${.CURDIR}/../../external/lgpl3/mpfr/dist
@@ -8,3 +8,6 @@
 CONFIGURE_ARGS+=--disable-shared
 
 .include "${.CURDIR}/../Makefile.gnuhost"
+
+# 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