<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2cb4785a - MFC r348241:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#2cb4785a</link>
        <description>MFC r348241:Modernize the MAKE_JUST_KERNELS hint in the top-level makefile.

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Fri, 31 May 2019 15:05:54 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d506db7e - MFC r346056:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#d506db7e</link>
        <description>MFC r346056:Fix a typo when sanity checking in the bootstrap-tools targetThe path is incorrect for the linker in the error message. It should have been/usr/bin/ld, not /usr/bin/cc .

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Thu, 25 Apr 2019 21:42:02 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa781e2d - MFC r340242:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#aa781e2d</link>
        <description>MFC r340242:Add a top-level make target to rebuild all sysent files.The sysent target is useful when changing makesyscalls.sh, whenmaking paired changes to syscalls.master files, or in a future wherefreebsd32 sysent entries are built from the default syscalls.master.Reviewed by:	bdreweryObtained from:	CheriBSDSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D17899

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Wed, 30 Jan 2019 23:36:02 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d809e8ae - MFC r340328</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#d809e8ae</link>
        <description>MFC r340328Update comment about &apos;universe&apos; disk usageIt&apos;s 167 GB now (or 81 GB with ZFS lz4).Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Tue, 27 Nov 2018 19:44:04 +0000</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6d4316a - Don&apos;t include the broken riscv64sf TARGET_ARCH in universe.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#e6d4316a</link>
        <description>Don&apos;t include the broken riscv64sf TARGET_ARCH in universe.riscv64sf has been broken due to duplicate symbols for months anddegrades the quality of universe builds.  Remove it until this isresolved leaving a comment to it is not re-added.PR:		232085Reviewed by:	emasteApproved by:	re (gjb, kib)Sponsored by:	DARPA, AFRL

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Tue, 09 Oct 2018 22:22:15 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f1d4007 - import mandoc 1.14.1</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#1f1d4007</link>
        <description>import mandoc 1.14.1

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Thu, 20 Sep 2018 07:33:14 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43a67e02 - Import OpenSSL 1.0.2p.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#43a67e02</link>
        <description>Import OpenSSL 1.0.2p.

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Tue, 14 Aug 2018 16:18:14 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b6b96c9 - As discussed several times on freebsd-arch, start to decommission armeb.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#8b6b96c9</link>
        <description>As discussed several times on freebsd-arch, start to decommission armeb.Remove armeb/arm from KNOWN_ARCHS.Remove armeb from arm universe targets.Differential Revision:	https://reviews.freebsd.org/D16257

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Tue, 17 Jul 2018 23:23:34 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b38b45af - tinderbox: If the clang lookup fails fallback to the old default behavior.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#b38b45af</link>
        <description>tinderbox: If the clang lookup fails fallback to the old default behavior.This fixes errors from the MK_CLANG_BOOTSTRAP/MK_LLD_BOOTSTRAP lookupsto not force using XCC/XLD but to rather just build them as normal byallowing their own bootstrap logic to work.MFC after:	3 weeksX-MFC-with:	r335711 r335769Sponsored by:	Dell EMC

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Thu, 28 Jun 2018 18:22:20 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32cec12c - Include existing MAKE_PARAMS_&lt;target&gt; when determining the universe toolchain.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#32cec12c</link>
        <description>Include existing MAKE_PARAMS_&lt;target&gt; when determining the universe toolchain.This fixes a warning for each RISCV target during universe by passing inthe required CROSS_TOOLCHAIN setting which will in turn setCROSS_BINUTILS_PREFIX correctly.  It also ensures that a tinderbox builduses the correct compiler for riscv.  Previously it was using the sharedclang compiler instead of riscv64-gcc.Reviewed by:	bdrewerySponsored by:	DARPA / AFRLDifferential Revision:	https://reviews.freebsd.org/D16049

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Thu, 28 Jun 2018 18:19:46 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37e29448 - Fix typo in top-level Makefile</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#37e29448</link>
        <description>Fix typo in top-level MakefileSubmitted by:	Ben Widawsky &lt;ben.widawsky@intel.com&gt;MFC after:	3 daysX-MFC-to:	stable/11 stable/10Sponsored by:	Smule, Inc.Differential Revision:	https://reviews.freebsd.org/P186

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Wed, 27 Jun 2018 22:15:50 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01f124b4 - tinderbox: Only build clang/lld once if needed.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#01f124b4</link>
        <description>tinderbox: Only build clang/lld once if needed.Need to handle LLD_BOOTSTRAP separately (for archs like i386).This would be much better off with an off-by-default option likeSHARED_TOOLCHAIN that universe force-enabled.  Then a normal buildworldwould store the toolchain there if enabled and otherwise in WORLDTMPwith only the 1 arch selected.MFC after:	3 weeksSponsored by:	Dell EMC

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Wed, 27 Jun 2018 16:58:10 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58167238 - tinderbox: Give details about kernel builds.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#58167238</link>
        <description>tinderbox: Give details about kernel builds.This is a bit noisy now but it was silent before leading towondering if it was doing anything.MFC after:	1 weekSuggested by:	rpokalaSponsored by:	Dell EMC

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Wed, 27 Jun 2018 16:57:59 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4060185 - Only look for NOTES as needed.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#d4060185</link>
        <description>Only look for NOTES as needed.Sponsored by:	Dell EMC

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Wed, 20 Jun 2018 19:45:04 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7d84af8 - Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#a7d84af8</link>
        <description>Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible.This works similar to WITH_SYSTEM_COMPILER added in r300354.  It onlysupports lld via WITH_LLD_BOOTSTRAP.When both SYSTEM_COMPILER and SYSTEM_LINKER logic passes then libclangwill not build in cross-tools.  If either check fails though thenlibclang is built.The .info is reworked to notify when libclang will be built since ifeither clang or lld needs to be rebuilt, but not the other, thenotification can lead to confusion on why &quot;clang is building&quot;.-fuse-ld= is not used with this method so some combinations of compilerand linker are expected to fail.A new &apos;make test-system-linker&apos; target is added to see the logic results.Makefile.inc1:  CROSS_BINUTILS_PREFIX support had to be moved higher up so that XLD  could be set and MK_LLD_BOOTSTRAP disabled before checking SYSTEM_LINKER  logic as done with SYSTEM_COMPILER.  This also required moving where  bsd.linker.mk was read since XLD needs to be set before parsing it.  This  creates a situation where src.opts.mk can not test LINKER_FEATURES or  add LLD_BOOTSTAP to BROKEN_OPTIONS.Reviewed by:	emaste (earlier version)Sponsored by:	Dell EMCDifferential Revision:	https://reviews.freebsd.org/D15894

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Wed, 20 Jun 2018 16:10:14 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff3a8b34 - Restore arm, riscv, sparc64, and mips to UNIVERSE after r334128</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#ff3a8b34</link>
        <description>Restore arm, riscv, sparc64, and mips to UNIVERSE after r334128

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Thu, 24 May 2018 14:01:22 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e98bbcf9 - libpmcstat: compile in events based on json description</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#e98bbcf9</link>
        <description>libpmcstat: compile in events based on json description

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Thu, 24 May 2018 04:30:06 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5646a62 - Import tzdata 2018e</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#e5646a62</link>
        <description>Import tzdata 2018e

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Fri, 04 May 2018 10:10:21 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87ec209e - Import ELF Tool Chain snapshot at r3614</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#87ec209e</link>
        <description>Import ELF Tool Chain snapshot at r3614From http://svn.code.sf.net/p/elftoolchain/code/

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Fri, 27 Apr 2018 12:02:11 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>02be298e - Import OpenSSL 1.0.2o.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/Makefile#02be298e</link>
        <description>Import OpenSSL 1.0.2o.

            List of files:
            /freebsd-12.1/Makefile</description>
        <pubDate>Tue, 27 Mar 2018 17:03:01 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
