Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 23:30:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341475 - head/Mk
Message-ID:  <201401272330.s0RNUCnn060362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan 27 23:30:12 2014
New Revision: 341475
URL: http://svnweb.freebsd.org/changeset/ports/341475
QAT: https://qat.redports.org/buildarchive/r341475/

Log:
  Do not overwrite MAKE_ENV when WITH_DEBUG is defined

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jan 27 23:23:50 2014	(r341474)
+++ head/Mk/bsd.port.mk	Mon Jan 27 23:30:12 2014	(r341475)
@@ -1310,7 +1310,7 @@ WITH_DEBUG=	yes
 # Reset value from bsd.own.mk.
 .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)
 STRIP=	#none
-MAKE_ENV=	DONTSTRIP=yes
+MAKE_ENV+=	DONTSTRIP=yes
 .endif
 
 .include "${PORTSDIR}/Mk/bsd.options.mk"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401272330.s0RNUCnn060362>