Date: Mon, 27 Jan 2014 23:23:51 +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: r341474 - head/Mk Message-ID: <201401272323.s0RNNpnj059562@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 27 23:23:50 2014 New Revision: 341474 URL: http://svnweb.freebsd.org/changeset/ports/341474 QAT: https://qat.redports.org/buildarchive/r341474/ Log: Add DONTSTRIP to MAKE_ENV to prevent install(1) from stripping the binaries when WITH_DEBUG is set Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Jan 27 23:16:41 2014 (r341473) +++ head/Mk/bsd.port.mk Mon Jan 27 23:23:50 2014 (r341474) @@ -1310,6 +1310,7 @@ WITH_DEBUG= yes # Reset value from bsd.own.mk. .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) STRIP= #none +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?201401272323.s0RNNpnj059562>