pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Oops I had the sense inverted for NOGCCERROR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/00dc6bdb7b0f
branches: trunk
changeset: 602268:00dc6bdb7b0f
user: sbd <sbd%pkgsrc.org@localhost>
date: Mon Apr 09 04:19:24 2012 +0000
description:
Oops I had the sense inverted for NOGCCERROR.
diffstat:
mk/platform/Linux.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 7f2d341c3e35 -r 00dc6bdb7b0f mk/platform/Linux.mk
--- a/mk/platform/Linux.mk Sun Apr 08 21:28:17 2012 +0000
+++ b/mk/platform/Linux.mk Mon Apr 09 04:19:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.49 2012/03/19 12:34:17 joerg Exp $
+# $NetBSD: Linux.mk,v 1.50 2012/04/09 04:19:24 sbd Exp $
#
# Variable definitions for the Linux operating system.
@@ -94,6 +94,6 @@
.endif
# If this is defined pass it to the make process.
-.if !defined(NOGCCERROR)
+.if defined(NOGCCERROR)
MAKE_ENV+= NOGCCERROR=true
.endif
Home |
Main Index |
Thread Index |
Old Index