pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/mingw Use PREPEND_PATH here in place of explicit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81fcecbfc529
branches:  trunk
changeset: 643092:81fcecbfc529
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 10 23:21:40 2014 +0000

description:
Use PREPEND_PATH here in place of explicit PATH manipulation.

diffstat:

 cross/mingw/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9478c4637670 -r 81fcecbfc529 cross/mingw/Makefile.common
--- a/cross/mingw/Makefile.common       Wed Dec 10 23:20:20 2014 +0000
+++ b/cross/mingw/Makefile.common       Wed Dec 10 23:21:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2010/03/15 18:34:36 asau Exp $
+# $NetBSD: Makefile.common,v 1.2 2014/12/10 23:21:40 joerg Exp $
 #
 # used by cross/mingw-gcc/buildlink3.mk
 # used by cross/mingw-binutils/Makefile
@@ -16,7 +16,7 @@
 MAKE_ENV+=             MINGW_TARGET=${MINGW_TARGET:Q}
 CONFIGURE_ENV+=                MINGW_TARGET=${MINGW_TARGET:Q}
 
-PATH:=                 ${CROSSBASE}/bin:${PATH}
+PREPEND_PATH+=         ${CROSSBASE}/bin
 
 .if defined(GNU_CONFIGURE)
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}



Home | Main Index | Thread Index | Old Index