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

            List of files:
            /freebsd-14.2/share/examples/ppi/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5921bc3 - Update share/examples/* to properly install /usr/share/examples.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/ppi/Makefile#a5921bc3</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-14.2/share/examples/ppi/Makefile</description>
        <pubDate>Tue, 10 May 2016 00:51:50 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bdf7758 - NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/ppi/Makefile#3bdf7758</link>
        <description>NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn&apos;t a simple mechanical change, and will beaddressed in a future commit.

            List of files:
            /freebsd-14.2/share/examples/ppi/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 05:21:56 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e653b48c - Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/ppi/Makefile#e653b48c</link>
        <description>Start the dreaded NOFOO -&gt; NO_FOO conversion.OK&apos;ed by:	core

            List of files:
            /freebsd-14.2/share/examples/ppi/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 08:47:35 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d8893 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/ppi/Makefile#a35d8893</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd-14.2/share/examples/ppi/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 15:33:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b5df07d - Grab headers from /usr/include.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/ppi/Makefile#5b5df07d</link>
        <description>Grab headers from /usr/include.

            List of files:
            /freebsd-14.2/share/examples/ppi/Makefile</description>
        <pubDate>Fri, 18 May 2001 13:58:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fe1aaca - make the example compile again.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/ppi/Makefile#7fe1aaca</link>
        <description>make the example compile again.The makefile contains a reference to /sys/dev/ppbus. What really shouldbe done is copy the header files to /usr/include/sys/dev/ppbus.PR:	            kern/16767Submitted by:	   Jin Guojun (FTG staff) &lt;jin@gracie.lbl.gov&gt;

            List of files:
            /freebsd-14.2/share/examples/ppi/Makefile</description>
        <pubDate>Thu, 27 Apr 2000 21:08:24 +0000</pubDate>
        <dc:creator>Nick Hibma &lt;n_hibma@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3dea24 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/ppi/Makefile#7f3dea24</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/share/examples/ppi/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 00:22:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1303e6e - Sample program using the ppi(4) interface to control LCD modules.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/ppi/Makefile#b1303e6e</link>
        <description>Sample program using the ppi(4) interface to control LCD modules.Currently supports the (very common) Hitachi HD44780, but can beeasily modified to add other chipsets.

            List of files:
            /freebsd-14.2/share/examples/ppi/Makefile</description>
        <pubDate>Fri, 02 Jan 1998 12:10:56 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
