From owner-svn-src-all@freebsd.org Wed Jan 27 20:34:05 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92D2CA70FE8; Wed, 27 Jan 2016 20:34:05 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E327107C; Wed, 27 Jan 2016 20:34:05 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 1FF3B1FE023; Wed, 27 Jan 2016 21:34:01 +0100 (CET) Subject: Re: svn commit: r294915 - head/sys/conf To: Bryan Drewery , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201601271446.u0REkUOi081035@repo.freebsd.org> <56A91853.30103@FreeBSD.org> From: Hans Petter Selasky Message-ID: <56A92A43.40309@selasky.org> Date: Wed, 27 Jan 2016 21:36:19 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <56A91853.30103@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 20:34:05 -0000 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