<?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>8918a287 - Apply only the libadd/libnames part of dbf05458e3bd</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#8918a287</link>
        <description>Apply only the libadd/libnames part of dbf05458e3bdAdd libz to the dependencies for libdwarf. Otherwise, building olderbranches on recent -CURRENT might fail in the cross-tools stage with:ld: error: undefined symbol: uncompress&gt;&gt;&gt; referenced by libdwarf_elf_init.c:233 (/usr/src/contrib/elftoolchain/libdwarf/libdwarf_elf_init.c:233)&gt;&gt;&gt;               libdwarf_elf_init.o:(_dwarf_elf_init) in archive /usr/lib/libdwarf.aDirect commit to stable/13, since dbf05458e3bd has other libdwarfchanges to support compressed ELF sections, which are more intrusive.

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Mon, 13 Dec 2021 21:23:44 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc2cbb83 - 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/libdwarf/Makefile#dc2cbb83</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/libdwarf/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:54:21 +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/libdwarf/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/libdwarf/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/libdwarf/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/libdwarf/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/libdwarf/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/lib/libdwarf/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>4aa63711 - META MODE: Fix &apos;make bootstrap-tools&apos;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/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/libdwarf/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/libdwarf/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/libdwarf/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>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:07:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be116213 - Bump SHLIB_MAJOR for libdwarf as ABI/API has changed.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#be116213</link>
        <description>Bump SHLIB_MAJOR for libdwarf as ABI/API has changed.

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Tue, 21 Jan 2014 21:11:07 +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/libdwarf/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/libdwarf/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/libdwarf/Makefile#a1abeb05</link>
        <description>Remove INCSDIR variable which is only used in elftoolchain&apos;s own buildframework.

            List of files:
            /freebsd-13.1/lib/libdwarf/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>fbb4c451 - Remove the old libdwarf and bring in the new libdwarf in contrib/.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#fbb4c451</link>
        <description>Remove the old libdwarf and bring in the new libdwarf in contrib/.

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Thu, 16 Jan 2014 21:52:09 +0000</pubDate>
        <dc:creator>Kai Wang &lt;kaiw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7596eb48 - Bump shared libraries version numbers in preparation for 9.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#7596eb48</link>
        <description>Bump shared libraries version numbers in preparation for 9.0.This time, only libraries which ABI has been changed compared tostable/8, are bumped.ABI analysis done by:	Gleb KurtsouApproved by:	re (kensmith)

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Sun, 28 Aug 2011 09:26:48 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b2a96cc - Add the ability to search for all the inlined instances of a given function.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#9b2a96cc</link>
        <description>Add the ability to search for all the inlined instances of a given function.Reviewed by:	jbObtained from:	Juniper Networks

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Sat, 07 May 2011 01:05:31 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13c89dbf - Removed redundant -I. from CFLAGS and &quot;yes&quot; from WITHOUT_MAN.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#13c89dbf</link>
        <description>Removed redundant -I. from CFLAGS and &quot;yes&quot; from WITHOUT_MAN.

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Thu, 25 Feb 2010 22:16:30 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daaf5759 - Build lib/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#daaf5759</link>
        <description>Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I&apos;m setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I&apos;m not going to touch that directory.Most of the code there is contributed anyway.

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:58:07 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ca3047a - Bump the version of all non-symbol-versioned shared libraries in</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#3ca3047a</link>
        <description>Bump the version of all non-symbol-versioned shared libraries inpreparation for 8.0-RELEASE.  Add the previous version of thoselibraries to ObsoleteFiles.inc and bump __FreeBSD_Version.Reviewed by:    kibApproved by:    re (rwatson)

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Sun, 19 Jul 2009 17:25:24 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64338493 - Add a BSD licensed DWARF library for use by the DTrace clients.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libdwarf/Makefile#64338493</link>
        <description>Add a BSD licensed DWARF library for use by the DTrace clients.The API for this library is deliberately different to the GPL&apos;dlibdwarf to avoid licensing problems.

            List of files:
            /freebsd-13.1/lib/libdwarf/Makefile</description>
        <pubDate>Thu, 22 May 2008 02:14:23 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
