<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>d0bcdb3e - libelf: Link gelf_getchdr.3 to the build</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#d0bcdb3e</link>
        <description>libelf: Link gelf_getchdr.3 to the buildSponsored by:	The FreeBSD Foundation(cherry picked from commit 9ff084f0fab6846aa6f30bb1aac9692461405f86)

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Mon, 29 Nov 2021 18:51:38 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>573456a9 - libelf: add compression header support</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#573456a9</link>
        <description>libelf: add compression header supportGNU and Oracle libelf implementations added support for sectioncompression, intended to reduce the size of DWARF debug info (whichmight be an order of magnitude larger than the code).There are two compressed ELF section formats:1. Old GNU - sections are renmaed to start with &apos;z&apos;.  Section contains   a magic number, uncompressed size, and compressed data.2. Oracle and New GNU - compressed sections use the SHF_COMPRESSED flag.   The compression header contains the compression type, uncompressed   size, and uncompressed alignment.The second style is preferred and this change implements only that one.Submitted by:	Tiger Gao &lt;tig@FreeBSDFoundation.org&gt;Reviewed by:	markjMFC after:	2 weeksRelnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D24566

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Fri, 23 Oct 2020 16:35:23 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7b5a3d4 - pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#a7b5a3d4</link>
        <description>pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeAll of them are needed to be able to boot to single user and be ableto repair a existing FreeBSD installation so put them directly intoFreeBSD-runtime.Reviewed by:    bapt, gjbDifferential Revision:  https://reviews.freebsd.org/D21503

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:13:08 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b46517aa - Allow bootstrapping elftoolchain on MacOS and Linux</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#b46517aa</link>
        <description>Allow bootstrapping elftoolchain on MacOS and LinuxThis is required in order to build on non-FreeBSD systems without settingall the XAR/XSTRINGS/etc. variablesReviewed By:	emasteDifferential Revision: https://reviews.freebsd.org/D16771

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Mon, 01 Jul 2019 11:52:54 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f45c6c1 - Add gelf_mips64el.c to the list of files to include in libelf.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#9f45c6c1</link>
        <description>Add gelf_mips64el.c to the list of files to include in libelf.Missed in r338478.Pointy hat to:	jhbApproved by:	re (rgrimes)MFC after:	1 month

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Wed, 05 Sep 2018 21:47:22 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b18d12ba - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#b18d12ba</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis simplifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:54:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2821bdcc - elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#2821bdcc</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-13.1/lib/libelf/Makefile</description>
        <pubDate>Thu, 21 Apr 2016 12:58:29 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0e5e7f3 - Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#c0e5e7f3</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-13.1/lib/libelf/Makefile</description>
        <pubDate>Mon, 18 Apr 2016 13:13:59 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5e23ecc - Correct r291566 for defining SHLIBDIR.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#e5e23ecc</link>
        <description>Correct r291566 for defining SHLIBDIR.This must happen before including bsd.own.mk which sets the default to /usr/lib.X-MFC-With:	r291566Reported by:	Max N. Boyarov

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Tue, 01 Dec 2015 16:08:38 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a536241 - Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#5a536241</link>
        <description>Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406Tested with the following commands as root:- yes | make delete-old- service ldconfig restart- netstat -nrX-MFC with: r291406Reviewed by: jhb, kibSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Tue, 01 Dec 2015 06:09:22 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4aa63711 - META MODE: Fix &apos;make bootstrap-tools&apos;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#4aa63711</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-13.1/lib/libelf/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 19:44:51 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b791fbe6 - META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#b791fbe6</link>
        <description>META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln are newer than the sourcefile.  There&apos;s no reason for meta mode to do this as make is alreadyhandling the rebuild dependency fine.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 19:44:43 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88d795a0 - Bump SHLIB_MAJOR for libelf.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#88d795a0</link>
        <description>Bump SHLIB_MAJOR for libelf.

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Tue, 21 Jan 2014 21:13:13 +0000</pubDate>
        <dc:creator>Kai Wang &lt;kaiw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6eabfa96 - Reapply revisions r237528, r237531 and r238741 which make libelf</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#6eabfa96</link>
        <description>Reapply revisions r237528, r237531 and r238741 which make libelfproperly include sys/ headers from the source tree instead of thehost.These patches are also applied to libdwarf since libdwarf requiresthe same sys/ headers as libelf.

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Tue, 21 Jan 2014 20:42:15 +0000</pubDate>
        <dc:creator>Kai Wang &lt;kaiw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1abeb05 - Remove INCSDIR variable which is only used in elftoolchain&apos;s own build</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#a1abeb05</link>
        <description>Remove INCSDIR variable which is only used in elftoolchain&apos;s own buildframework.

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Tue, 21 Jan 2014 20:23:39 +0000</pubDate>
        <dc:creator>Kai Wang &lt;kaiw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c4a6907 - Set CFLAGS in just one line.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#7c4a6907</link>
        <description>Set CFLAGS in just one line.

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Wed, 15 Jan 2014 22:47:53 +0000</pubDate>
        <dc:creator>Kai Wang &lt;kaiw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>edbef29b - Removed source code for the old libelf and build the new libelf from</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#edbef29b</link>
        <description>Removed source code for the old libelf and build the new libelf fromcontrib/ instead.

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Wed, 15 Jan 2014 22:35:55 +0000</pubDate>
        <dc:creator>Kai Wang &lt;kaiw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7066cac0 - Don&apos;t ever build files depending on the directory where they are placed in.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#7066cac0</link>
        <description>Don&apos;t ever build files depending on the directory where they are placed in.It is obvious that its modification time will change with each such filebuilded.This bug cause whole libelf to rebuild itself each second make run(and relink that files on each first make run) in the loop.

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Tue, 24 Jul 2012 16:03:28 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b14dddf - Add the sys directory we create to the list of items to clean.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libelf/Makefile#6b14dddf</link>
        <description>Add the sys directory we create to the list of items to clean.

            List of files:
            /freebsd-13.1/lib/libelf/Makefile</description>
        <pubDate>Sun, 24 Jun 2012 09:19:24 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
