Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Build gmake iff we're going to need it.
details: https://anonhg.NetBSD.org/src/rev/d80fe7cb3bf7
branches: trunk
changeset: 782914:d80fe7cb3bf7
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Nov 26 16:57:25 2012 +0000
description:
Build gmake iff we're going to need it.
diffstat:
tools/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 56123e34e64d -r d80fe7cb3bf7 tools/Makefile
--- a/tools/Makefile Mon Nov 26 16:30:14 2012 +0000
+++ b/tools/Makefile Mon Nov 26 16:57:25 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.159 2012/11/15 23:51:54 joerg Exp $
+# $NetBSD: Makefile,v 1.160 2012/11/26 16:57:25 pooka Exp $
.include <bsd.own.mk>
@@ -6,11 +6,11 @@
# plain make.
.MAIN: build_install
-.if defined(HAVE_GCC) || defined(HAVE_PCC)
+.if ${TOOLCHAIN_MISSING} == "no"
+.if defined(HAVE_GCC)
TOOLCHAIN_BITS= gmake .WAIT
.endif
-.if ${TOOLCHAIN_MISSING} == "no"
.if defined(HAVE_GCC)
.if ${HAVE_GCC} >= 45
TOOLCHAIN_BITS+= gmp .WAIT
Home |
Main Index |
Thread Index |
Old Index