Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 16:20:56 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Andrey Chernov <ache@freebsd.org>
Cc:        svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   Re: svn commit: r241962 - stable/8/sys/conf
Message-ID:  <201210231620.56440.jhb@freebsd.org>
In-Reply-To: <5086ECF5.3050707@freebsd.org>
References:  <201210231904.q9NJ4niV036046@svn.freebsd.org> <5086ECF5.3050707@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, October 23, 2012 3:16:05 pm Andrey Chernov wrote:
> On 23.10.2012 23:04, John Baldwin wrote:
> >   Remove attempt to use an empty NORMAL_CTFCONVERT and always fall back to
> >   using a the null "@:" command if CTF is disabled.
> 
> Thanks for merging. BTW, you can merge make change into branch 8 too and use
> complex check like that
> 
> .elif (${MAKE_VERSION} >= 8<fix_merged> && ${MAKE_VERSION} < 9000000000) || ${MAKE_VERSION} >= 9201210220
> 
> to keep mk files similar everywhere.
> I don't know it worth efforts and don't check the make change compatible with 
> branch 8.

I considered it a bit risky to merge the make changes to 8 (make in 8 and 9
are not identical), so I went with the simpler fix.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210231620.56440.jhb>