<?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 WITHOUT_AUTO_OBJ</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Tue, 07 Nov 2017 08:39:14 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6e116eea97e79450fb8dcf81193f35dfc30fae1 - MFhead@r325383</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#f6e116eea97e79450fb8dcf81193f35dfc30fae1</link>
        <description>MFhead@r325383

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Sat, 04 Nov 2017 07:05:21 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>615a1e70b0a5b3e33ae0a0476c2170d12c12e008 - Enable AUTO_OBJ by default if the OBJDIR is writable, only for in-tree builds.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#615a1e70b0a5b3e33ae0a0476c2170d12c12e008</link>
        <description>Enable AUTO_OBJ by default if the OBJDIR is writable, only for in-tree builds.This can be disabled by putting WITHOUT_AUTO_OBJ=yes in /etc/src-env.conf, not/etc/src.conf, or passing it in the environment.The purpose of this rather than simply flipping the default of AUTO_OBJ to yesis to avoid hassling users with auto.obj.mk failures if the wanted OBJDIR isnot writable. It will fallback to writing to the source directory like it doestoday if MAKEOBJDIRPREFIX is not writable.The act of enabling MK_AUTO_OBJ disables all &apos;make obj&apos; treewalks sinceprevious work has made those not run if MK_AUTO_OBJ==yes in Makefile.inc1.Relnotes:	yesReviewed by:	sjgDiscussed at:	https://lists.freebsd.org/pipermail/freebsd-arch/2016-May/017805.htmlSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D12841

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Thu, 02 Nov 2017 18:09:07 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Tue, 07 Nov 2017 08:39:14 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6e116eea97e79450fb8dcf81193f35dfc30fae1 - MFhead@r325383</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#f6e116eea97e79450fb8dcf81193f35dfc30fae1</link>
        <description>MFhead@r325383

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Sat, 04 Nov 2017 07:05:21 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>615a1e70b0a5b3e33ae0a0476c2170d12c12e008 - Enable AUTO_OBJ by default if the OBJDIR is writable, only for in-tree builds.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#615a1e70b0a5b3e33ae0a0476c2170d12c12e008</link>
        <description>Enable AUTO_OBJ by default if the OBJDIR is writable, only for in-tree builds.This can be disabled by putting WITHOUT_AUTO_OBJ=yes in /etc/src-env.conf, not/etc/src.conf, or passing it in the environment.The purpose of this rather than simply flipping the default of AUTO_OBJ to yesis to avoid hassling users with auto.obj.mk failures if the wanted OBJDIR isnot writable. It will fallback to writing to the source directory like it doestoday if MAKEOBJDIRPREFIX is not writable.The act of enabling MK_AUTO_OBJ disables all &apos;make obj&apos; treewalks sinceprevious work has made those not run if MK_AUTO_OBJ==yes in Makefile.inc1.Relnotes:	yesReviewed by:	sjgDiscussed at:	https://lists.freebsd.org/pipermail/freebsd-arch/2016-May/017805.htmlSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D12841

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Thu, 02 Nov 2017 18:09:07 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Tue, 07 Nov 2017 08:39:14 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6e116eea97e79450fb8dcf81193f35dfc30fae1 - MFhead@r325383</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#f6e116eea97e79450fb8dcf81193f35dfc30fae1</link>
        <description>MFhead@r325383

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Sat, 04 Nov 2017 07:05:21 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>615a1e70b0a5b3e33ae0a0476c2170d12c12e008 - Enable AUTO_OBJ by default if the OBJDIR is writable, only for in-tree builds.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_AUTO_OBJ#615a1e70b0a5b3e33ae0a0476c2170d12c12e008</link>
        <description>Enable AUTO_OBJ by default if the OBJDIR is writable, only for in-tree builds.This can be disabled by putting WITHOUT_AUTO_OBJ=yes in /etc/src-env.conf, not/etc/src.conf, or passing it in the environment.The purpose of this rather than simply flipping the default of AUTO_OBJ to yesis to avoid hassling users with auto.obj.mk failures if the wanted OBJDIR isnot writable. It will fallback to writing to the source directory like it doestoday if MAKEOBJDIRPREFIX is not writable.The act of enabling MK_AUTO_OBJ disables all &apos;make obj&apos; treewalks sinceprevious work has made those not run if MK_AUTO_OBJ==yes in Makefile.inc1.Relnotes:	yesReviewed by:	sjgDiscussed at:	https://lists.freebsd.org/pipermail/freebsd-arch/2016-May/017805.htmlSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D12841

            List of files:
            /src/tools/build/options/WITHOUT_AUTO_OBJ</description>
        <pubDate>Thu, 02 Nov 2017 18:09:07 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
