pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/COMMON DTRT for USE_BUILDLINK2=no (or rather [nN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfe803614d0b
branches:  trunk
changeset: 462362:dfe803614d0b
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Sep 30 22:46:42 2003 +0000

description:
DTRT for USE_BUILDLINK2=no (or rather [nN][oO]).

diffstat:

 cross/COMMON/cross.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 608abb3abe86 -r dfe803614d0b cross/COMMON/cross.mk
--- a/cross/COMMON/cross.mk     Tue Sep 30 22:44:52 2003 +0000
+++ b/cross/COMMON/cross.mk     Tue Sep 30 22:46:42 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: cross.mk,v 1.25 2002/10/03 19:12:47 wiz Exp $
+#      $NetBSD: cross.mk,v 1.26 2003/09/30 22:46:42 kristerw Exp $
 
 # Shared definitions for building a cross-compile environment.
 
@@ -37,7 +37,7 @@
 CROSS_DISTFILES+=      ${BINUTILS_DISTNAME}.tar.gz
 MASTER_SITES+=         ${MASTER_SITE_GNU:=binutils/}
 CONFIGURE_ARGS+=       --with-gnu-as --with-gnu-ld
-.if defined(USE_BUILDLINK2)
+.if defined(USE_BUILDLINK2) && empty(USE_BUILDLINK2:M[nN][oO])
 .  include "../../cross/binutils/buildlink2.mk"
 .else
 DEPENDS+=              cross-binutils>=2.9.1.1:../../cross/binutils



Home | Main Index | Thread Index | Old Index