<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>fe962e33d86f888b496b17251c8bedebf92be8ee - METALOG: Order keyword entries</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#fe962e33d86f888b496b17251c8bedebf92be8ee</link>
        <description>METALOG: Order keyword entriesTo facilitate comparison with mtree -C generated output, keep thekeywords ordered.No functional change intended.Reviewed by:	impMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D54872

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Mon, 26 Jan 2026 20:19:44 +0000</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b58ea3e1f7779aac4eebcec5dffc9ebef203e583 - Fix hand-rolled METALOG entries for installconfig during distributeworld</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#b58ea3e1f7779aac4eebcec5dffc9ebef203e583</link>
        <description>Fix hand-rolled METALOG entries for installconfig during distributeworldDuring distributeworld we call distribute on subdirectories, which inturn calls installconfig. However, this recursive installconfig callappends the distribution name (in these cases, &quot;base&quot;) to DESTDIR. Forinstall(1) this works fine as its -D argument comes from the top-levelMakefile.inc1, which passes the original DESTDIR, thereby resulting inthe METALOG entry having the distribution name as a prefix representingits true installed path relative to the root, but for the hand-rolledentries they do not use install(1) and thus do not have access to whatthe original DESTDIR was, resulting in the METALOG missing this prefix.Thus, pass down the name of the distribution via a new variable DISTBASE(chosen as Makefile.inc1 already uses that to convey this exact sameinformation to etc&apos;s distrib-dirs during distributeworld) and prependthis to the handful of manually-generated METALOG entries. For theinstallworld case this variable will be empty and so this behaves asbefore.Note that we need to be careful to avoid double slashes in the METALOG;distributeworld uses find | awk to split the single METALOG up intomultiple dist.meta files, and this relies on the paths in the METALOGhaving the exact prefix ./dist (or ./dist/usr/lib/debug).Reviewed by:	brooks, emasteDifferential Revision:	https://reviews.freebsd.org/D33997

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Mon, 28 Feb 2022 22:36:39 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8b8edb25e1d97b1872f699d31b43633d60d76b8 - Normalize deployment tools usage and definitions by putting into one place</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#a8b8edb25e1d97b1872f699d31b43633d60d76b8</link>
        <description>Normalize deployment tools usage and definitions by putting into one placeinstead of sprinkling them out over many disjoint files. This is a follow-upto achieve the same goal in an incomplete rev.348521.Approved by:	impMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D20520

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Tue, 07 Apr 2020 02:46:22 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 19:58:46 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7b5a3d48640f3f5898b05328d71c2949b6b7098 - pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#a7b5a3d48640f3f5898b05328d71c2949b6b7098</link>
        <description>pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeAll of them are needed to be able to boot to single user and be ableto repair a existing FreeBSD installation so put them directly intoFreeBSD-runtime.Reviewed by:    bapt, gjbDifferential Revision:  https://reviews.freebsd.org/D21503

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:13:08 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 16:20:50 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ec57af4b22f3fcfa3e93c00590f7b5f9348cd64 - Fix several places where tool name has been hardcoded:</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#5ec57af4b22f3fcfa3e93c00590f7b5f9348cd64</link>
        <description>Fix several places where tool name has been hardcoded:    install -&gt; ${INSTALL}    mtree -&gt; ${MTREE_CMD}    services_mkdb -&gt; ${SERVICES_MKDB_CMD}    cap_mkdb -&gt; ${CAP_MKDB_CMD}    pwd_mkdb -&gt; ${PWD_MKDB_CMD}    kldxref -&gt; ${KLDXREF_CMD}If you do custom FreeBSD builds you may want to override thosein some cases.Sponsored by:	Sippy Software, Inc.

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Sun, 02 Jun 2019 23:38:19 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7847e04111f2c2b06b36f6d19a46d78814d7836d - Merge ^/head r338026 through r338297, and resolve conflicts.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Fri, 24 Aug 2018 18:09:23 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe962e33d86f888b496b17251c8bedebf92be8ee - METALOG: Order keyword entries</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#fe962e33d86f888b496b17251c8bedebf92be8ee</link>
        <description>METALOG: Order keyword entriesTo facilitate comparison with mtree -C generated output, keep thekeywords ordered.No functional change intended.Reviewed by:	impMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D54872

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Mon, 26 Jan 2026 20:19:44 +0000</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b58ea3e1f7779aac4eebcec5dffc9ebef203e583 - Fix hand-rolled METALOG entries for installconfig during distributeworld</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#b58ea3e1f7779aac4eebcec5dffc9ebef203e583</link>
        <description>Fix hand-rolled METALOG entries for installconfig during distributeworldDuring distributeworld we call distribute on subdirectories, which inturn calls installconfig. However, this recursive installconfig callappends the distribution name (in these cases, &quot;base&quot;) to DESTDIR. Forinstall(1) this works fine as its -D argument comes from the top-levelMakefile.inc1, which passes the original DESTDIR, thereby resulting inthe METALOG entry having the distribution name as a prefix representingits true installed path relative to the root, but for the hand-rolledentries they do not use install(1) and thus do not have access to whatthe original DESTDIR was, resulting in the METALOG missing this prefix.Thus, pass down the name of the distribution via a new variable DISTBASE(chosen as Makefile.inc1 already uses that to convey this exact sameinformation to etc&apos;s distrib-dirs during distributeworld) and prependthis to the handful of manually-generated METALOG entries. For theinstallworld case this variable will be empty and so this behaves asbefore.Note that we need to be careful to avoid double slashes in the METALOG;distributeworld uses find | awk to split the single METALOG up intomultiple dist.meta files, and this relies on the paths in the METALOGhaving the exact prefix ./dist (or ./dist/usr/lib/debug).Reviewed by:	brooks, emasteDifferential Revision:	https://reviews.freebsd.org/D33997

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Mon, 28 Feb 2022 22:36:39 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8b8edb25e1d97b1872f699d31b43633d60d76b8 - Normalize deployment tools usage and definitions by putting into one place</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#a8b8edb25e1d97b1872f699d31b43633d60d76b8</link>
        <description>Normalize deployment tools usage and definitions by putting into one placeinstead of sprinkling them out over many disjoint files. This is a follow-upto achieve the same goal in an incomplete rev.348521.Approved by:	impMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D20520

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Tue, 07 Apr 2020 02:46:22 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 19:58:46 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7b5a3d48640f3f5898b05328d71c2949b6b7098 - pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#a7b5a3d48640f3f5898b05328d71c2949b6b7098</link>
        <description>pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeAll of them are needed to be able to boot to single user and be ableto repair a existing FreeBSD installation so put them directly intoFreeBSD-runtime.Reviewed by:    bapt, gjbDifferential Revision:  https://reviews.freebsd.org/D21503

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:13:08 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 16:20:50 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ec57af4b22f3fcfa3e93c00590f7b5f9348cd64 - Fix several places where tool name has been hardcoded:</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#5ec57af4b22f3fcfa3e93c00590f7b5f9348cd64</link>
        <description>Fix several places where tool name has been hardcoded:    install -&gt; ${INSTALL}    mtree -&gt; ${MTREE_CMD}    services_mkdb -&gt; ${SERVICES_MKDB_CMD}    cap_mkdb -&gt; ${CAP_MKDB_CMD}    pwd_mkdb -&gt; ${PWD_MKDB_CMD}    kldxref -&gt; ${KLDXREF_CMD}If you do custom FreeBSD builds you may want to override thosein some cases.Sponsored by:	Sippy Software, Inc.

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Sun, 02 Jun 2019 23:38:19 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7847e04111f2c2b06b36f6d19a46d78814d7836d - Merge ^/head r338026 through r338297, and resolve conflicts.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/services_mkdb/Makefile#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /src/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Fri, 24 Aug 2018 18:09:23 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
