<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/bin/pkill/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>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#d511b20a</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd-14.2/bin/pkill/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-14.2/bin/pkill/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce9f2d31 - Convert absolute links to relative links.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#ce9f2d31</link>
        <description>Convert absolute links to relative links.Style.Makefile(9) has been ignored to produce minimal diffs.Approved by:	grehan (mentor)MFC after:	1 week

            List of files:
            /freebsd-14.2/bin/pkill/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 05:10:38 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac2875fa - Explicitly add unmarked bin/ binaries to the runtime package.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#ac2875fa</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-14.2/bin/pkill/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 16:58:50 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4f0631f - Make pkill/pgrep -j ARG take jname, not just jid.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#c4f0631f</link>
        <description>Make pkill/pgrep -j ARG take jname, not just jid.PR:		201588Submitted by:	Daniel Shahaf &lt;danielsh at apache.org&gt;MFC after:	3 days

            List of files:
            /freebsd-14.2/bin/pkill/Makefile</description>
        <pubDate>Sat, 22 Aug 2015 05:04:36 +0000</pubDate>
        <dc:creator>Jamie Gritton &lt;jamie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12cd1730 - Convert bin/ to LIBADD, reduce overlinking allow to build all components as</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#12cd1730</link>
        <description>Convert bin/ to LIBADD, reduce overlinking allow to build all components asstatic

            List of files:
            /freebsd-14.2/bin/pkill/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:15:40 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/bin/pkill/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65c3cfc1 - Migrate tools/regression/usr.bin/pkill to the new tests layout.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#65c3cfc1</link>
        <description>Migrate tools/regression/usr.bin/pkill to the new tests layout.Interestingly, the pkill tool lives in bin, not usr.bin.  Haven&apos;t botheredto check if this is because the tool moved or because the tests wereoriginally added in the wrong place.

            List of files:
            /freebsd-14.2/bin/pkill/Makefile</description>
        <pubDate>Wed, 19 Mar 2014 12:46:04 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6d189a9 - Raise WARNS for various tools where possible.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#f6d189a9</link>
        <description>Raise WARNS for various tools where possible.Submitted by:	Marius N&#252;nnerich &lt;marius@nuenneri.ch&gt;

            List of files:
            /freebsd-14.2/bin/pkill/Makefile</description>
        <pubDate>Sun, 17 Jan 2010 21:56:27 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21be3b31 - pkill(1) first appeared in /usr/bin, but later it was moved to /bin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/pkill/Makefile#21be3b31</link>
        <description>pkill(1) first appeared in /usr/bin, but later it was moved to /binfor the convenience of rc.d.  Now it has happily lived there for quitea while.  So move the pkill(1) source files from usr.bin to bin, too.Approved by:	gad

            List of files:
            /freebsd-14.2/bin/pkill/Makefile</description>
        <pubDate>Sun, 31 Aug 2008 14:27:59 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
