<?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/libexec/rtld-elf/tests/target/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/libexec/rtld-elf/tests/target/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>d9c543b6b0cabea6e6679d70b4e701018e7eab80 - rtld: add a test for RTLD_DEEPBIND</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#d9c543b6b0cabea6e6679d70b4e701018e7eab80</link>
        <description>rtld: add a test for RTLD_DEEPBINDThis tests that with RTLD_DEEPBIND, symbols are looked up in all of theobject&apos;s needed objects before the global object.PR:		275393Reviewed by:	kibSponsored by:	NetApp, Inc.Sponsored by:	Klara, Inc.Differential Revision:	https://reviews.freebsd.org/D42843

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/Makefile</description>
        <pubDate>Fri, 01 Dec 2023 02:26:09 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/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>35804720ece78672352ef980d98b4c96628ef06e - Increase WARNS for rtld-elf tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#35804720ece78672352ef980d98b4c96628ef06e</link>
        <description>Increase WARNS for rtld-elf testsATF tests have a default WARNS of 0, unlike other usermode programs.Reviewed by:  ngie, julianMFC after:    3 weeksSponsored by: Spectra Logic CorporationDifferential Revision:        https://reviews.freebsd.org/D9933

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 01:10:40 +0100</pubDate>
        <dc:creator>Alan Somers &lt;asomers@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/libexec/rtld-elf/tests/target/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/libexec/rtld-elf/tests/target/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/libexec/rtld-elf/tests/target/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/libexec/rtld-elf/tests/target/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>43faedc1339a9624c7acedb7f3e5624e64da5b99 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#43faedc1339a9624c7acedb7f3e5624e64da5b99</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/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>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/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>4e27d36d38f4c3b12bcc1855c5d41527d08d1ce0 - IFC @r271694</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#4e27d36d38f4c3b12bcc1855c5d41527d08d1ce0</link>
        <description>IFC @r271694

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/Makefile</description>
        <pubDate>Wed, 17 Sep 2014 20:46:51 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9daea0b861f05bedaa176e24c51eb096e28b75e - Sync to HEAD@r271160.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#c9daea0b861f05bedaa176e24c51eb096e28b75e</link>
        <description>Sync to HEAD@r271160.

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/Makefile</description>
        <pubDate>Fri, 05 Sep 2014 15:52:39 +0200</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>246e7a2b6494cd991b08ac669ed761ecea0cc98c - IFC @r269962</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#246e7a2b6494cd991b08ac669ed761ecea0cc98c</link>
        <description>IFC @r269962Submitted by:	Anish Gupta (akgupt3@gmail.com)

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/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>35829c84f1a820e48b4c74243e287c62003cdb92 - Fix &quot;make checkdpadd&quot; by &quot;spoofing&quot; DPADD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#35829c84f1a820e48b4c74243e287c62003cdb92</link>
        <description>Fix &quot;make checkdpadd&quot; by &quot;spoofing&quot; DPADDApproved by: jmmv (mentor)Phabric: D631PR: 192769

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/Makefile</description>
        <pubDate>Tue, 26 Aug 2014 11:01:11 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee7b0571c2c18bdec848ed2044223cc88db29bd8 - Merge head from 7/28</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#ee7b0571c2c18bdec848ed2044223cc88db29bd8</link>
        <description>Merge head from 7/28

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 08:50:54 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b833d535b9ce1789dca84d8bd15d22e1ed58d46 - Sync to HEAD@r269943.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#1b833d535b9ce1789dca84d8bd15d22e1ed58d46</link>
        <description>Sync to HEAD@r269943.

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/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>2db8752cef9f27ddc98da0909f9c0ec081fa9529 - Fix BINDIR to not duplicate &quot;${TESTSDIR}</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#2db8752cef9f27ddc98da0909f9c0ec081fa9529</link>
        <description>Fix BINDIR to not duplicate &quot;${TESTSDIR}This should fix &apos;make release&apos; with MK_TESTS != noPhabric: D525 (part of a larger patch)Reviewed by: jmmvApproved by: jmmv (co-mentor)

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/Makefile</description>
        <pubDate>Mon, 04 Aug 2014 07:50:21 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>07014efe9421ae8de13f64cd26e410c3c28609c2 - Move a -L argument from LDADD to LDFLAGS</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#07014efe9421ae8de13f64cd26e410c3c28609c2</link>
        <description>Move a -L argument from LDADD to LDFLAGSPhabric: D525 (part of a larger patch)Reviewed by: jmmvApproved by: jmmv (co-mentor)

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/Makefile</description>
        <pubDate>Mon, 04 Aug 2014 07:49:13 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b22f423cfa76dc95ed00e5a8f43e563cc34b9a6 - Test RTLD&apos;s new LD_LIBRARY_PATH_FDS variable.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rtld-elf/tests/target/Makefile#6b22f423cfa76dc95ed00e5a8f43e563cc34b9a6</link>
        <description>Test RTLD&apos;s new LD_LIBRARY_PATH_FDS variable.Test LD_LIBRARY_PATH_FDS by linking a binary that requires a sharedlibrary that isn&apos;t in any of the usual search paths.  Ensure this failswhen we don&apos;t supply LD_LIBRARY_PATH_FDS or we pass invalid informationin it.  Ensure it works when we pass the correct directory in variousplaces in the variable.Approved by:	rwatson (mentor)MFC after:	3 weeksSponsored by:	DARPA/AFRL

            List of files:
            /freebsd/libexec/rtld-elf/tests/target/Makefile</description>
        <pubDate>Fri, 20 Jun 2014 19:14:59 +0200</pubDate>
        <dc:creator>Jonathan Anderson &lt;jonathan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
