<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/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/sys/modules/mlx/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>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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/sys/modules/mlx/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6d8eede11766cf13896d0f7670dbd51aa - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#c68159a6d8eede11766cf13896d0f7670dbd51aa</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 15:00:42 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Sat, 27 May 2000 03:14:33 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca39961bd1c9946a505c41c3fc634ef63fdd42 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#56ca39961bd1c9946a505c41c3fc634ef63fdd42</link>
        <description>Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk.  This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Thu, 04 May 2000 14:08:52 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4be63dd6e312fe0e864d23e9636f43cc869541 - Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#9e4be63dd6e312fe0e864d23e9636f43cc869541</link>
        <description>Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulemakefiles.  Bad examples in fxp/Makefile keep getting copied to newmakefiles.

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Fri, 28 Jan 2000 12:26:46 +0100</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a377dc1b6936c0e56427e170e48a215333acd10 - Move mlx from x86-only to generic.  It builds on the Alpha and is in the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#7a377dc1b6936c0e56427e170e48a215333acd10</link>
        <description>Move mlx from x86-only to generic.  It builds on the Alpha and is in thecommon conf/files for the main kernel..

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Sun, 12 Dec 1999 22:00:42 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f940b38476a3dc6ecaca7ad305eddf1f9eab154 - Removed special rules for building and cleaning device interface files</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#6f940b38476a3dc6ecaca7ad305eddf1f9eab154</link>
        <description>Removed special rules for building and cleaning device interface filesand empty options files.  The rules are now generated automatically inbsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Sun, 28 Nov 1999 19:53:47 +0100</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ac4b82b11c460d0ef82bf760b71a8b4d34be28a - This is a driver for the Mylex DAC960 family of integrated RAID</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#1ac4b82b11c460d0ef82bf760b71a8b4d34be28a</link>
        <description>This is a driver for the Mylex DAC960 family of integrated RAIDcontrollers.  It currently supports the P, PL, PD and PU variants,with more to be supported shortly.

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Thu, 07 Oct 1999 04:20:32 +0200</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6d8eede11766cf13896d0f7670dbd51aa - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#c68159a6d8eede11766cf13896d0f7670dbd51aa</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 15:00:42 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Sat, 27 May 2000 03:14:33 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca39961bd1c9946a505c41c3fc634ef63fdd42 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#56ca39961bd1c9946a505c41c3fc634ef63fdd42</link>
        <description>Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk.  This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Thu, 04 May 2000 14:08:52 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4be63dd6e312fe0e864d23e9636f43cc869541 - Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#9e4be63dd6e312fe0e864d23e9636f43cc869541</link>
        <description>Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulemakefiles.  Bad examples in fxp/Makefile keep getting copied to newmakefiles.

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Fri, 28 Jan 2000 12:26:46 +0100</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a377dc1b6936c0e56427e170e48a215333acd10 - Move mlx from x86-only to generic.  It builds on the Alpha and is in the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#7a377dc1b6936c0e56427e170e48a215333acd10</link>
        <description>Move mlx from x86-only to generic.  It builds on the Alpha and is in thecommon conf/files for the main kernel..

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Sun, 12 Dec 1999 22:00:42 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f940b38476a3dc6ecaca7ad305eddf1f9eab154 - Removed special rules for building and cleaning device interface files</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#6f940b38476a3dc6ecaca7ad305eddf1f9eab154</link>
        <description>Removed special rules for building and cleaning device interface filesand empty options files.  The rules are now generated automatically inbsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Sun, 28 Nov 1999 19:53:47 +0100</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ac4b82b11c460d0ef82bf760b71a8b4d34be28a - This is a driver for the Mylex DAC960 family of integrated RAID</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mlx/Makefile#1ac4b82b11c460d0ef82bf760b71a8b4d34be28a</link>
        <description>This is a driver for the Mylex DAC960 family of integrated RAIDcontrollers.  It currently supports the P, PL, PD and PU variants,with more to be supported shortly.

            List of files:
            /freebsd/sys/modules/mlx/Makefile</description>
        <pubDate>Thu, 07 Oct 1999 04:20:32 +0200</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
