<?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>96a0acc4 - Don&apos;t use CCACHE for linking.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#96a0acc4</link>
        <description>Don&apos;t use CCACHE for linking.MFC after:	2 weeksSponsored by:	Dell EMC

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Wed, 27 Jun 2018 19:29:15 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98131b3e - Style fixup:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#98131b3e</link>
        <description>Style fixup:A non-functional commit to make adjustment to an aestheticallyunpleasing long line.

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Sun, 20 May 2018 05:59:42 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>018798be - Fix build post r333919.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#018798be</link>
        <description>Fix build post r333919.This commit results in an aesthetically unpleasing long linewhich will be fixed next commit.

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Sun, 20 May 2018 05:59:35 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fe5130d - LIB32: Avoid linking in unneeded (and invalid lib32) libz for libmagic build tool.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#7fe5130d</link>
        <description>LIB32: Avoid linking in unneeded (and invalid lib32) libz for libmagic build tool.Usually this is just ignored:  /usr/bin/ld: skipping incompatible /scratch/obj/root/git/freebsd/amd64.amd64/obj-lib32/lib/libz/libz.so when searching for -lz  /usr/bin/ld: skipping incompatible /scratch/obj/root/git/freebsd/amd64.amd64/obj-lib32/lib/libz/libz.a when searching for -lzHowever some combination of newer toolchains simply fail here instead:  /usr/bin/ld: error: /home/dstolfa/obj/home/dstolfa/cadets/amd64.amd64/obj-lib32/lib/libz/libz.so is incompatible with /usr/lib/crt1.oLibz is not needed for mkmagic so just exclude it.Reported by:	Domagoj Stolfa &lt;domagoj.stolfa@gmail.com&gt;MFC after:	2 weeksSponsored by:	Dell EMC

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Fri, 09 Mar 2018 18:51:24 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ec0c0f5 - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#1ec0c0f5</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-12.1/lib/libmagic/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:45:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>424340f2 - Fix build: explicitly reference the generated magic.h as dependency</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#424340f2</link>
        <description>Fix build: explicitly reference the generated magic.h as dependencyof mkmagic and point its location.Reported by:	jenkinsPointy hat to:	delphijMFC after:	2 weeksX-MFC-With:	302221Approved by:	re (kib)

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Mon, 27 Jun 2016 06:41:11 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29df9f6b - DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#29df9f6b</link>
        <description>DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.This avoids running target binaries.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Mon, 09 May 2016 22:21:09 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1dd034d - META_MODE: Don&apos;t rebuild build-tools targets during normal build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#d1dd034d</link>
        <description>META_MODE: Don&apos;t rebuild build-tools targets during normal build.This avoids &apos;build command changed&apos; due to CFLAGS/CC changes during thenormal build.  Without this the build-tools targets end up rebuildingfor the *target* rather than keeping the native versions built inbuild-tools.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Thu, 14 Apr 2016 21:06:10 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/lib/libmagic/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>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-12.1/lib/libmagic/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>28ab4bb8 - Sort .ALLSRC before concatenating files together.  This makes sure that the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#28ab4bb8</link>
        <description>Sort .ALLSRC before concatenating files together.  This makes sure that thefile are always built the same.(Note that Header and Localstuff must appear first and in that order, thesorting does not affect as a coincident effect).Submitted by:	sjgMFC after:	3 days

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Tue, 06 May 2014 21:30:58 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2774610 - r235638 is not the clean way to add support for building on ancient FreeBSD</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#c2774610</link>
        <description>r235638 is not the clean way to add support for building on ancient FreeBSDversions.  Instead use Imp&apos;s good work on &quot;legacy&quot; and follow the outcomeof the previous TRB discussions on this topic.Now use the libc getline() if it exists, and only where it doesn&apos;tcreate a bootstraping version.

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Tue, 11 Sep 2012 22:38:33 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0ebde20 - Correct a regression introduced during the import of file(1) 5.11.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#a0ebde20</link>
        <description>Correct a regression introduced during the import of file(1) 5.11.Magic tests containing &quot;search&quot; or &quot;regex&quot; directives were incorrectlycompiled by &quot;mkmagic&quot; and were effectively ignored.  This caused trofffiles (for example) to be detected as simply &quot;ASCII text&quot; instead ofas &quot;troff or preprocessor input, ASCII text&quot;.PR:		bin/170415Approved by:	consensus on developers@MFC after:	3 days

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Fri, 17 Aug 2012 02:27:17 +0000</pubDate>
        <dc:creator>Stephen McKay &lt;mckay@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aaa975e1 - Don&apos;t depend on getline being on the build machine. That&apos;s</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#aaa975e1</link>
        <description>Don&apos;t depend on getline being on the build machine. That&apos;snot the case for FreeBSD 7.x machines.

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Sat, 19 May 2012 02:30:10 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7c20010 - Use CFLAGS and LDFLAGS when compiling mkmagic. This ensures that all the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#a7c20010</link>
        <description>Use CFLAGS and LDFLAGS when compiling mkmagic. This ensures that all thecorrect flags are being used (esp. NO_WERROR wrt clang).Submitted by:	Dimitry Andric &lt;dimitry at andric.com&gt;Reviewed by:	ru

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Sun, 01 Aug 2010 12:10:32 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9433144d - With r208341 in place WARNS can be increased.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#9433144d</link>
        <description>With r208341 in place WARNS can be increased.

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Thu, 20 May 2010 09:00:11 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@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-12.1/lib/libmagic/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-12.1/lib/libmagic/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-12.1/lib/libmagic/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-12.1/lib/libmagic/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>008ca870 - Don&apos;t make the MIME magic any longer.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#008ca870</link>
        <description>Don&apos;t make the MIME magic any longer.

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Fri, 02 Jan 2009 03:38:21 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>419ecd5d - Bump library versions in preparation for 7.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libmagic/Makefile#419ecd5d</link>
        <description>Bump library versions in preparation for 7.0.Ok&apos;d by:	kan

            List of files:
            /freebsd-12.1/lib/libmagic/Makefile</description>
        <pubDate>Mon, 21 May 2007 02:49:08 +0000</pubDate>
        <dc:creator>Daniel Eischen &lt;deischen@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
