<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/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.bin/fortune/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>bdcbfde31e8e9b343f113a1956384bdf30d1ed62 - usr.bin: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/Makefile#bdcbfde31e8e9b343f113a1956384bdf30d1ed62</link>
        <description>usr.bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /src/usr.bin/fortune/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +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.bin/fortune/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/fortune/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/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.bin/fortune/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>bdcbfde31e8e9b343f113a1956384bdf30d1ed62 - usr.bin: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/Makefile#bdcbfde31e8e9b343f113a1956384bdf30d1ed62</link>
        <description>usr.bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /src/usr.bin/fortune/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +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.bin/fortune/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/fortune/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>60647474d9924bf86bd1de0b765a41b412f44e97 - Don&apos;t rely on dependency in Makefile.inc1 for strfile; make datfiles depend on strfile</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/Makefile#60647474d9924bf86bd1de0b765a41b412f44e97</link>
        <description>Don&apos;t rely on dependency in Makefile.inc1 for strfile; make datfiles depend on strfileIn most cases strfile is built as part of build-tools, but in the event that someonecd&apos;ed to the directory, tried to build from scratch, and had MK_GAMES=no previously,the build would fail in .../datfiles , trying to find strfile .Mark this directory tree &quot;SUBDIR_PARALLEL&quot; safe to help facilitate this, instead ofshuffling around the SUBDIR entries (all of the other Makefiles will build standalone).MFC after:	1 weekSponsored by:	Dell EMC Isilon

            List of files:
            /src/usr.bin/fortune/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 04:33:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ae1554a5d9b318f8ad53ccc39fa5a961403da73 - Final step of eliminating the &quot;games&quot; distribution: Merge src/games</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/Makefile#6ae1554a5d9b318f8ad53ccc39fa5a961403da73</link>
        <description>Final step of eliminating the &quot;games&quot; distribution: Merge src/games(or what&apos;s left of it, at least) into src/usr.bin.This change will not be MFCed.Discussed at:   EuroBSDCon 2014Committed from: EuroBSDCon 2015

            List of files:
            /src/usr.bin/fortune/Makefile</description>
        <pubDate>Fri, 02 Oct 2015 10:08:11 +0000</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f17947b74a40395b039169195bbeda7d59b1dd01 - Localize it.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/Makefile#f17947b74a40395b039169195bbeda7d59b1dd01</link>
        <description>Localize it.off_t -&gt; long.Install strfile &amp; unstr-Wall cleanupFix matching bug with offensive database

            List of files:
            /src/usr.bin/fortune/Makefile</description>
        <pubDate>Mon, 27 May 1996 22:43:43 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c12a60de93e437e6d2da41797fbd9bb4c0ec3041 - Find caesar and strfile properly.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/Makefile#c12a60de93e437e6d2da41797fbd9bb4c0ec3041</link>
        <description>Find caesar and strfile properly.Generate .dat files on build state

            List of files:
            /src/usr.bin/fortune/Makefile</description>
        <pubDate>Mon, 27 May 1996 09:31:46 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d28db85ed56cbf42a506bdfd1a713fbcd7db03d3 - &quot;distribute&quot; games into their own distribution.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/Makefile#d28db85ed56cbf42a506bdfd1a713fbcd7db03d3</link>
        <description>&quot;distribute&quot; games into their own distribution.Reviewed by:Submitted by:Obtained from:

            List of files:
            /src/usr.bin/fortune/Makefile</description>
        <pubDate>Mon, 14 Nov 1994 20:10:49 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b42fe9258eada324671285f1a62e8856f5c459f - Add datfiles to SUBDIR for obj target too.  &quot;make install&quot; wrote to the</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/Makefile#1b42fe9258eada324671285f1a62e8856f5c459f</link>
        <description>Add datfiles to SUBDIR for obj target too.  &quot;make install&quot; wrote to thesource directory and failed when the source directory was nfs mounted.This was fixed in 1.1.5.  Sigh.

            List of files:
            /src/usr.bin/fortune/Makefile</description>
        <pubDate>Thu, 08 Sep 1994 10:51:48 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>554eb505f88b72f17fd718c5b2c4cff707c0f817 - Bring in the 4.4 Lite games directory, modulo man page changes and segregation</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/fortune/Makefile#554eb505f88b72f17fd718c5b2c4cff707c0f817</link>
        <description>Bring in the 4.4 Lite games directory, modulo man page changes and segregationof the x11 based games.  I&apos;m not going to tag the originals with bsd_44_liteand do this in two stages since it&apos;s just not worth it for this collection,and I&apos;ve got directory renames to deal with that way.  Bleah.Submitted by:	jkh

            List of files:
            /src/usr.bin/fortune/Makefile</description>
        <pubDate>Sun, 04 Sep 1994 04:03:31 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
