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

            List of files:
            /freebsd-14.2/lib/libucl/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>ecebb3cc - Only set WARNS if not defined</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libucl/Makefile#ecebb3cc</link>
        <description>Only set WARNS if not definedThis would allow interested parties to do experimental runs with anenvironment set appropriately to raise all the warnings throughout thebuild; e.g. env WARNS=6 NO_WERROR=yes buildworld.Not currently touching the numerous instances in ^/tools.MFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libucl/Makefile</description>
        <pubDate>Fri, 11 Sep 2020 13:28:37 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d012dff - Avoid issues with STAGING by using LIBUCL_DIR for the source directory</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libucl/Makefile#2d012dff</link>
        <description>Avoid issues with STAGING by using LIBUCL_DIR for the source directoryvariable name instead of LIBUCL (which would otherwise end up with thestaging directory used instead of the wanted source directory.)Reviewed by:	sjgObtained from:	Juniper Networks, Inc.

            List of files:
            /freebsd-14.2/lib/libucl/Makefile</description>
        <pubDate>Thu, 03 Sep 2020 03:48:42 +0000</pubDate>
        <dc:creator>Stephen J. Kiernan &lt;stevek@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>013f1782 - Connect the libucl(3) manual page to the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libucl/Makefile#013f1782</link>
        <description>Connect the libucl(3) manual page to the build.MFC after:	3 daysSponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /freebsd-14.2/lib/libucl/Makefile</description>
        <pubDate>Wed, 09 Oct 2019 15:35:22 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0642264 - Use SRCTOP to find the sources of libucl</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libucl/Makefile#a0642264</link>
        <description>Use SRCTOP to find the sources of libucl

            List of files:
            /freebsd-14.2/lib/libucl/Makefile</description>
        <pubDate>Sat, 15 Oct 2016 13:17:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libucl/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libucl/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5551c573 - Rework PRIVATELIB</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libucl/Makefile#5551c573</link>
        <description>Rework PRIVATELIBNow when a lib is marked as PRIVATELIB it is renamed into libprivate$foo insteadof being installed in /usr/lib/private and playing with rpath.Also allow to install headers for PRIVATELIBS in that case the headers will beinstalled in /usr/include/private/$fooKeep the headers under a private namespace to prevent third party build systemto easily find them to ensure they are only used on purpose.This allows for non base applications to statically link against a library inbase which is linked to a privatelibTreating PRIVATELIBS as regular libraries allows to push them into our currentcompatX packages if needed.While here finish promotion of libevent as PRIVATELIBInstall header for bsdstat and libuclDifferential Revision:	https://reviews.freebsd.org/D2365Reviewed by:	brooks, desDiscussed with:	imp

            List of files:
            /freebsd-14.2/lib/libucl/Makefile</description>
        <pubDate>Mon, 04 May 2015 16:28:54 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a094e084 - Lower warnings to please gcc 4.2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libucl/Makefile#a094e084</link>
        <description>Lower warnings to please gcc 4.2

            List of files:
            /freebsd-14.2/lib/libucl/Makefile</description>
        <pubDate>Tue, 03 Mar 2015 07:51:36 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa28fc04 - Lower the level of WARNS to fix build with gcc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libucl/Makefile#fa28fc04</link>
        <description>Lower the level of WARNS to fix build with gcc

            List of files:
            /freebsd-14.2/lib/libucl/Makefile</description>
        <pubDate>Sun, 23 Feb 2014 22:50:22 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
