<?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/usr.bin/units/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/units/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/usr.bin/units/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/usr.bin/units/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/usr.bin/units/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/usr.bin/units/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>aa9ddbd0 - Fix build breakage introduced by r298253.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#aa9ddbd0</link>
        <description>Fix build breakage introduced by r298253.

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Tue, 19 Apr 2016 07:28:39 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80189b3b - Replace all uses of libncurses and libtermcap with their wide character</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#80189b3b</link>
        <description>Replace all uses of libncurses and libtermcap with their wide charactervariants.  This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy of the curses library.Exp-run:	antoinePR:		189842Discussed with:	baptSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Thu, 17 Jul 2014 18:24:34 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40dd6f48 - units(1): Add basic tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#40dd6f48</link>
        <description>units(1): Add basic tests	Add some tests to help avoid breaking units

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Thu, 17 Jul 2014 07:12:12 +0000</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>647be2c3 - units(1): add libedit support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#647be2c3</link>
        <description>units(1): add libedit supportAdd line editing and history support to units(1) via libedit.Reviewed by:	bdrewery

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Mon, 14 Apr 2014 14:04:59 +0000</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccaec6d1 - Install files via FILES.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#ccaec6d1</link>
        <description>Install files via FILES.

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Mon, 17 Dec 2001 16:02:15 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e52b238 - WARNS=2 is going to become the default, so remove it from here.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#7e52b238</link>
        <description>WARNS=2 is going to become the default, so remove it from here.

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Tue, 11 Dec 2001 23:27:23 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5386636d - Add prototypes and turn on WARNS=?2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#5386636d</link>
        <description>Add prototypes and turn on WARNS=?2.

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Sun, 24 Jun 2001 12:23:54 +0000</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3aac50f - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#c3aac50f</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:08:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>929d7a2f - Install using ${INSTALL}, not using `install&apos;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#929d7a2f</link>
        <description>Install using ${INSTALL}, not using `install&apos;.

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Sun, 20 Sep 1998 21:38:12 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c115df18 - Revert $FreeBSD$ to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#c115df18</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 19:58:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#1130b656</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3031715 - Units conversion utility courtesy of NetBSD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/units/Makefile#a3031715</link>
        <description>Units conversion utility courtesy of NetBSD.Submitted by:	Jeremy PriorObtained from:	NetBSD

            List of files:
            /freebsd-14.2/usr.bin/units/Makefile</description>
        <pubDate>Sat, 08 Jun 1996 03:43:43 +0000</pubDate>
        <dc:creator>Alexander Langer &lt;alex@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
