<?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>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/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-13.1/usr.bin/uuencode/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-13.1/usr.bin/uuencode/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-13.1/usr.bin/uuencode/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>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-13.1/usr.bin/uuencode/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-13.1/usr.bin/uuencode/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>3a92d97f - Migrate most of tools/regression/usr.bin/ to the new tests layout.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#3a92d97f</link>
        <description>Migrate most of tools/regression/usr.bin/ to the new tests layout.I&apos;m starting with the easy cases.  The leftovers need to be looked at abit more closely.Note that this change _does_ modify the code of the old tests.  This isrequired in order to allow the code to locate the data files in thesource directory instead of the current directory, because Kyuaautomatically changes the latter to a temporary directory.Also note that at least one test is known to be broken here.  Actually,the test is not really broken: it&apos;s marked as a TODO but unfortunatelyKyua&apos;s TAP parser currently does not understand that.  Will have to befixed separately.

            List of files:
            /freebsd-13.1/usr.bin/uuencode/Makefile</description>
        <pubDate>Sun, 16 Mar 2014 08:04:06 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-13.1/usr.bin/uuencode/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d784a077 - Fix a late-night buglet in MLINKS ordering.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#d784a077</link>
        <description>Fix a late-night buglet in MLINKS ordering.Submitted by:	Szilveszter Adam &lt;sziszi@bsd.hu&gt;

            List of files:
            /freebsd-13.1/usr.bin/uuencode/Makefile</description>
        <pubDate>Sun, 19 May 2002 20:39:42 +0000</pubDate>
        <dc:creator>Juli Mallett &lt;jmallett@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09bf07df - Add b64decode &amp; b64encode as synonyms for uudecode and uuencode -m,</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#09bf07df</link>
        <description>Add b64decode &amp; b64encode as synonyms for uudecode and uuencode -m,respectively, for convenience when encoding or decoding base64 files.As requested by various users.

            List of files:
            /freebsd-13.1/usr.bin/uuencode/Makefile</description>
        <pubDate>Sun, 19 May 2002 11:17:17 +0000</pubDate>
        <dc:creator>Juli Mallett &lt;jmallett@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3cd5f682 - Bump WARNS to 4.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#3cd5f682</link>
        <description>Bump WARNS to 4.

            List of files:
            /freebsd-13.1/usr.bin/uuencode/Makefile</description>
        <pubDate>Sat, 20 Apr 2002 00:20:54 +0000</pubDate>
        <dc:creator>Juli Mallett &lt;jmallett@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49601c43 - WARNS=2 is to become the default, so remove it from here.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#49601c43</link>
        <description>WARNS=2 is to become the default, so remove it from here.

            List of files:
            /freebsd-13.1/usr.bin/uuencode/Makefile</description>
        <pubDate>Tue, 11 Dec 2001 23:14:43 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d6d31cb - Satisfy gcc&apos;s parenthetical needs and clamp down with WANRS=2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#7d6d31cb</link>
        <description>Satisfy gcc&apos;s parenthetical needs and clamp down with WANRS=2.Reviewed by:	md5(1)

            List of files:
            /freebsd-13.1/usr.bin/uuencode/Makefile</description>
        <pubDate>Sun, 17 Jun 2001 06:22:30 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc12be52 - MAN[1-9] -&gt; MAN.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#dc12be52</link>
        <description>MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-13.1/usr.bin/uuencode/Makefile</description>
        <pubDate>Tue, 27 Mar 2001 10:52:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b35bdc40 - More merry makefile munging for man page compatability.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#b35bdc40</link>
        <description>More merry makefile munging for man page compatability.

            List of files:
            /freebsd-13.1/usr.bin/uuencode/Makefile</description>
        <pubDate>Fri, 05 Aug 1994 19:00:04 +0000</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d902 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/uuencode/Makefile#9b50d902</link>
        <description>BSD 4.4 Lite Usr.bin Sources

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