<?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>bc7d20c4 - Disable new clang 10.0.0 warnings about misleading indentation in ce(4)</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ce/Makefile#bc7d20c4</link>
        <description>Disable new clang 10.0.0 warnings about misleading indentation in ce(4)and cp(4).These are false positives, since some of the driver source has beendeliberately obfuscated.

            List of files:
            /freebsd-13.1/sys/modules/ce/Makefile</description>
        <pubDate>Thu, 13 Feb 2020 19:25:49 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ce/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/sys/modules/ce/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4906cdc8 - Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ce/Makefile#4906cdc8</link>
        <description>Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportCWARNFALGS.$file centrally so we don&apos;t have to have it in all theplaces. Remove a few warning flags that are no longer needed.Also, always use -Wno-unknown-pragma to (hopefully temporarily) workaround #pragma ident in debug.h in the opensolaris code. Remove somestale warning suppression that&apos;s no longer necessary.

            List of files:
            /freebsd-13.1/sys/modules/ce/Makefile</description>
        <pubDate>Sat, 03 Jan 2015 03:35:18 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e0b124a6 - For sys/dev/ce/tau32-ddk.c, disable the following warning when building</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ce/Makefile#e0b124a6</link>
        <description>For sys/dev/ce/tau32-ddk.c, disable the following warning when buildingwith clang:sys/dev/ce/tau32-ddk.c:1228:37: warning: implicit truncation from &apos;int&apos; to bitfield changes value from 65532 to 8188 [-Wconstant-conversion]Since this file is obfuscated C, we can never determine (in a sane way,at least :) if this points to a real problem or not.  The driver hasbeen in the tree for more than five years, so it most likely isn&apos;t.MFC after:	1 week

            List of files:
            /freebsd-13.1/sys/modules/ce/Makefile</description>
        <pubDate>Thu, 29 Dec 2011 21:17:35 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e51595c - Per email to arch@ a little while ago (that was greeted with silence),</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ce/Makefile#9e51595c</link>
        <description>Per email to arch@ a little while ago (that was greeted with silence),prefer the more common &gt; ${.TARGET} over &gt; opt_foo.h in modulesmakefiles.

            List of files:
            /freebsd-13.1/sys/modules/ce/Makefile</description>
        <pubDate>Mon, 01 Sep 2008 23:59:00 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1e9def2 - NO_MAN is not needed here.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ce/Makefile#d1e9def2</link>
        <description>NO_MAN is not needed here.

            List of files:
            /freebsd-13.1/sys/modules/ce/Makefile</description>
        <pubDate>Thu, 16 Mar 2006 15:18:17 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d5eafc1 - Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ce/Makefile#9d5eafc1</link>
        <description>Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS.

            List of files:
            /freebsd-13.1/sys/modules/ce/Makefile</description>
        <pubDate>Fri, 03 Mar 2006 18:42:09 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dfd1ff19 - Add makefile for ce(4) module.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ce/Makefile#dfd1ff19</link>
        <description>Add makefile for ce(4) module.

            List of files:
            /freebsd-13.1/sys/modules/ce/Makefile</description>
        <pubDate>Sun, 29 Jan 2006 22:10:54 +0000</pubDate>
        <dc:creator>Roman Kurakin &lt;rik@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
