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

            List of files:
            /freebsd-14.2/lib/atf/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>ac4c695a - Retire WITHOUT_CXX option</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/atf/Makefile#ac4c695a</link>
        <description>Retire WITHOUT_CXX optionSeveral important base system components are written in C++, and theWITHOUT_CXX option produced a system that was not fully functional.Just accept this, and remove the option to build without C++ support.This reverts commit adc3c128c6603054586a993d117e5dd808deac17.Reviewed by:	brooks, kevans, jhb (earlier)Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D33108

            List of files:
            /freebsd-14.2/lib/atf/Makefile</description>
        <pubDate>Wed, 16 Nov 2022 14:20:39 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ce99625 - Do not build libatf-c++ when WITHOUT_CXX</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/atf/Makefile#6ce99625</link>
        <description>Do not build libatf-c++ when WITHOUT_CXXlibatf-c++ requires C++ support.From jrtc27: bit slightly odd this isn&apos;t gated by MK_TESTS (which itselfdepends on MK_CXX), but this makes sense given the current behaviour.Reported by:	Michael Dexter, Build Option SurveyReviewed by:	imp, jrtc27Sponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D32732

            List of files:
            /freebsd-14.2/lib/atf/Makefile</description>
        <pubDate>Fri, 29 Oct 2021 03:01:21 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@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/lib/atf/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/lib/atf/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>f35f9d33 - Remove bogus .ORDER.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/atf/Makefile#f35f9d33</link>
        <description>Remove bogus .ORDER.This is not SUBDIR_PARALLEL and if it were this .ORDER would not worksince the targets are &lt;target&gt;_subdir_&lt;subdir&gt; not &lt;subdir&gt;.MFC after:	1 weekSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/atf/Makefile</description>
        <pubDate>Fri, 11 Mar 2016 23:45:42 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@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-14.2/lib/atf/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-14.2/lib/atf/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>fba3cde9 - Build and install the atf tests.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/atf/Makefile#fba3cde9</link>
        <description>Build and install the atf tests.Reviewed by:	freebsd-testingApproved by:	rpaulo (mentor)

            List of files:
            /freebsd-14.2/lib/atf/Makefile</description>
        <pubDate>Fri, 08 Nov 2013 14:33:41 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c175365c - Add ATF to the build. This is may be a bit rought around the egdes,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/atf/Makefile#c175365c</link>
        <description>Add ATF to the build. This is may be a bit rought around the egdes,but committing it helps to get everyone on the same page and makessure we make progress.Tinderbox breakages that are the result of this commit are entirelythe committer&apos;s fault -- in other words: buildworld testing on amd64only.Credits follow:Submitted by:	Garrett Cooper &lt;yanegomi@gmail.com&gt;Sponsored by:	Isilon SystemsBased on work by:	keramida@Thanks to:	gnn@, mdf@, mlaier@, sjg@Special thanks to:	keramida@

            List of files:
            /freebsd-14.2/lib/atf/Makefile</description>
        <pubDate>Mon, 22 Oct 2012 01:18:41 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
