<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/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/stat/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/stat/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>1409e715e64d67b3093a889e63b33ef48e280ec8 - Merge ^/head r322398 through r322746.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#1409e715e64d67b3093a889e63b33ef48e280ec8</link>
        <description>Merge ^/head r322398 through r322746.

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Mon, 21 Aug 2017 13:56:47 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82baa8db5e9cd91f5bea24a2a4c06a4a409b786d - MFhead@r322515</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#82baa8db5e9cd91f5bea24a2a4c06a4a409b786d</link>
        <description>MFhead@r322515

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:28:49 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>188e46ab0332a7887da6f1eb5494d92076e3d31e - Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#188e46ab0332a7887da6f1eb5494d92076e3d31e</link>
        <description>Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`Non-tests/... changes:- Add HAS_TESTS= to Makefiles with libraries and programs to enable iteration  and propagate the appropriate environment down to *.test.mk.tests/... changes:- Add appropriate support Makefile.inc&apos;s to set HAS_TESTS in a minimal manner,  since tests/... is a special subdirectory tree compared to the others.MFC after:	2 monthsMFC with:	r322511Reviewed by:	arch (silence), testing (silence)Differential Revision:	D12014

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:21:37 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c09935728787235a761b6104c91ad6885ed4cd8 - Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiom</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#8c09935728787235a761b6104c91ad6885ed4cd8</link>
        <description>Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiom

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:14:06 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4198293b2568c3fa287e7bde71162e9d442f4305 - Merge ^/head r319801 through r320041.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#4198293b2568c3fa287e7bde71162e9d442f4305</link>
        <description>Merge ^/head r319801 through r320041.

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Sat, 17 Jun 2017 02:14:54 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21860bf93852e6ac1c02a7edfa665eda9e6d937a - Write up some basic tests for readlink(1)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#21860bf93852e6ac1c02a7edfa665eda9e6d937a</link>
        <description>Write up some basic tests for readlink(1)The tests exercise -f (f_flag), -n (n_flag), and no arguments (basic).MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Sun, 11 Jun 2017 23:13:12 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d4b97158fa99be390dba1c61c1d1f547852aef6 - Sync: merge r216133 through r216338 from ^/head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#6d4b97158fa99be390dba1c61c1d1f547852aef6</link>
        <description>Sync: merge r216133 through r216338 from ^/head.

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Thu, 09 Dec 2010 23:01:15 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d7233fd61504a4d2e3740d8fb4c121c78a278ecf - Fix an &quot;unused variable&quot; error that gets us all the way to WARNS=6</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#d7233fd61504a4d2e3740d8fb4c121c78a278ecf</link>
        <description>Fix an &quot;unused variable&quot; error that gets us all the way to WARNS=6

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Sun, 05 Dec 2010 22:33:05 +0100</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>254dd1666eaa21b0f7ecf37507e4ee0d44284abe - Let bsd.prog.mk set SRCS and MAN to their default values.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#254dd1666eaa21b0f7ecf37507e4ee0d44284abe</link>
        <description>Let bsd.prog.mk set SRCS and MAN to their default values.

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Fri, 28 Jan 2005 17:08:11 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c49d3c9bacf73bb61929f55a30b20f5009c9a2d9 - Remove unnecessary SRCS= where could be guessed directly by our</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#c49d3c9bacf73bb61929f55a30b20f5009c9a2d9</link>
        <description>Remove unnecessary SRCS= where could be guessed directly by ourbsd.*.mk infrasture.Obtained from:	ru

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Thu, 27 Jan 2005 15:52:47 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b812a140dd8247062b1d9d0b95a8bf5ad404528 - A cooperative effort...</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#5b812a140dd8247062b1d9d0b95a8bf5ad404528</link>
        <description>A cooperative effort...1. Update the code to the latest from NetBSD, which includes:* A new command line option to suppress stat(2) errors* Output is now done via stdio* Fixes for bitwise OR&apos;ing of letters2. Andrew from NetBSD merged in our own Johan&apos;s readlink patches.3. Andrew also merged in some brucifications.I made some small contributions to the header cleanup, and triedto generally improve the overall style(9)&apos;ishness. I also documentedthe new -q option and added the *LINKS to the Makefile.All responsibility for mistakes in merging the contributionsfrom the above is mine.Obtained from:	Andrew Brown &lt;atatat@NetBSD.org&gt;, bde, johan

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Tue, 13 Aug 2002 10:23:49 +0200</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>06b6d7d8a8ede4223caa3145964cb50f154090eb - Virgin import of NetBSD&apos;s stat(1)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#06b6d7d8a8ede4223caa3145964cb50f154090eb</link>
        <description>Virgin import of NetBSD&apos;s stat(1)

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Thu, 06 Jun 2002 21:27:17 +0200</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd3d071205da66f1a0dc33878dd3bb1962b900d0 - This commit was generated by cvs2svn to compensate for changes in r97952,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#dd3d071205da66f1a0dc33878dd3bb1962b900d0</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r97952,which included commits to RCS files with non-trunk default branches.

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Thu, 06 Jun 2002 21:27:17 +0200</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>254dd1666eaa21b0f7ecf37507e4ee0d44284abe - Let bsd.prog.mk set SRCS and MAN to their default values.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#254dd1666eaa21b0f7ecf37507e4ee0d44284abe</link>
        <description>Let bsd.prog.mk set SRCS and MAN to their default values.

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Fri, 28 Jan 2005 17:08:11 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c49d3c9bacf73bb61929f55a30b20f5009c9a2d9 - Remove unnecessary SRCS= where could be guessed directly by our</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#c49d3c9bacf73bb61929f55a30b20f5009c9a2d9</link>
        <description>Remove unnecessary SRCS= where could be guessed directly by ourbsd.*.mk infrasture.Obtained from:	ru

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Thu, 27 Jan 2005 15:52:47 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b812a140dd8247062b1d9d0b95a8bf5ad404528 - A cooperative effort...</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#5b812a140dd8247062b1d9d0b95a8bf5ad404528</link>
        <description>A cooperative effort...1. Update the code to the latest from NetBSD, which includes:* A new command line option to suppress stat(2) errors* Output is now done via stdio* Fixes for bitwise OR&apos;ing of letters2. Andrew from NetBSD merged in our own Johan&apos;s readlink patches.3. Andrew also merged in some brucifications.I made some small contributions to the header cleanup, and triedto generally improve the overall style(9)&apos;ishness. I also documentedthe new -q option and added the *LINKS to the Makefile.All responsibility for mistakes in merging the contributionsfrom the above is mine.Obtained from:	Andrew Brown &lt;atatat@NetBSD.org&gt;, bde, johan

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Tue, 13 Aug 2002 10:23:49 +0200</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>06b6d7d8a8ede4223caa3145964cb50f154090eb - Virgin import of NetBSD&apos;s stat(1)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#06b6d7d8a8ede4223caa3145964cb50f154090eb</link>
        <description>Virgin import of NetBSD&apos;s stat(1)

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Thu, 06 Jun 2002 21:27:17 +0200</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd3d071205da66f1a0dc33878dd3bb1962b900d0 - This commit was generated by cvs2svn to compensate for changes in r97952,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/stat/Makefile#dd3d071205da66f1a0dc33878dd3bb1962b900d0</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r97952,which included commits to RCS files with non-trunk default branches.

            List of files:
            /freebsd/usr.bin/stat/Makefile</description>
        <pubDate>Thu, 06 Jun 2002 21:27:17 +0200</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
