Date: Sat, 7 Nov 2015 00:41:03 -0800 From: Craig Rodrigues <rodrigc@crodrigues.org> To: Bryan Drewery <bdrewery@freebsd.org> Cc: "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options Message-ID: <CAG=rPVcQqj5tb69_ZiugXDDkVN5uxZeKa1y-iO7U1TNV2eo3NA@mail.gmail.com> In-Reply-To: <201511060445.tA64jUjj063307@repo.freebsd.org> References: <201511060445.tA64jUjj063307@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 5, 2015 at 8:45 PM, Bryan Drewery <bdrewery@freebsd.org> wrote: > Author: bdrewery > Date: Fri Nov 6 04:45:29 2015 > New Revision: 290433 > URL: https://svnweb.freebsd.org/changeset/base/290433 > > Log: > Add a FAST_DEPEND option, off by default, which speeds up the build > significantly. > > Enabling this by default, for src or out-of-src, can be done once more > testing > has been done, such as a ports exp-run, and with more compilers. > I put WITH_FAST_DEPEND="yes" in make.conf for these builds: https://jenkins.freebsd.org/job/FreeBSD_HEAD https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc4.9 https://jenkins.freebsd.org/job/FreeBSD_HEAD_sparc64 For the FreeBSD_HEAD_sparc64 build, there is a weird failure on bootstrap: https://jenkins.freebsd.org/job/FreeBSD_HEAD_sparc64/1311/console If you put these entries in make.conf: TARGET=sparc64 WITH_FAST_DEPEND=yes and do: make -j 4 buildworld __MAKE_CONF=make.conf That seems to trigger it. Can you take a look? -- Craig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG=rPVcQqj5tb69_ZiugXDDkVN5uxZeKa1y-iO7U1TNV2eo3NA>