<?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/usr.sbin/lpr/common_source/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/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>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@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/usr.sbin/lpr/common_source/Makefile#a35d8893</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/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>dd8faa9f - Changes which rewrite &apos;lpc topq&apos;, and which add &apos;lpc bottomq&apos;.  These</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#dd8faa9f</link>
        <description>Changes which rewrite &apos;lpc topq&apos;, and which add &apos;lpc bottomq&apos;.  Thesereflect much valuable feedback from wollman.  More details on the new&apos;lpc topq&apos; are in the log message for revision 1.2 of lpc/movejobs.c.The previous implementation of &apos;lpc topq&apos; is available as &apos;lpc xtopq&apos;,in case there are any problems noticed in the new implementation.  Ifthere are no problems with this version, a later update will remove the&apos;lpc xtopq&apos; command.Reviewed by:	freebsd-print@bostonradio.orgMFC after:	6 days

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Wed, 17 Jul 2002 00:51:19 +0000</pubDate>
        <dc:creator>Garance A Drosehn &lt;gad@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c75ad7e - Stop adding ${CWARNFLAGS} to CFLAGS.  The standard makefile processing will</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#3c75ad7e</link>
        <description>Stop adding ${CWARNFLAGS} to CFLAGS.  The standard makefile processing willadd them automatically, and there is no point in adding them twice.MFC after:	5 days

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sun, 23 Jun 2002 20:57:18 +0000</pubDate>
        <dc:creator>Garance A Drosehn &lt;gad@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>423e9124 - Mark all internal libraries with INTERNALLIB.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#423e9124</link>
        <description>Mark all internal libraries with INTERNALLIB.

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Mon, 13 May 2002 11:24:03 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>442e0eaf - Change lpd to perform sanity and safety checks on control files as it</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#442e0eaf</link>
        <description>Change lpd to perform sanity and safety checks on control files as itreceives them from other hosts.  This is meant to protect from bothnefarious users (which maybe broke into some remote host that we acceptprint jobs from), and broken implementations of lpr on other platforms.This is done by changing recvjob.c to call the new ctl_renametf()routine in the new common_source/ctlinfo.[ch] files.  This will notaffect jobs coming via lpr on the local machine.Reviewed by:	freebsd-print@bostonradio.org &amp; freebsd-auditMFC after:	16 days

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sun, 15 Jul 2001 05:29:38 +0000</pubDate>
        <dc:creator>Garance A Drosehn &lt;gad@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97d92980 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#97d92980</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:35:59 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90cf373d - Fix additional warnings.  Remove -Werror, since some people have complained</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#90cf373d</link>
        <description>Fix additional warnings.  Remove -Werror, since some people have complainedabout it.PR:		7886Submitted by:	Stefan Eggers &lt;seggers@semyam.dinoco.de&gt; (partially)

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Fri, 11 Sep 1998 18:49:33 +0000</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0793ce31 - Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#0793ce31</link>
        <description>Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spitswarnings from unused static inline functions in headers if you happento set CFLAGS without -O.

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Thu, 11 Jun 1998 03:53:23 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84cc0c31 - Make -Werror i386 specific because -nostinc on alpha spits warnings</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#84cc0c31</link>
        <description>Make -Werror i386 specific because -nostinc on alpha spits warningsfor unused static inline functions in header files.

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Wed, 13 May 1998 06:50:09 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a1a0dbe - Mega lpd/lpd upgrade, part I:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/lpr/common_source/Makefile#4a1a0dbe</link>
        <description>Mega lpd/lpd upgrade, part I:- Get rid of a lot of the static variables which were shared by  many routines and programs in the suite.- Create an abstract interface to the printcap database, so that  other retrieval and iteration mechanisms could be developed  (e.g., YP, Hesiod, or automatic retrieval from a trusted server).- Give each capability a human-readable name in addition to the historic  two-character one.- Otherwise generally clean up a lot of dark corners.  Many still remain.- When submitting jobs, use the official login name record (from getlogin())  if there is one, rather than reverse-mapping the uid.More to come...

            List of files:
            /freebsd-14.2/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Tue, 02 Dec 1997 20:46:22 +0000</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
