<?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>cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f - Move mntopts(3) suppport into libutil</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f</link>
        <description>Move mntopts(3) suppport into libutilMany programs use this functionality so it should be available centrallyrather than compiled into each program independently.  This has themodest downside of adding libutil dependencies to some mount_&lt;foo&gt;programs, but many (plus mount(8)) already have those depndencies sothis shouldn&apos;t be a major imposition.In commit 906c312bbf74, Kirk said this could be done once the change wasmerged to FreeBSD 13.  That happened in commit 668dfa016698 in 2023.While here perform related tidying including removing SRCS where theonly entry is ${PROG}.c rendering it unnecessary.Reviewed by:	olce, dim, emasteDifferential Revision:	https://reviews.freebsd.org/D49951

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Tue, 22 Apr 2025 23:50:19 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/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/sbin/mount_cd9660/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>51e16cb8fc536913f490ac6bc9c17e92ebd0411b - sbin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#51e16cb8fc536913f490ac6bc9c17e92ebd0411b</link>
        <description>sbin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22289a8c3d45efcf5671750a0ceffb1296455bab - sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#22289a8c3d45efcf5671750a0ceffb1296455bab</link>
        <description>sbin: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 12:33:01 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>406d87b1c3c9fb02dc1256f4e634c0fc71a22799 - Explicitly add more files to the &apos;runtime&apos; package.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#406d87b1c3c9fb02dc1256f4e634c0fc71a22799</link>
        <description>Explicitly add more files to the &apos;runtime&apos; package.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 21:19:31 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13eb765f2d1a7497df9f56f5ca95950e04cb4c01 - Convert sbin/ to LIBADD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#13eb765f2d1a7497df9f56f5ca95950e04cb4c01</link>
        <description>Convert sbin/ to LIBADDReduce overlinking

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 12:23:12 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>874108aed99d76099ff9eb6c8d830479a504c1ad - MFC @199204</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#874108aed99d76099ff9eb6c8d830479a504c1ad</link>
        <description>MFC @199204

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Thu, 12 Nov 2009 01:36:22 +0100</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>106d839190bf604806e084ce5e7dd8ee8142c1d9 - Switch the default WARNS level for sbin/ to 6.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#106d839190bf604806e084ce5e7dd8ee8142c1d9</link>
        <description>Switch the default WARNS level for sbin/ to 6.Submitted by:	Ulrich Sp&#246;rlein

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Mon, 19 Oct 2009 18:00:24 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c02fbedfee7094bf42667fefd817c1ec56a65148 - Increase WARNS level to 6</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#c02fbedfee7094bf42667fefd817c1ec56a65148</link>
        <description>Increase WARNS level to 6

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Sun, 13 Nov 2005 02:40:36 +0100</pubDate>
        <dc:creator>Craig Rodrigues &lt;rodrigc@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>83c7ade90a32f8aaff4de282b9fc2493076a54b9 - NOSHARED -&gt; NO_SHARED</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#83c7ade90a32f8aaff4de282b9fc2493076a54b9</link>
        <description>NOSHARED -&gt; NO_SHARED

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 10:59:45 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>604d24db9579f5b317cae3fae63ab75ef5efca7f - style.Makefile(5):</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#604d24db9579f5b317cae3fae63ab75ef5efca7f</link>
        <description>style.Makefile(5):	Use WARNS?= instead of WARNS=.

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Mon, 23 Feb 2004 21:25:27 +0100</pubDate>
        <dc:creator>Johan Karlsson &lt;johan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4f02a891fe62fe1277c89859922804ea2c27bcd - - Support for multibyte charsets in LIBICONV.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/mount_cd9660/Makefile#c4f02a891fe62fe1277c89859922804ea2c27bcd</link>
        <description>- Support for multibyte charsets in LIBICONV.- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options(with corresponding modules).- kiconv(3) for loadable charset conversion tables support.Submitted by:	Ryuichiro Imura &lt;imura@ryu16.org&gt;

            List of files:
            /freebsd/sbin/mount_cd9660/Makefile</description>
        <pubDate>Fri, 26 Sep 2003 22:26:25 +0200</pubDate>
        <dc:creator>Max Khon &lt;fjoe@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
