<?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>2d6c5614aab89a93c56ef1ebff6817a024d17476 - move ch{own,grp}(8) and tee(1) to FreeBSD-runtime</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#2d6c5614aab89a93c56ef1ebff6817a024d17476</link>
        <description>move ch{own,grp}(8) and tee(1) to FreeBSD-runtimechown and chgrp are almost essential for system management; inparticular, a lot of rc.d scripts rely on them.  tee is quitecommonly used in shell scripts, and is small enough that there&apos;sno real need for it to be in -utilities.PR:	287014Reviewed by:	dch, manu, des, emasteApproved by:	des (mentor)Differential Revision:	https://reviews.freebsd.org/D50497

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Tue, 27 May 2025 09:35:49 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85ff0b08ee699ff323404727998993275b4d2e2a - tee: add some basic tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#85ff0b08ee699ff323404727998993275b4d2e2a</link>
        <description>tee: add some basic testsThe cases are ordered in such a way that we naturally progress throughthe functionality, with the earliest failures perhaps shedding light onany later failures.sysutils/porch is used for one test if it&apos;s available, just to cleanlycheck that SIGINT is being ignored properly.Reviewed by:	des, emasteDifferential Revision:	https://reviews.freebsd.org/D48195

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Sun, 20 Apr 2025 18:34:50 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@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/tee/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/tee/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/tee/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/tee/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/tee/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/tee/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>131f7ce586e9ecae3010b90dc9dfb348e681d545 - Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#131f7ce586e9ecae3010b90dc9dfb348e681d545</link>
        <description>Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Wed, 12 Dec 2001 01:06:52 +0100</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f5b04e925d068b053cc41bae3d3c25a5325062c - Style improvements recommended by Bruce as a follow up to some</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#9f5b04e925d068b053cc41bae3d3c25a5325062c</link>
        <description>Style improvements recommended by Bruce as a follow up to someof the recent WARNS commits. The idea is:1) FreeBSD id tags should follow vendor tags.2) Vendor tags should not be compiled (though copyrights probably should).3) There should be no blank line between including cdefs and __FBSDIF.

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Mon, 10 Dec 2001 22:13:08 +0100</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c83caf7b8d549842ac9ac2d9a07e1cef97512297 - Warns cleanups. Add FreeBSD ID to Makefile.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#c83caf7b8d549842ac9ac2d9a07e1cef97512297</link>
        <description>Warns cleanups. Add FreeBSD ID to Makefile.

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Mon, 03 Dec 2001 22:37:35 +0100</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d9027575220cb6dd09b3e62f03f511e908b8 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#9b50d9027575220cb6dd09b3e62f03f511e908b8</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Fri, 27 May 1994 14:33:43 +0200</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>131f7ce586e9ecae3010b90dc9dfb348e681d545 - Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#131f7ce586e9ecae3010b90dc9dfb348e681d545</link>
        <description>Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Wed, 12 Dec 2001 01:06:52 +0100</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f5b04e925d068b053cc41bae3d3c25a5325062c - Style improvements recommended by Bruce as a follow up to some</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#9f5b04e925d068b053cc41bae3d3c25a5325062c</link>
        <description>Style improvements recommended by Bruce as a follow up to someof the recent WARNS commits. The idea is:1) FreeBSD id tags should follow vendor tags.2) Vendor tags should not be compiled (though copyrights probably should).3) There should be no blank line between including cdefs and __FBSDIF.

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Mon, 10 Dec 2001 22:13:08 +0100</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c83caf7b8d549842ac9ac2d9a07e1cef97512297 - Warns cleanups. Add FreeBSD ID to Makefile.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#c83caf7b8d549842ac9ac2d9a07e1cef97512297</link>
        <description>Warns cleanups. Add FreeBSD ID to Makefile.

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Mon, 03 Dec 2001 22:37:35 +0100</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d9027575220cb6dd09b3e62f03f511e908b8 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/tee/Makefile#9b50d9027575220cb6dd09b3e62f03f511e908b8</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd/usr.bin/tee/Makefile</description>
        <pubDate>Fri, 27 May 1994 14:33:43 +0200</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
