pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2012Q1]: pkgsrc/mk/platform Pullup ticket #3725 - requested by...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ddcde1dc894f
branches: pkgsrc-2012Q1
changeset: 602005:ddcde1dc894f
user: spz <spz%pkgsrc.org@localhost>
date: Mon Apr 09 07:41:24 2012 +0000
description:
Pullup ticket #3725 - requested by sbd
mk/platform/Linux.mk: bug fix
Revisions pulled up:
- mk/platform/Linux.mk 1.50
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: sbd
Date: Mon Apr 9 04:19:25 UTC 2012
Modified Files:
pkgsrc/mk/platform: Linux.mk
Log Message:
Oops I had the sense inverted for NOGCCERROR.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/mk/platform/Linux.mk
diffstat:
mk/platform/Linux.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 08eb4f7af621 -r ddcde1dc894f mk/platform/Linux.mk
--- a/mk/platform/Linux.mk Sun Apr 08 11:36:31 2012 +0000
+++ b/mk/platform/Linux.mk Mon Apr 09 07:41: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.49.2.1 2012/04/09 07:41:24 spz 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