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

            List of files:
            /freebsd-14.2/usr.bin/host/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>a35f04fb - Adopt SRCTOP in usr.bin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#a35f04fb</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/host/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/host/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>5605ea9f - Add host.1 to CLEANFILES.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#5605ea9f</link>
        <description>Add host.1 to CLEANFILES.MFC after:	3 daysX-MFC-To:	stable/10 onlySponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Tue, 26 Aug 2014 19:36:47 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d029c3aa - Rework privatelib/internallib</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#d029c3aa</link>
        <description>Rework privatelib/internallibMake sure everything linking to a privatelib and/or an internallib does it directlyfrom the OBJDIR rather than DESTDIR.Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsingin final installationIntroduce the LD* variable which is what ld(1) is expecting (via LDADD) to link tointernal/privatelibDirectly link to the .so in case of private library to avoid having to complexifyLDFLAGS.Phabric:	https://phabric.freebsd.org/D553Reviewed by:	imp, emaste

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Wed, 06 Aug 2014 22:17:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56b72efe - Remove BIND.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#56b72efe</link>
        <description>Remove BIND.Approved by:	re (gjb)

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Mon, 30 Sep 2013 17:23:45 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7bae7ac0 - Reduce WARNS to 0 for dig, host, and nslookup to make them</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#7bae7ac0</link>
        <description>Reduce WARNS to 0 for dig, host, and nslookup to make themcompile with the optional WITH_BIND_SIGCHASE.Submitted by:	Andre Albsmeier &lt;Andre.Albsmeier@siemens.com&gt;Approved by:	delphij (mentor, implicit)MFC after:	3 daysSponsored by:	DK Hostmaster A/S

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Fri, 30 Aug 2013 06:21:00 +0000</pubDate>
        <dc:creator>Erwin Lansing &lt;erwin@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-14.2/usr.bin/host/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-14.2/usr.bin/host/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>d6ceb6db - Update bmake glue for the BIND 9.4.1 import.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#d6ceb6db</link>
        <description>Update bmake glue for the BIND 9.4.1 import.This includes a return to building with threads, since one of themajor focuses of the 9.4.x branch is to improve thread performance.

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Sat, 02 Jun 2007 23:19:58 +0000</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9275efa - Disable thread support in BIND.  It appears to reduce performance rather</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#c9275efa</link>
        <description>Disable thread support in BIND.  It appears to reduce performance ratherthan increase it, and seems to be the cause of the memory leaks which someusers have reported.Requested by:	dougbMFC after:	5 days

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Mon, 25 Jul 2005 14:44:11 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34d60d91 - Per style.Makefile(5), don&apos;t define MAN if the only page installed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#34d60d91</link>
        <description>Per style.Makefile(5), don&apos;t define MAN if the only page installedis ${PROG}.1Reviewed by:	ru

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Sun, 26 Sep 2004 09:38:08 +0000</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56216f68 - Don&apos;t expose BIND libraries and their headers to the public by default,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#56216f68</link>
        <description>Don&apos;t expose BIND libraries and their headers to the public by default,but have a knob (WANT_BIND_LIBS) to build and install them in /usr/liband /usr/include.  Rumors are that this may be useful at a later point,let&apos;s see.What this really means is that all BIND libraries are now internal tobuildworld (by default, unless WANT_BIND_LIBS is defined), and linkedstatically into various BIND executables.While here, removed redundant -I&apos;s from CFLAGS in lib/bind makefiles.Sponsored by:	desOK&apos;ed by:	dougb

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Fri, 24 Sep 2004 13:42:00 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d9d041 - Clean up and comment config.mk.  Centralize more stuff.  Bitch if</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#11d9d041</link>
        <description>Clean up and comment config.mk.  Centralize more stuff.  Bitch ifPOSIX threads libraries are not available.  Add crypto support ifthe crypto libraries are available.  Build dnssec-{keygen,signzone}if crypto is available.Submitted by:	(in part) dougb@

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Wed, 22 Sep 2004 12:13:58 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd3ee173 - Switch from BIND 8 to BIND 9.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#cd3ee173</link>
        <description>Switch from BIND 8 to BIND 9.Submitted by:	(in part) dougb@, trhodes@Reviewed by:	dougb@, trhodes@, re@MFC after:	5 days

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Tue, 21 Sep 2004 19:01:48 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f7eddfb2 - Use libbind to get to the extended resolver and headers.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#f7eddfb2</link>
        <description>Use libbind to get to the extended resolver and headers.

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Tue, 30 Nov 1999 06:25:19 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@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/host/Makefile#c3aac50f</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/usr.bin/host/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>f0b57f8b - Update for bind-8</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#f0b57f8b</link>
        <description>Update for bind-8

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Sun, 03 May 1998 05:16:58 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@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/host/Makefile#c115df18</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-14.2/usr.bin/host/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/host/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/host/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>2e8660d0 - build bind-4.9.4-P1 host in it&apos;s own directory</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/host/Makefile#2e8660d0</link>
        <description>build bind-4.9.4-P1 host in it&apos;s own directory

            List of files:
            /freebsd-14.2/usr.bin/host/Makefile</description>
        <pubDate>Thu, 29 Aug 1996 21:53:39 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
