<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>7b9c912c41f484b0fe75b30fbac465cc984e56b2 - find: Add GNU find&apos;s -printf</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#7b9c912c41f484b0fe75b30fbac465cc984e56b2</link>
        <description>find: Add GNU find&apos;s -printfImplements most of gnu find&apos;s -printf predicate. However, the &apos;#&apos;, &apos;-&apos;,&apos;.&apos; and size format modifiers are unimplemented, as are %P, %H, %F, %y,and %Y formats. Follows what I think it should do based on the infopage, I&apos;ve not looked at the gnu find code.Sponsored by:		NetflixDiscussed with:		des, jillesReviewed by:		pauamma@gundo.com (man)Differential Revision: https://reviews.freebsd.org/D38138

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Fri, 25 Jul 2025 18:30:06 +0200</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://kernelsources.org:8080/source/history/freebsd/usr.bin/find/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:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</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://kernelsources.org:8080/source/history/freebsd/usr.bin/find/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:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</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://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93c43690960274dd3bb67b1ee0f1dd3ca4d13def - pkgbase: Put more binaries/lib in runtime</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#93c43690960274dd3bb67b1ee0f1dd3ca4d13def</link>
        <description>pkgbase: Put more binaries/lib in runtimeMove some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime.This is everything needed to boot to multiuser with FreeBSD-rc installed.MFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33435

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Tue, 14 Dec 2021 15:31:30 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3a6ea5ba6b5a84a0884ae398920378d8efce268 - Allow compiling usr.bin/find on Linux and Mac</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#c3a6ea5ba6b5a84a0884ae398920378d8efce268</link>
        <description>Allow compiling usr.bin/find on Linux and MacWhen building FreeBSD the makefiles invoke find with various flags such as`-s` that aren&apos;t supported in the native /usr/bin/find. To fix this Ibuild the FreeBSD version of find and use that when crossbuilding.Inserting lots if #ifdefs in the code is rather ugly but I don&apos;t see abetter solution.Reviewed By:	brooks (mentor)Approved By:	jhb (mentor)Differential Revision: https://reviews.freebsd.org/D13306

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Tue, 06 Feb 2018 16:41:26 +0100</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b49587c3dd54aed8eb103d838a89ca79484a9b6 - Merge ^/head r327341 through r327623.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#4b49587c3dd54aed8eb103d838a89ca79484a9b6</link>
        <description>Merge ^/head r327341 through r327623.

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Sat, 06 Jan 2018 17:13:17 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d75d6c9d57a4de9463d5cd025aff6d8b2c65f1f - find: Link tests to the build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#9d75d6c9d57a4de9463d5cd025aff6d8b2c65f1f</link>
        <description>find: Link tests to the build

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Sun, 31 Dec 2017 20:24:13 +0100</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8a0fe102c0cfdfcd5b818f850eff09d8536c9bc - find(1): Fix -newer and -samefile to conform to POSIX[0]</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#d8a0fe102c0cfdfcd5b818f850eff09d8536c9bc</link>
        <description>find(1): Fix -newer and -samefile to conform to POSIX[0]By default, or with the -P flag, find(1) should evaluate paths &quot;physically.&quot;For symlinks, this means using the link itself instead of the target.Historically (since the import of BSD 4.4-lite from CSRG), find(1) hasfailed to refer to the link itself, at least for -newer and -samefile.[0]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.htmlPR:		222698Reported by:	Harald Schmalzbauer &lt;bugzilla.freebsd AT omnilan.de&gt;Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Fri, 29 Dec 2017 23:08:43 +0100</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db20b28ab28ce7e08cf33f1b44d82e4cb3 - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#478290db20b28ab28ce7e08cf33f1b44d82e4cb3</link>
        <description>Check in first src/tests snapshot from NetBSD anoncvsSources were obtained like so:% export CVSROOT=&quot;anoncvs@anoncvs.NetBSD.org:/cvsroot&quot;% cvs -z9 co -D &quot;09/30/2014 20:45&quot; -P src/tests% mv src/tests/* tests/dist/.&apos;*CVS*&apos; has been added to svn:ignore to ease updating periodically fromupstreamSome line ending issues had to be resolved with test outputs and scriptsvia dos2unix and by deleting the eol-style property set in usr.bin/sortDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 06:07:17 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1d015864103b253b3fcb2f72a0da5b0cfeb31b6 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#d1d015864103b253b3fcb2f72a0da5b0cfeb31b6</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Thu, 05 Sep 2013 22:18:59 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40f65a4df509c6b29b9e72407c7afefe28838844 - IFC @ r254014</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#40f65a4df509c6b29b9e72407c7afefe28838844</link>
        <description>IFC @ r254014

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Wed, 07 Aug 2013 02:09:49 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>552311f4bb98c81b1b9e0e81d74e0262fc12110b - IFC @253398</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#552311f4bb98c81b1b9e0e81d74e0262fc12110b</link>
        <description>IFC @253398

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Wed, 17 Jul 2013 03:32:29 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e659f9491705cacb49bd0154b1c23704f55ed0d - Add the Clang specific -Wmissing-variable-declarations to WARNS=6.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#7e659f9491705cacb49bd0154b1c23704f55ed0d</link>
        <description>Add the Clang specific -Wmissing-variable-declarations to WARNS=6.This compiler flag enforces that that people either mark variablesstatic or use an external declarations for the variable, similar to how-Wmissing-prototypes works for functions.Due to the fact that Yacc/Lex generate code that cannot trivially bechanged to not warn because of this (lots of yy* variables), add aNO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off thisspecific compiler warning.Announced on:	toolchain@

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Fri, 19 Apr 2013 21:45:00 +0200</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f5883ad7c4a8777ba819355c8d5d81aeb45bddb - Remove unneeded CFLAGS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#7f5883ad7c4a8777ba819355c8d5d81aeb45bddb</link>
        <description>Remove unneeded CFLAGS.

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Wed, 10 Feb 2010 08:15:21 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da96b4498519f66f3f5fe72d1474bf13f7d - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#b7946da96b4498519f66f3f5fe72d1474bf13f7d</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:27:05 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46c2bd61034fa8a6dd5233e57931e9d8bec95228 - - Make find(1) WARNS?= 6 clean</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/find/Makefile#46c2bd61034fa8a6dd5233e57931e9d8bec95228</link>
        <description>- Make find(1) WARNS?= 6 clean- Bump to WARNS?= 6Approved by:	stefanf, grehan (mentor)

            List of files:
            /freebsd/usr.bin/find/Makefile</description>
        <pubDate>Tue, 25 Jan 2005 15:07:25 +0100</pubDate>
        <dc:creator>Suleiman Souhlal &lt;ssouhlal@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
