svn commit: r241929 - stable/9/share/mk

John Baldwin jhb at FreeBSD.org
Tue Oct 23 12:37:45 UTC 2012


Author: jhb
Date: Tue Oct 23 12:37:44 2012
New Revision: 241929
URL: http://svn.freebsd.org/changeset/base/241929

Log:
  Update the make version required to use an empty command for CTFCONVERT_CMD
  to require the most recent MFC to 9.

Modified:
  stable/9/share/mk/bsd.own.mk

Modified: stable/9/share/mk/bsd.own.mk
==============================================================================
--- stable/9/share/mk/bsd.own.mk	Tue Oct 23 12:37:02 2012	(r241928)
+++ stable/9/share/mk/bsd.own.mk	Tue Oct 23 12:37:44 2012	(r241929)
@@ -642,7 +642,7 @@ MK_${vv:H}:=	${MK_${vv:T}}
 
 .if ${MK_CTF} != "no"
 CTFCONVERT_CMD=	${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
-.elif ${MAKE_VERSION} >= 5201111300
+.elif ${MAKE_VERSION} >= 9201210220
 CTFCONVERT_CMD=
 .else
 CTFCONVERT_CMD=	@:


More information about the svn-src-all mailing list