<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/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>b58ea3e1 - Fix hand-rolled METALOG entries for installconfig during distributeworld</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#b58ea3e1</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:
            /freebsd-14.2/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>a8b8edb2 - Normalize deployment tools usage and definitions by putting into one place</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#a8b8edb2</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:
            /freebsd-14.2/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>a7b5a3d4 - pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#a7b5a3d4</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:
            /freebsd-14.2/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>5ec57af4 - Fix several places where tool name has been hardcoded:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#5ec57af4</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:
            /freebsd-14.2/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>376a4e32 - Move services to usr.sbin/services_mkdb/</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#376a4e32</link>
        <description>Move services to usr.sbin/services_mkdb/This is pkgbase related as it switches to CONFS to properly tag this as aconfig file.Approved by:	will (mentor)Differential Revision:	https://reviews.freebsd.org/D16848

            List of files:
            /freebsd-14.2/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Wed, 22 Aug 2018 21:22:40 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c98e6b1 - Replace fparseln(3) with getline(3) to remove dependency on libutil</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#8c98e6b1</link>
        <description>Replace fparseln(3) with getline(3) to remove dependency on libutil

            List of files:
            /freebsd-14.2/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Mon, 09 May 2016 20:04:22 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eccad222 - More -Wmissing-variable-declarations fixes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#eccad222</link>
        <description>More -Wmissing-variable-declarations fixes.In addition to adding missing `static&apos; keywords:- bin/dd: Pull in `extern.h&apos; to guarantee consistency with source file.- libexec/rpc.rusersd: Move shared globals into an extern.h.- libexec/talkd: Move `debug&apos; and `hostname&apos; into extern.h.- usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree.- usr.bin/m4: Move `end_result&apos; into extern.h.- usr.sbin/services_mkdb: Move shared globals into an extern.h.

            List of files:
            /freebsd-14.2/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Sat, 20 Oct 2012 10:33:15 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81a33b9c - MFC r206156, r206159, r206163: services_mkdb; generate db file</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#81a33b9c</link>
        <description>MFC r206156, r206159, r206163: services_mkdb; generate db filefrom services(5) to increase speed of getserv*()

            List of files:
            /freebsd-14.2/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Sun, 18 Apr 2010 04:15:21 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b25da7e - services_mkdb; generate db file from services(5) to increase</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/services_mkdb/Makefile#0b25da7e</link>
        <description>services_mkdb; generate db file from services(5) to increasespeed of getserv*()Obtained from:	NetBSDMFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.sbin/services_mkdb/Makefile</description>
        <pubDate>Sun, 04 Apr 2010 08:38:14 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
