<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b9439d0 - We&apos;ll never have multiple slots a cardbus bridge. So, replace exca</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#7b9439d0</link>
        <description>We&apos;ll never have multiple slots a cardbus bridge. So, replace excaarray with a singleton.Also, pccbb isa attachment is never going to happen, do disconnect it from thebuild (will delete this in future commit). It would need to be updated as well,but since this code is effectively dead code, remove it from the build instead.

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Mon, 16 Dec 2019 21:34:51 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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-14.2/sys/modules/cbb/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-14.2/sys/modules/cbb/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>5355ab20 - On x86 force NEW_PCIB, since that&apos;s the default. While this option</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#5355ab20</link>
        <description>On x86 force NEW_PCIB, since that&apos;s the default. While this optionwould be picked up for kernel builds, it isn&apos;t picked up forold-fashioned builds. Without this option, PCI bus numbers are bustedfor modules build iteratively.

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Wed, 14 Jan 2015 05:41:28 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76c4b2cb - And isa_if.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#76c4b2cb</link>
        <description>And isa_if.h

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Mon, 16 Aug 2004 15:24:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>763cd887 - Add pccbb_isa.c and pccbb_pci.c</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#763cd887</link>
        <description>Add pccbb_isa.c and pccbb_pci.c

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Mon, 16 Aug 2004 15:23:10 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1fd2cdcb - Fix this pending the decision of which of the redundant</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#1fd2cdcb</link>
        <description>Fix this pending the decision of which of the redundantsys/modules/{pc,}cbb/Makefile to remove.

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Tue, 27 Aug 2002 15:59:19 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17d6c636 - Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#17d6c636</link>
        <description>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.Not objected to by:	-current

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 15:49:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45351268 - Turn on unconditional symbol export for modules whose API is</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#45351268</link>
        <description>Turn on unconditional symbol export for modules whose API isnot clear enough, will require additional analysis, or willrequire some input from their maintainers.

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 01:19:26 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6 - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

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

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Sat, 27 May 2000 01:14:33 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca3996 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#56ca3996</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-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Thu, 04 May 2000 12:08:52 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f940b38 - Removed special rules for building and cleaning device interface files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#6f940b38</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-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Sun, 28 Nov 1999 18:53:47 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10534a60 - Add modules for cardbus and the cardbus bridge driver.  Files needed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/cbb/Makefile#10534a60</link>
        <description>Add modules for cardbus and the cardbus bridge driver.  Files neededto build these to be committed next.Again, not added to sys/modules/Makefile

            List of files:
            /freebsd-14.2/sys/modules/cbb/Makefile</description>
        <pubDate>Thu, 18 Nov 1999 07:11:16 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
