Author: jhb
Date: Tue Oct 23 19:04:05 2012
New Revision: 241961
URL: http://svn.freebsd.org/changeset/base/241961
Log:
Update the make version required to use an empty command for
NORMAL_CTFCONVERT to require the most recent MFC to 9.
Submitted by: Petr Lampa lampa fit vutbr cz
Modified:
stable/9/sys/conf/kern.pre.mk
Modified: stable/9/sys/conf/kern.pre.mk
==============================================================================
--- stable/9/sys/conf/kern.pre.mk Tue Oct 23 18:57:20 2012
(r241960)
+++ stable/9/sys/conf/kern.pre.mk Tue Oct 23 19:04:05 2012
(r241961)
@@ -138,7 +138,7 @@ NORMAL_FWO= ${LD} -b binary --no-warn-mi
.if ${MK_CTF} != "no"
NORMAL_CTFCONVERT= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
-.elif ${MAKE_VERSION} >= 5201111300
+.elif ${MAKE_VERSION} >= 9201210220
NORMAL_CTFCONVERT=
.else
NORMAL_CTFCONVERT= @:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"