<?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/share/examples/libusb20/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/share/examples/libusb20/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/share/examples/libusb20/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>a5921bc3653e2e286715e6fe8d473ec0d02da38c - Update share/examples/* to properly install /usr/share/examples.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#a5921bc3653e2e286715e6fe8d473ec0d02da38c</link>
        <description>Update share/examples/* to properly install /usr/share/examples.As result of this, a new examples package is now created.Note, this is only effective with &apos;SHARED=copies&apos; (the default),as the &apos;SHARED=symlinks&apos; mechanism will create a symlink to thesource tree version of the file(s).Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Tue, 10 May 2016 02:51:50 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Mon, 28 Apr 2014 09:50:45 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Wed, 23 Apr 2014 23:52:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>485ac45a536e186a26411277af1fe98ef0d17c2b - MFC @ r259205 in preparation for some SVM updates. (for real this time)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#485ac45a536e186a26411277af1fe98ef0d17c2b</link>
        <description>MFC @ r259205 in preparation for some SVM updates. (for real this time)

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Tue, 04 Feb 2014 07:59:08 +0100</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50d3286d9dbd7bec7aef9c7ac76eaa690a760bec - Merge head r232040 through r258006.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#50d3286d9dbd7bec7aef9c7ac76eaa690a760bec</link>
        <description>Merge head r232040 through r258006.

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Mon, 11 Nov 2013 21:33:25 +0100</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2578c12e39a4009e1b0e0183e0273bab80a1fbb9 - - Use libusb20_strerror() function instead of custom usb_error() one.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#2578c12e39a4009e1b0e0183e0273bab80a1fbb9</link>
        <description>- Use libusb20_strerror() function instead of custom usb_error() one.- Rename &quot;aux.[ch]&quot; to &quot;util.[ch]&quot; which is a more common name forutility functions and allows checkout on some non-FreeBSD systemswhere the &quot;aux.*&quot; namespace is reserved.- Fix some compile warnings while at it.PR:		usb/183728MFC after:	2 weeks

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Thu, 07 Nov 2013 08:22:51 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e477abf734cc777a55286bfbd6b80a6760c96acf - MFC @ r241285</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#e477abf734cc777a55286bfbd6b80a6760c96acf</link>
        <description>MFC @ r241285

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Tue, 27 Nov 2012 19:38:50 +0100</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a10c6f5544ccbab911d786d4b50d50cabd6bb5ab - IFC @ r242684</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#a10c6f5544ccbab911d786d4b50d50cabd6bb5ab</link>
        <description>IFC @ r242684

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Sun, 11 Nov 2012 04:26:14 +0100</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23090366f729c56cab62de74c7a51792357e98a9 - Sync from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#23090366f729c56cab62de74c7a51792357e98a9</link>
        <description>Sync from head

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Sun, 04 Nov 2012 03:52:03 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e11b6fa307b49a2a9ba2d0af0d80ddc103c84c10 - Merge head r233826 through r239010.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#e11b6fa307b49a2a9ba2d0af0d80ddc103c84c10</link>
        <description>Merge head r233826 through r239010.

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Fri, 03 Aug 2012 16:49:18 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b9676efb53cd0386228b1a11b69097e9d22e405 - Add some examples about how to use FreeBSD&apos;s libusb20 in your own</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/examples/libusb20/Makefile#3b9676efb53cd0386228b1a11b69097e9d22e405</link>
        <description>Add some examples about how to use FreeBSD&apos;s libusb20 in your owncode.

            List of files:
            /freebsd/share/examples/libusb20/Makefile</description>
        <pubDate>Wed, 18 Jul 2012 23:30:17 +0200</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
