<?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>c9a18703 - colldef(1) does not need the libc&apos;s internal collate.h header anymore</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#c9a18703</link>
        <description>colldef(1) does not need the libc&apos;s internal collate.h header anymore

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Sat, 21 Nov 2015 10:52:32 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dee69ea5 - Reintegrate colldef(1) and mklocale(1)</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#dee69ea5</link>
        <description>Reintegrate colldef(1) and mklocale(1)While those tools are not needed anymore they are necessary to build FreeBSD 9and 10. it does not hurt to keep those tools around until both 9 and 10 branchbecome EOLed.Modify colldef(1) to build after the change in the collation header, and ensureit does produce the same collation definition it used to generate for 9 and 10Reported by:	Oliver Pinter

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Fri, 20 Nov 2015 23:15:05 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@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-12.1/usr.bin/colldef/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-12.1/usr.bin/colldef/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>e267ef95 - Don&apos;t generate input() since it&apos;s not used.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#e267ef95</link>
        <description>Don&apos;t generate input() since it&apos;s not used.

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Mon, 22 Nov 2010 14:16:22 +0000</pubDate>
        <dc:creator>Rebecca Cran &lt;brucec@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-12.1/usr.bin/colldef/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-12.1/usr.bin/colldef/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>e35f9517 - Remove NO_WERRORs and WARNS=n&apos;s. To be revisited after GCC3.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#e35f9517</link>
        <description>Remove NO_WERRORs and WARNS=n&apos;s. To be revisited after GCC3.

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Fri, 08 Feb 2002 23:07:37 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91bd71d2 - Remove leaf node WARNS?=2 (that mainly I added). This should</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#91bd71d2</link>
        <description>Remove leaf node WARNS?=2 (that mainly I added). This shouldhelp the GCC3 transition and CURRENT in general.

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Fri, 08 Feb 2002 22:31:43 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4e5fd57 - Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#a4e5fd57</link>
        <description>Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.Requested by:	bde

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Tue, 08 Jan 2002 11:08:20 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2bac28d - Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#e2bac28d</link>
        <description>Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in across-build environment.

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Tue, 08 Jan 2002 08:13:23 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3945c68f - WARNS=2 fixup.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#3945c68f</link>
        <description>WARNS=2 fixup.Use __FBSDID().Set NO_WERROR because this would rely on some lex(1) fixes thatcannot be committed yet.

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Sun, 02 Dec 2001 23:40:46 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a239d669 - Moved to share</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#a239d669</link>
        <description>Moved to share

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Mon, 18 Oct 1999 14:00:59 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3aac50f - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#c3aac50f</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-12.1/usr.bin/colldef/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>fa146c53 - Tweaks to allow compiling -Wall (mostly adding &quot;const&quot; to char rcsid[]).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#fa146c53</link>
        <description>Tweaks to allow compiling -Wall (mostly adding &quot;const&quot; to char rcsid[]).

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Sun, 06 Dec 1998 22:58:23 +0000</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de1d4a81 - Added y.tab.h to SRCS.  This should have been used to get dependencies</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#de1d4a81</link>
        <description>Added y.tab.h to SRCS.  This should have been used to get dependencieson y.tab.h generated.  It will soon be used to tell bsd.dep.mk thaty.tab.h itself needs to be generated.

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Tue, 05 May 1998 13:16:35 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b681d906 - Fixed races in `make -jN&apos; using new yacc rules.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#b681d906</link>
        <description>Fixed races in `make -jN&apos; using new yacc rules.

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Mon, 04 May 1998 20:09:06 +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-12.1/usr.bin/colldef/Makefile#c115df18</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-12.1/usr.bin/colldef/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-12.1/usr.bin/colldef/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-12.1/usr.bin/colldef/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>6ab92855 - Check for not defined / redefined chars now</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#6ab92855</link>
        <description>Check for not defined / redefined chars nowUse backward compatible with ASCII collating tables

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Wed, 23 Oct 1996 15:00:18 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d95dc91 - Backout yacc changes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#1d95dc91</link>
        <description>Backout yacc changes.

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Sun, 02 Jun 1996 17:22:01 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff0912e2 - yacc changes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.bin/colldef/Makefile#ff0912e2</link>
        <description>yacc changes.

            List of files:
            /freebsd-12.1/usr.bin/colldef/Makefile</description>
        <pubDate>Thu, 30 May 1996 23:03:00 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
