<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/tests/etc/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/tests/etc/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>430f7286a566b1407c7b32ce13585caf5aa59b92 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#430f7286a566b1407c7b32ce13585caf5aa59b92</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Wed, 04 May 2016 23:20:53 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49dae58b287906be26f56ba3e3dc693c3ba8cf37 - Fix including Kyuafile in packaged base system.</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#49dae58b287906be26f56ba3e3dc693c3ba8cf37</link>
        <description>Fix including Kyuafile in packaged base system.Fix a related typo while here.Note, this change results in the Kyuafile inclusion in the runtimepackage, which needs to be fixed, however addresses the PR as faras I can tell in my tests.PR:		209114Submitted by:	ngieSponsored by:	The FreeBSD Foundation

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Fri, 29 Apr 2016 05:28:40 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aa00a6001d7105eaf0d0288a441fa69f06fa534 - More &apos;tests&apos; package fixes.</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#2aa00a6001d7105eaf0d0288a441fa69f06fa534</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 00:34:23 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2d48be1bc7df45ddd13b143a160d0acb5a383c5 - Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#b2d48be1bc7df45ddd13b143a160d0acb5a383c5</link>
        <description>Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andnetbsd-tests.test.mk (r289151)- Eliminate explicit OBJTOP/SRCTOP setting- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk- Remove unnecessary TESTSDIR setting- Use SRCTOP where possible for clarityMFC after: 2 weeksSponsored by: EMC / Isilon Storage Divison

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 08:16:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7afb8adff33d47f10a11368ff54bb2eec5b30165 - Move all test integration pieces for etc/ from etc/ to tests/</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#7afb8adff33d47f10a11368ff54bb2eec5b30165</link>
        <description>Move all test integration pieces for etc/ from etc/ to tests/This is being done to fix breakage with make distribution with read-onlysource trees as make distribution doesn&apos;t use make obj like buildingtests/ does in all casesReported by: Wolfgang Zenker &lt;wolfgang@lyxys.ka.sub.org&gt;Suggested by: jhbX-MFC with: r282059MFC after: 1 week

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Mon, 18 May 2015 11:02:43 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61f63dbbb194625d7cfd57246484c9bd50087b30 - Move etc/tests/rc.d to etc/rc.d/tests to match the directory layout jmmv@</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#61f63dbbb194625d7cfd57246484c9bd50087b30</link>
        <description>Move etc/tests/rc.d to etc/rc.d/tests to match the directory layout jmmv@documented and implemented in other areas of the FreeBSD treeMFC after: 1 week

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Mon, 27 Apr 2015 07:00:34 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff6fcf6e0bade26b80d8486a180a7775a33ce53f - Add routing_test:static_ipv6_loopback_route_for_each_fib.</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#ff6fcf6e0bade26b80d8486a180a7775a33ce53f</link>
        <description>Add routing_test:static_ipv6_loopback_route_for_each_fib.It tests that all FIBs get a static IPv6 loopback route.Submitted by:	asomersMFC after:	1 weekSponsored by:	Spectra LogicMFSpectraBSD:	1048456 on 2014/03/13		1114523 on 2015/01/23

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Sat, 24 Jan 2015 00:37:41 +0000</pubDate>
        <dc:creator>Will Andrews &lt;will@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f0b757fd84d17d0fc24739a7cda160c4516d81 - Add placeholder Kyuafiles for various top-level hierarchies.</title>
        <link>http://opengrok.net:8080/history/src/tests/etc/Makefile#38f0b757fd84d17d0fc24739a7cda160c4516d81</link>
        <description>Add placeholder Kyuafiles for various top-level hierarchies.This change adds tests/ directories in the source tree to create varioussubdirectories in /usr/tests/ and to install placeholder Kyuafiles forthem.the relevant hierarchies are: cddl, etc, games, gnu and secure.The reason for this is to simplify the addition of new test programs forutilities or libraries under any of these directories.  Doing so on acase by case basis is unnecessary and is quite an obscure process.

            List of files:
            /src/tests/etc/Makefile</description>
        <pubDate>Mon, 21 Apr 2014 21:39:25 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
