Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 21:36:19 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        Bryan Drewery <bdrewery@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r294915 - head/sys/conf
Message-ID:  <56A92A43.40309@selasky.org>
In-Reply-To: <56A91853.30103@FreeBSD.org>
References:  <201601271446.u0REkUOi081035@repo.freebsd.org> <56A91853.30103@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/27/16 20:19, Bryan Drewery wrote:
> On 1/27/2016 6:46 AM, Hans Petter Selasky wrote:
>> ==============================================================================
>> --- head/sys/conf/kern.post.mk	Wed Jan 27 14:16:13 2016	(r294914)
>> +++ head/sys/conf/kern.post.mk	Wed Jan 27 14:46:30 2016	(r294915)
>> @@ -186,12 +186,23 @@ genassym.o: $S/$M/$M/genassym.c
>>
>>   ${SYSTEM_OBJS} genassym.o vers.o: opt_global.h
>>
>> +# Normal files first
>> +CFILES_NORMAL=	${CFILES:N*/cddl/*:N*fs/nfsclient/nfs_clkdtrace*:N*/compat/linuxkpi/common/*:N*/ofed/*:N*/dev/mlx5/*}
>> +SFILES_NORMAL=	${SFILES:N*/cddl/*}
>> +

>
> I plan to nuke this code quite soon in favor of FAST_DEPEND. None of
> this or related hacks will be needed anymore.
>

OK, I guess you know what you are doing :-)

BTW: Have you thought about implementing -jX option for make depend, by 
splitting the source files which needs depend in to some kind of groups?

--HPS



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