<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/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:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</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://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67350cb56a69468c118bd4ccf6e361b7ebfa9eb4 - Merge ^/head r340918 through r341763.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#67350cb56a69468c118bd4ccf6e361b7ebfa9eb4</link>
        <description>Merge ^/head r340918 through r341763.

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Sun, 09 Dec 2018 12:39:45 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77da4a95e81a3d27991a2d2af5a93fcdbd4c7cf7 - sh: Use 126 and 127 exit status for failures opening a script</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#77da4a95e81a3d27991a2d2af5a93fcdbd4c7cf7</link>
        <description>sh: Use 126 and 127 exit status for failures opening a scriptThis affects scripts named on the command line, named with a &apos;.&apos; specialbuiltin and found via the PATH %func autoloading mechanism.PR:		231986

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Tue, 27 Nov 2018 22:49:59 +0100</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>686fb94a00297bf9ff49d93b948925552a2ce8e0 - Merge ^/head r319548 through r319778.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#686fb94a00297bf9ff49d93b948925552a2ce8e0</link>
        <description>Merge ^/head r319548 through r319778.

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Sat, 10 Jun 2017 15:22:49 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eab49982780dbd77b4a315b2500374de84023153 - sh: Fix INTOFF leak when a redirection on a compound command fails.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#eab49982780dbd77b4a315b2500374de84023153</link>
        <description>sh: Fix INTOFF leak when a redirection on a compound command fails.Reported by:	bdrewery

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Sun, 04 Jun 2017 22:52:55 +0200</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@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://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/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:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Thu, 05 May 2016 01:20:53 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4429c7e7c91b6aba03784229ce63018809840e1 - Fix build.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#c4429c7e7c91b6aba03784229ce63018809840e1</link>
        <description>Fix build.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 19:06:58 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43faedc1339a9624c7acedb7f3e5624e64da5b99 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#43faedc1339a9624c7acedb7f3e5624e64da5b99</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 23:26:49 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4 - Finish merging from head, messed up in previous attempt</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#f94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4</link>
        <description>Finish merging from head, messed up in previous attempt

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Sat, 12 Sep 2015 14:03:02 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00176600f60d0016594f5b7ef03656a3159012b4 - Merge r286744-r287584 from head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#00176600f60d0016594f5b7ef03656a3159012b4</link>
        <description>Merge r286744-r287584 from head.

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 09 Sep 2015 05:05:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9442b10a2e14c1c55f21743fa7a653e9b241e05 - Merge ^/head r286858 through r287489.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#d9442b10a2e14c1c55f21743fa7a653e9b241e05</link>
        <description>Merge ^/head r286858 through r287489.

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Sat, 05 Sep 2015 20:36:23 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23a32822d2a98273412f5b7d5e4b0ea925d637a0 - Merge from HEAD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#23a32822d2a98273412f5b7d5e4b0ea925d637a0</link>
        <description>Merge from HEAD

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Tue, 25 Aug 2015 22:14:50 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b0ac182d9e0714511300b9750eba708817b293 - sh: Don&apos;t create bad parse result when postponing a bad substitution error.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#d0b0ac182d9e0714511300b9750eba708817b293</link>
        <description>sh: Don&apos;t create bad parse result when postponing a bad substitution error.An invalid substitution like ${var@} does not cause a parse error but isstored in the intermediate representation, to be written as part of theerror message. If there is a CTL* byte in the stored part, this confusessome code such as the code to skip an unused alternative such as in${var-alternative}.To keep things simple, do not store CTL* bytes.Found with afl-fuzz.MFC after:	1 week

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Sun, 23 Aug 2015 22:44:53 +0200</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>246e7a2b6494cd991b08ac669ed761ecea0cc98c - IFC @r269962</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#246e7a2b6494cd991b08ac669ed761ecea0cc98c</link>
        <description>IFC @r269962Submitted by:	Anish Gupta (akgupt3@gmail.com)

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Tue, 02 Sep 2014 06:22:42 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b833d535b9ce1789dca84d8bd15d22e1ed58d46 - Sync to HEAD@r269943.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#1b833d535b9ce1789dca84d8bd15d22e1ed58d46</link>
        <description>Sync to HEAD@r269943.

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 13 Aug 2014 18:20:41 +0200</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12e2df3c36b6c98e23d8c94d6b86066d5803d741 - Convert bin/sh/tests to ATF</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/errors/Makefile#12e2df3c36b6c98e23d8c94d6b86066d5803d741</link>
        <description>Convert bin/sh/tests to ATFThe new code uses a &quot;test discovery mechanism&quot; to determinewhat tests are available for executionThe test shell can be specified via:  kyua test -v test_suites.FreeBSD.bin.sh.test_shell=/path/to/test/shSponsored by: EMC / Isilon Storage DivisionApproved by: jmmv (mentor)Reviewed by: jilles (maintainer)

            List of files:
            /freebsd/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 13 Aug 2014 06:14:50 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
