<?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/bin/rm/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/bin/rm/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>90aea514c6249118e880d75972d063362f4bf492 - bin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#90aea514c6249118e880d75972d063362f4bf492</link>
        <description>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/bin/rm/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/bin/rm/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/bin/rm/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>c0b5e99154254294ae5c679d3f5b023c6ecf8f89 - Merge ^/head r338595 through r338689, and resolve conflicts.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#c0b5e99154254294ae5c679d3f5b023c6ecf8f89</link>
        <description>Merge ^/head r338595 through r338689, and resolve conflicts.

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Fri, 14 Sep 2018 21:50:36 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>19b4f0dca0cf914fa9a60c824f5dfe6be962c703 - Fix unlink(1) for files starting with -</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#19b4f0dca0cf914fa9a60c824f5dfe6be962c703</link>
        <description>Fix unlink(1) for files starting with -Restore the original behavior of unlink(1), passing the provided filenamedirectly to unlink(2), handling the first argument being &quot;--&quot; correctly.This fixes &quot;unlink -foo&quot;, broken in r97533.PR:		228448Submitted by:	Brennan Vincent &lt;brennan@umanwizard.com&gt; (original version)Submitted by:	Yuri PankovReported by:	Brennan Vincent &lt;brennan@umanwizard.com&gt;Reviewed by:	emaste, kevans, vangyzen, 0mpApproved by:	re (delphij)Differential Revision: https://reviews.freebsd.org/D17132

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Wed, 12 Sep 2018 21:41:16 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac2875fa16f0a3747b0e3f249814c4297605be61 - Explicitly add unmarked bin/ binaries to the runtime package.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#ac2875fa16f0a3747b0e3f249814c4297605be61</link>
        <description>Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded later.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 17:58:50 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@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/bin/rm/Makefile#c49d3c9bacf73bb61929f55a30b20f5009c9a2d9</link>
        <description>Remove unnecessary SRCS= where could be guessed directly by ourbsd.*.mk infrasture.Obtained from:	ru

            List of files:
            /freebsd/bin/rm/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>ced4deb156372dcbc91d72ffe539874be6d406e4 - Revert previous delta, which is not required with rev 1.5 of</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#ced4deb156372dcbc91d72ffe539874be6d406e4</link>
        <description>Revert previous delta, which is not required with rev 1.5 ofsrc/contrib/gcc/c-format.c .

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Mon, 15 Jul 2002 14:08:21 +0200</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3ee32f3f72b616867d19e5abbd1ebd4d3ae1052 - Set WFORMAT=0, because our compiler currently complains about NULL</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#a3ee32f3f72b616867d19e5abbd1ebd4d3ae1052</link>
        <description>Set WFORMAT=0, because our compiler currently complains about NULLarg 2 to err() and friends, and warnings are promoted to errors.This allows the following revisions to be reverted:	rev 1.39	src/bin/cp/cp.c	rev 1.26	src/bin/chmod/chmod.c	rev 1.40	src/bin/rm/rm.cThe following revisions can already be reverted, because they werealready covered by WFORMAT=0:	rev 1.8		src/bin/ls/lomac.c	rev 1.63	src/bin/ls/ls.c	rev 1.8		src/bin/ps/lomac.c	rev 1.34	src/bin/rcp/rcp.c

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Thu, 11 Jul 2002 10:45:38 +0200</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a748290789444352877e207721a7db215206cc9a - Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#a748290789444352877e207721a7db215206cc9a</link>
        <description>Default to WARNS=2.  Binary builds that cannot handle this must explicitlyset WARNS=0.Reviewed by:	mike

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Tue, 04 Dec 2001 02:57:47 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b91c884fda0a18e8d23b3adfab84fd340efafdc6 - Set WARNS=2 on programs which compile cleanly.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#b91c884fda0a18e8d23b3adfab84fd340efafdc6</link>
        <description>Set WARNS=2 on programs which compile cleanly.Submitted by:	Mike Barcroft &lt;mike@q9media.com&gt;

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Sun, 15 Jul 2001 12:30:46 +0200</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>141d77b8cb6272fbbad34df51417ca2797f01e12 - Switch over to using the new fflagstostr and strtofflags library calls.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#141d77b8cb6272fbbad34df51417ca2797f01e12</link>
        <description>Switch over to using the new fflagstostr and strtofflags library calls.

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Sat, 17 Jun 2000 16:19:33 +0200</pubDate>
        <dc:creator>Josef Karthauser &lt;joe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>418d67b0d998883a0a2ea7ff6118592ea09867a7 - Revert part of the last commit, remove {g|s}etflags from the libc</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#418d67b0d998883a0a2ea7ff6118592ea09867a7</link>
        <description>Revert part of the last commit, remove {g|s}etflags from the libcinterface, and statically link them to the programs using them.These functions, upon reflection and discussion, are too genericallynamed for a library interface with such specific functionality.Also the api that they use, whilst ok for private use, isn&apos;t goodenough for a libc function.Additionally there were complications with the build/install-worldprocess.  It depends heavily upon xinstall, which got broken bythe change in api, and caused bootstrap problems and general mayhem.There is work in progress to address future problems that may becaused by changes in install-chain tools, and better names for{g|s}etflags can be derived when some future program requires them.For now the code has been left in src/lib/libc/gen (it started offin src/bin/ls).It&apos;s important to provide library functions for manipulating fileflag strings if we ever want this interface to be adopted outsideof the source tree, but now isn&apos;t necessarily the right momentwith 4.0-release just around the corner.Approved:	jkh

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Sat, 05 Feb 2000 19:42:36 +0100</pubDate>
        <dc:creator>Josef Karthauser &lt;joe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18c0eeddf75ea8c84360302d1d69f6856e455073 - Historically file flags (schg, uschg, etc) have been converted from</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#18c0eeddf75ea8c84360302d1d69f6856e455073</link>
        <description>Historically file flags (schg, uschg, etc) have been converted fromstring to u_long and back using two functions, flags_to_string andstring_to_flags, which co-existed with &apos;ls&apos;.  As time has progressedmore and more other tools have used these private functions tomanipulate the file flags.Recently I moved these functions from /usr/src/bin/ls to libutil,but after some discussion with bde it&apos;s been decided that theyreally ought to go in libc.There are two already existing libc functions for manipulating filemodes:  setmode and getmode.  In keeping with these flags_to_stringhas been renamed getflags and string_to_flags to setflags.The manual page could probably be improved upon ;)

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Thu, 27 Jan 2000 22:17:01 +0100</pubDate>
        <dc:creator>Josef Karthauser &lt;joe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed92ab90fcc00d230a400f87b64d717e784984b7 - Actually remove unrequired SRCS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#ed92ab90fcc00d230a400f87b64d717e784984b7</link>
        <description>Actually remove unrequired SRCS.

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Wed, 05 Jan 2000 20:22:10 +0100</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd2a718f1ec8207856c6d06dbc597b3f22274e99 - Added missing DPADD&apos;s.  Removed unrequired SRCS&apos;s.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#cd2a718f1ec8207856c6d06dbc597b3f22274e99</link>
        <description>Added missing DPADD&apos;s.  Removed unrequired SRCS&apos;s.Obtained from:	bde

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Sat, 01 Jan 2000 16:44:11 +0100</pubDate>
        <dc:creator>Josef Karthauser &lt;joe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>edc2844c9fc4d1c0b4adeaa4c026d725654b3240 - Moved flags_to_string and string_to_flags into libutil.  It&apos;s used in</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#edc2844c9fc4d1c0b4adeaa4c026d725654b3240</link>
        <description>Moved flags_to_string and string_to_flags into libutil.  It&apos;s used inmany places nowadays.

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Thu, 30 Dec 1999 14:15:15 +0100</pubDate>
        <dc:creator>Josef Karthauser &lt;joe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d71e172ac6b20daed039c3ac58f66430cd1561cd - Add link(1) and unlink(1) as special cases of ln(1) and rm(1)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#d71e172ac6b20daed039c3ac58f66430cd1561cd</link>
        <description>Add link(1) and unlink(1) as special cases of ln(1) and rm(1)respectively, in accordance with SUSv2.This differs from the approach taken in NetBSD, but providesless obscure error messages in at least the EISDIR case anddoes not take up additional disk space for new binaries.PR:		13071PR:		13074Requested by:	James Howard &lt;howardjp@wam.umd.edu&gt;

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Mon, 20 Dec 1999 17:13:47 +0100</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a4562393f80633b81c11d4f7df00548d1cc3c48 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/rm/Makefile#2a4562393f80633b81c11d4f7df00548d1cc3c48</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/bin/rm/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:15:48 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
