<?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>b6eaf36a - MFC r339873:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#b6eaf36a</link>
        <description>MFC r339873: Set OPTIONS_UNSET in the argument list to env(1), and add AVAHI to the list.  This fixes the textproc/docproj build seemingly following FLAVORS being added. Specifically, the problem with the dependency chain here is: - textproc/docproj depends on print/cups, which sets AVAHI=on   by default; - net/avahi-app depends on devel/gobject-introspection, which   requires python3+; - graphics/netpbm depends on graphics/mesa-libs, which can   only be built with python2.7; - textproc/docproj depends on a number of graphics ports for   font rendering, etc.MFC r339875: Pass _BRANCH in the reldoc target to ensure the correct src branch is used when generating the hardware.html page.Approved by:	re (kib)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Wed, 31 Oct 2018 23:54:36 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6763b018 - Remove debug.witness.trace=0 from the installer sysctl.conf(5),</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#6763b018</link>
        <description>Remove debug.witness.trace=0 from the installer sysctl.conf(5),which should have been removed from stable/12 post-branch.This is a direct commit to stable/12.Reported by:	bdreweryApproved by:	re (kib)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Tue, 23 Oct 2018 16:24:26 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e49372e - Disable kernels_autodetect on installation media</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#6e49372e</link>
        <description>Disable kernels_autodetect on installation mediaThis feature is disabled on install media as these generally won&apos;t have anyinteresting kernels to be listed other than the default kernel, so thepotential performance penalty in these situations likely isn&apos;t worth it.Approved by:	re (kib)

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Thu, 11 Oct 2018 17:18:49 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8046db8b - Fix the hardware.{txt,html} build in the release/Makefile &apos;reldoc&apos;</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#8046db8b</link>
        <description>Fix the hardware.{txt,html} build in the release/Makefile &apos;reldoc&apos;target.The doc/share/mk/doc.commands.mk sets SVN to /usr/local/bin/svnby default, which is not necessarily installed by the documentationproject textproc/docproj port.Ensure SVN can be evaluated properly to include the hardware pagesby iterating through /usr/local/bin and /usr/bin and looking forboth svn and svnlite binaries, and pass the SVN variable explicitlythrough env(1) in the reldoc target to avoid failures if it does notexist.Approved by:	re (rgrimes)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Thu, 04 Oct 2018 01:46:56 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2502c66b - build: skip the database check when generating install media</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#2502c66b</link>
        <description>build: skip the database check when generating install mediaThere are several scripts and targets solely used to generate installmedia, make sure DB_FROM_SRC is used in that case in order to preventchecking the host database, which is irrelevant when generatinginstall binaries.Sponsored by:		Citrix Systems R&amp;DPR:			230459Reviewed by:		gjbDifferential revision:	https://reviews.freebsd.org/D16638

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Fri, 17 Aug 2018 07:27:15 +0000</pubDate>
        <dc:creator>Roger Pau Monn&#233; &lt;royger@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>496a6851 - Fix the reldoc target in release/Makefile following doc commit r51264.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#496a6851</link>
        <description>Fix the reldoc target in release/Makefile following doc commit r51264.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Thu, 07 Dec 2017 20:00:19 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>54a03abb - Run mm-mtree with whatever -j value the build is using.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#54a03abb</link>
        <description>Run mm-mtree with whatever -j value the build is using.Reviewed by:	gjbSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D12807

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Tue, 31 Oct 2017 00:03:29 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ea06b02 - Fix the &apos;reldoc&apos; target, following doc commit r51047.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#7ea06b02</link>
        <description>Fix the &apos;reldoc&apos; target, following doc commit r51047.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Thu, 05 Oct 2017 19:00:22 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f229143 - Allow passing NOPKG= to make(1) to prevent the pkg-stage target</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#8f229143</link>
        <description>Allow passing NOPKG= to make(1) to prevent the pkg-stage targetfrom getting executed.MFC after:	3 daysSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Thu, 06 Jul 2017 17:54:03 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>738919c0 - Remove groff from base</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#738919c0</link>
        <description>Remove groff from baseAll manpages in base are now compatible with mandoc(1), all roff documentationwill be relocated in the doc tree. man(1) can now use groff from the ports treeif it needs.Also remove checknr(1) and colcrt(1) which are only useful with groff.Approved by:	(no objections on the mailing lists)

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Wed, 07 Jun 2017 23:00:34 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fefd0439 - Allow PORTSDIR to be overridden in the pkg-stage target.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#fefd0439</link>
        <description>Allow PORTSDIR to be overridden in the pkg-stage target.Submitted by:	Johannes Jost Meixner (original)PR:		218393MFC after:	3 daysSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Mon, 22 May 2017 14:21:45 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13b0219a - Make sure we clean up the rdoc and reldoc directories if NODOC</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#13b0219a</link>
        <description>Make sure we clean up the rdoc and reldoc directories if NODOCis not set.MFC after:	3 daysSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Mon, 18 Jul 2016 15:50:54 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c0ef5db - Reduce the set of things on the disc1 image to those on the bootonly image.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#4c0ef5db</link>
        <description>Reduce the set of things on the disc1 image to those on the bootonly image.Notably, this removes the toolchain from the CD-ROM image (it remains on DVDimages) and pushes the CD-ROM image well below the 700 MB mark.MFC after:	10 days

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Wed, 13 Jul 2016 02:07:36 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32a4dda8 - Remove vestigial cloudware-install bits missed in r300767.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#32a4dda8</link>
        <description>Remove vestigial cloudware-install bits missed in r300767.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Thu, 26 May 2016 21:08:44 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01d57ec0 - Remove misspelled and redundant MK_INSTALLIB=no.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#01d57ec0</link>
        <description>Remove misspelled and redundant MK_INSTALLIB=no.

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Wed, 13 Apr 2016 20:43:02 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fdbd473c - Add a new target to touch the ${.OBJDIR}/release file, which</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#fdbd473c</link>
        <description>Add a new target to touch the ${.OBJDIR}/release file, whichindicates the &apos;release&apos; target has run (in order to preventsubsequent invocations that may clobber original build output).As is, the &apos;release&apos; target is a dummy target that does nothingmore than depend on subsequent targets.  Unless &apos;make obj&apos; isinvoked prior to &apos;make release&apos;, .OBJDIR and .CURDIR will alwaysbe &apos;/usr/src/release&apos; (or wherever /usr/src is located).When &apos;make release&apos; invokes &apos;make real-release&apos; (and subsequenttargets), .OBJDIR is not updated, which still leads to src/ treepollution.While arguably a hack, &apos;make release&apos; will invoke the originaldummy targets as originally intended, but instead of touching anempty file (or returing @true), will call a &apos;release-done&apos; targetthat will trigger the behavior that was intended to preventa subsequent invocation.Discussed with:	hrsMFC after:	3 daysX-MFC-With:	r293173Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Wed, 06 Jan 2016 05:23:25 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88343186 - Merge ^/projects/release-install-debug:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#88343186</link>
        <description>Merge ^/projects/release-install-debug:- Rework MANIFEST generation and parsing via bsdinstall(8).- Allow selecting debugging distribution sets during install.- Rework bsdinstall(8) to fetch remote debug distribution sets  when they are not available on the local install medium.- Allow selecting additional non-GENERIC kernels during install.  At present, GENERIC is still required, and installed by default.Tested with:	head@r293203Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Tue, 05 Jan 2016 21:05:17 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b9d8dd00 - Fix path to include .OBJDIR to avoid polluting the source</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#b9d8dd00</link>
        <description>Fix path to include .OBJDIR to avoid polluting the sourcetree during &apos;make release&apos;.MFC after:	3 daysSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 19:38:44 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34187a08 - Deprecate MD5 checksum generation in favor of SHA512.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#34187a08</link>
        <description>Deprecate MD5 checksum generation in favor of SHA512.This was discussed during the 10.2-RELEASE cycle, howeversince we were nearing the end of the cycle, we decided todefer this change until after 10.2-RELEASE.Reminded by:	so (delphij), jmgMFC after:	5 daysSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Wed, 14 Oct 2015 22:33:11 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c43376a - Whitespace alignment</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/release/Makefile#0c43376a</link>
        <description>Whitespace alignmentMFC after:	3 weeksX-MFC-to:	stable/10X-MFC-with:	287696

            List of files:
            /freebsd-12.1/release/Makefile</description>
        <pubDate>Fri, 11 Sep 2015 22:42:26 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
