diff options
author | sbd <sbd@pkgsrc.org> | 2012-04-09 04:19:24 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-04-09 04:19:24 +0000 |
commit | efe321655d5e2f675d3e7c4d459fede239e1a1e4 (patch) | |
tree | 4e40a4551b01633c6960c8edaf62152f14ae13de /mk | |
parent | 921f67a120126ed60c97165602b10dc69f83112f (diff) | |
download | pkgsrc-efe321655d5e2f675d3e7c4d459fede239e1a1e4.tar.gz |
Oops I had the sense inverted for NOGCCERROR.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/Linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk index 45500bcfa84..bcc7e4b63c0 100644 --- a/mk/platform/Linux.mk +++ b/mk/platform/Linux.mk @@ -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 @@ GLIBC_VERSION= ${_GLIBC_VERSION_CMD:sh} .endif # If this is defined pass it to the make process. -.if !defined(NOGCCERROR) +.if defined(NOGCCERROR) MAKE_ENV+= NOGCCERROR=true .endif |