<?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>f947f58ce624b5442e24b1efa69c0ddcdf3e0ddb - packages: rename elftoolchain to toolchain, add more things</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#f947f58ce624b5442e24b1efa69c0ddcdf3e0ddb</link>
        <description>packages: rename elftoolchain to toolchain, add more thingsRename the existing &quot;elftoolchain&quot; package to &quot;toolchain&quot;, and moveeverything which is gated by MK_TOOLCHAIN (e.g. lex, yacc, ...) to thetoolchain package.This means we have one package called &quot;toolchain&quot; which contains all thedevelopment-related utilities which are not compilers or already part ofsome other package (e.g., llvm).Reviewed by:	des, emasteApproved by:	des (mentor)Differential Revision:	https://reviews.freebsd.org/D50286

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Tue, 27 May 2025 09:21:51 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/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/usr.bin/readelf/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/usr.bin/readelf/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/readelf/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>1af3908ce6121eb091923b3932fe56ab54656093 - pkgbase: Create a FreeBSD-elftoolchain package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#1af3908ce6121eb091923b3932fe56ab54656093</link>
        <description>pkgbase: Create a FreeBSD-elftoolchain packageIt contain all the binaries and libs from the elftoolchain contribproject except for libelf which is used everywhere.All of those tools are never used by the average user.Sponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D38224

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Fri, 27 Jan 2023 15:26:06 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e128bd0ff979799b32ae926c3264f11804ab0977 - readelf: Add -z decompression support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#e128bd0ff979799b32ae926c3264f11804ab0977</link>
        <description>readelf: Add -z decompression supportCompatible with GNU readelf, -z decompresses sections displayed by-x or -p.ELF Tool Chain ticket #555https://sourceforge.net/p/elftoolchain/tickets/555/Submitted by:	Tiger Gao &lt;tig@FreeBSDFoundation.org&gt;Reviewed by:	markjMFC after:	1 monthSponsored by:	The FreeBSD FoundationDifferential Revision:    https://reviews.freebsd.org/D26909

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Sat, 31 Oct 2020 16:27:45 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>802c2095b5a6dcf0f63c473cbba1e40445e9052a - Capsicumize readelf(1).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#802c2095b5a6dcf0f63c473cbba1e40445e9052a</link>
        <description>Capsicumize readelf(1).Reviewed by:	oshogboSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D21108

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Thu, 01 Aug 2019 20:57:08 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fba2ebb8f86d4cbdc710c89a094572b08e - Adopt SRCTOP in usr.bin</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#a35f04fba2ebb8f86d4cbdc710c89a094572b08e</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 19:58:44 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8 - elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8</link>
        <description>elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeIt&apos;s provided by sys.mk so there&apos;s no need to derive it from ${.CURDIR}.Suggested by:	ngieSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D5998

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Thu, 21 Apr 2016 14:58:29 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0e5e7f3d2e1bac7ada43b35843e3a018777854e - Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#c0e5e7f3d2e1bac7ada43b35843e3a018777854e</link>
        <description>Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainThis produces a nicer path in debug info and build logs.MFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Mon, 18 Apr 2016 15:13:59 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d4f972badbf3513c0aa8ae210a17b4df345aed3 - Catch up with head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#8d4f972badbf3513c0aa8ae210a17b4df345aed3</link>
        <description>Catch up with head.

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 03:16:25 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f198d817224bcf428a2f5df90eb59753ed6e2459 - Fix spelling error.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#f198d817224bcf428a2f5df90eb59753ed6e2459</link>
        <description>Fix spelling error.

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 20:48:09 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4aa63711a7423cb419d1225ca4576b3614658454 - META MODE: Fix &apos;make bootstrap-tools&apos;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#4aa63711a7423cb419d1225ca4576b3614658454</link>
        <description>META MODE: Fix &apos;make bootstrap-tools&apos;.The main problem was bitrot after elftoolchain being swapped in for theGNU toolchain.This also reworks how the list of &apos;host allowed&apos; libraries is determinedto only allow INTERNALLIBs, which is needed for libelftc to come in.For usr.bin/readelf use the same hack, as libelf and libdward, to bring inthe needed sys/ headers for host builds.  This has not yet been a problem dueto readelf not being built as a host tool in buildworld.  This is possiblein the meta build though when building the toolchain.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 20:44:51 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4ed727666b8a83c4f019b03bd4e9ac547c2b866 - MFhead @ r276594</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#a4ed727666b8a83c4f019b03bd4e9ac547c2b866</link>
        <description>MFhead @ r276594

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Sat, 03 Jan 2015 00:27:16 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24320828363dfc42959121fe3cb72a8991baa61a - Add Makefile for elftoolchain readelf(1)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/readelf/Makefile#24320828363dfc42959121fe3cb72a8991baa61a</link>
        <description>Add Makefile for elftoolchain readelf(1)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/readelf/Makefile</description>
        <pubDate>Fri, 02 Jan 2015 23:26:54 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
