svn commit: r341474 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 23:23:51 UTC 2014


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"


More information about the svn-ports-all mailing list