svn commit: r241962 - stable/8/sys/conf

John Baldwin jhb at FreeBSD.org
Tue Oct 23 19:04:50 UTC 2012


Author: jhb
Date: Tue Oct 23 19:04:49 2012
New Revision: 241962
URL: http://svn.freebsd.org/changeset/base/241962

Log:
  Remove attempt to use an empty NORMAL_CTFCONVERT and always fall back to
  using a the null "@:" command if CTF is disabled.

Modified:
  stable/8/sys/conf/kern.pre.mk

Modified: stable/8/sys/conf/kern.pre.mk
==============================================================================
--- stable/8/sys/conf/kern.pre.mk	Tue Oct 23 19:04:05 2012	(r241961)
+++ stable/8/sys/conf/kern.pre.mk	Tue Oct 23 19:04:49 2012	(r241962)
@@ -137,8 +137,6 @@ NORMAL_FWO= ${LD} -b binary --no-warn-mi
 
 .if ${MK_CTF} != "no"
 NORMAL_CTFCONVERT=	${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
-.elif ${MAKE_VERSION} >= 5201111300
-NORMAL_CTFCONVERT=
 .else
 NORMAL_CTFCONVERT=	@:
 .endif


More information about the svn-src-all mailing list