svn commit: r349408 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Mar 28 11:23:38 UTC 2014


Author: bapt
Date: Fri Mar 28 11:23:38 2014
New Revision: 349408
URL: http://svnweb.freebsd.org/changeset/ports/349408
QAT: https://qat.redports.org/buildarchive/r349408/

Log:
  Automatically convert install-strip target into install target if the debug version is being built

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Mar 28 11:04:54 2014	(r349407)
+++ head/Mk/bsd.port.mk	Fri Mar 28 11:23:38 2014	(r349408)
@@ -1597,6 +1597,7 @@ MAKE_ENV+=	DONTSTRIP=yes
 STRIP_CMD=	${TRUE}
 DEBUG_FLAGS?=	-g
 CFLAGS:=		${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS}
+INSTALL_TARGET:=	${INSTALL_TARGET:S/^install-strip$/install/g}
 .endif
 
 .if defined(WITH_SSP) || defined(WITH_SSP_PORTS)


More information about the svn-ports-head mailing list