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

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

            List of files:
            /src/libexec/atf/atf-sh/tests/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/libexec/atf/atf-sh/tests/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/libexec/atf/atf-sh/tests/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/libexec/atf/atf-sh/tests/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/libexec/atf/atf-sh/tests/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>1f4bcc459a76b7aa664f3fd557684cd0ba6da352 - More &apos;tests&apos; packaging fixes.</title>
        <link>http://opengrok.net:8080/history/src/libexec/atf/atf-sh/tests/Makefile#1f4bcc459a76b7aa664f3fd557684cd0ba6da352</link>
        <description>More &apos;tests&apos; packaging fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/libexec/atf/atf-sh/tests/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 19:08:45 +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/libexec/atf/atf-sh/tests/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/libexec/atf/atf-sh/tests/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>0677dfd1c4dadb62482e2c72fa4c6720902128a4 - MFV: Import atf-0.21.</title>
        <link>http://opengrok.net:8080/history/src/libexec/atf/atf-sh/tests/Makefile#0677dfd1c4dadb62482e2c72fa4c6720902128a4</link>
        <description>MFV: Import atf-0.21.

            List of files:
            /src/libexec/atf/atf-sh/tests/Makefile</description>
        <pubDate>Sat, 01 Nov 2014 11:17:54 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64dc02450bd1cbbf1380d2aeff195e07db51c4c4 - Fix atf-sh&apos;s integration_test</title>
        <link>http://opengrok.net:8080/history/src/libexec/atf/atf-sh/tests/Makefile#64dc02450bd1cbbf1380d2aeff195e07db51c4c4</link>
        <description>Fix atf-sh&apos;s integration_testWith the move of atf-sh into /usr/libexec in r267181, some of thetests in the integration_test program broke because they could notexecute atf-sh from the path any longer.This slipped through because I do have a local atf installation inmy home directory that appears in my path, hence the tests couldstill execute my own version.Fix this by forcing /usr/libexec to appear at the beginning of thepath when attempting to execute atf-sh.To make upgrading easy (and to avoid an unnecessary entry in UPDATING),make integration_test depend on the Makefile so that a rebuild of theshell script is triggered.  This requires a hack in the *.test.mk filesto ensure the Makefile is not treated as a source to the generatedprogram.  Ugly, I know, but I don&apos;t have a better way of doing this atthe moment.  Will think of one once I address the TODO in the *.test.mkfiles that suggests generalizing the file generation functionality.PR:		191052Reviewed by:	Garrett Cooper

            List of files:
            /src/libexec/atf/atf-sh/tests/Makefile</description>
        <pubDate>Wed, 09 Jul 2014 00:55:50 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c7ec47a40c212e654c6b2b8ac5ebeda7d31be10 - Move atf-sh from /usr/bin/ to /usr/libexec/</title>
        <link>http://opengrok.net:8080/history/src/libexec/atf/atf-sh/tests/Makefile#8c7ec47a40c212e654c6b2b8ac5ebeda7d31be10</link>
        <description>Move atf-sh from /usr/bin/ to /usr/libexec/In r266650, we made libatf-c and libatf-c++ private libraries so that nocomponents outside of the source tree could unintendedly depend on them.This change does the same for the &quot;atf-sh library&quot; by moving the atf-shinterpreter from its public location in /usr/bin/ to the private locationin /usr/libexec/.  Our build system will ensure that our own test programsuse the right binary, but users won&apos;t be able to depend on atf-sh by&quot;mistake&quot;.Committing this now to ride the UPDATING notice added with r267172 today.

            List of files:
            /src/libexec/atf/atf-sh/tests/Makefile</description>
        <pubDate>Fri, 06 Jun 2014 18:58:06 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5fd950e35c962bad0aa31fdc4b4052e13207893 - Make bsd.test.mk the only public mk fragment for the building of tests.</title>
        <link>http://opengrok.net:8080/history/src/libexec/atf/atf-sh/tests/Makefile#f5fd950e35c962bad0aa31fdc4b4052e13207893</link>
        <description>Make bsd.test.mk the only public mk fragment for the building of tests.Change {atf,plain,tap}.test.mk to be internal implementation details ofbsd.test.mk.  Makefiles that build tests should now only include bsd.test.mkand declaratively specify what they want to build, without worrying aboutthe internal implementation of the mk files.The reason for this change is to permit building test programs of differentinterfaces from a single directory, which is something I had a need forwhile porting tests over from src/tools/regression/.Additionally, this change makes it possible to perform some other requestedchanges to bsd.test.mk in an easier manner.  Coming soon.

            List of files:
            /src/libexec/atf/atf-sh/tests/Makefile</description>
        <pubDate>Fri, 14 Mar 2014 08:56:19 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>68d4cdd010367f9f0622cbcd1fff5c0e399b10d4 - Prevent misc_helpers from running as a test.</title>
        <link>http://opengrok.net:8080/history/src/libexec/atf/atf-sh/tests/Makefile#68d4cdd010367f9f0622cbcd1fff5c0e399b10d4</link>
        <description>Prevent misc_helpers from running as a test.Do this by generating misc_helpers explicitly, without using theATF_TESTS_SH functionality.While this script is technically an atf-sh test program, it is not intendedto be run as a test and therefore it mustn&apos;t end up in the Kyuafile.  UsingATF_TESTS_SH means that misc_helpers ended up registered in the Kyuafileand then failed to run as a test.The alternative would be to supply an explicit Kyuafile from this directorythat lists the known test files, but doing it the way described above willbe easier to maintain.MFC after:	3 days

            List of files:
            /src/libexec/atf/atf-sh/tests/Makefile</description>
        <pubDate>Mon, 13 Jan 2014 10:47:26 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fba3cde907930eed2adb8a320524bc250338c729 - Build and install the atf tests.</title>
        <link>http://opengrok.net:8080/history/src/libexec/atf/atf-sh/tests/Makefile#fba3cde907930eed2adb8a320524bc250338c729</link>
        <description>Build and install the atf tests.Reviewed by:	freebsd-testingApproved by:	rpaulo (mentor)

            List of files:
            /src/libexec/atf/atf-sh/tests/Makefile</description>
        <pubDate>Fri, 08 Nov 2013 14:33:41 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
