<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>987f284e0a9df4d4794730fc1375d35570979148 - Put the NOAOUT in one place</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#987f284e0a9df4d4794730fc1375d35570979148</link>
        <description>Put the NOAOUT in one place

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sun, 31 Oct 2021 18:06:42 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b83f5063e990a9f29b77df0e9269ae738b4c6954 - USE CPPFLAGS instead of CFLAGS for -D !</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#b83f5063e990a9f29b77df0e9269ae738b4c6954</link>
        <description>USE CPPFLAGS instead of CFLAGS for -D !

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sun, 31 Oct 2021 17:50:35 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d78881479c369df0ed563fbc7f9dea7be0421c4a - Fix broken snprintf usage; noted in PR 47976 from Henning Petersen.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#d78881479c369df0ed563fbc7f9dea7be0421c4a</link>
        <description>Fix broken snprintf usage; noted in PR 47976 from Henning Petersen.As a bonus, this removes the nonliteral format arguments.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sun, 27 Jul 2014 04:38:03 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9edf9a04578e6c31927228eead02aa9d08d450ee - Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#9edf9a04578e6c31927228eead02aa9d08d450ee</link>
        <description>Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyto Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Fri, 10 Aug 2012 12:10:27 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c4f17f60ea38668b3d724bb9dd43492bca9b293 - Use of non-literal format strings</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#9c4f17f60ea38668b3d724bb9dd43492bca9b293</link>
        <description>Use of non-literal format strings

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Thu, 25 Aug 2011 16:47:20 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21a5b878f0c0dd50b527244503fbef1a9156fcda - gcc-4.5 is picky about potential negative indexes. appease it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#21a5b878f0c0dd50b527244503fbef1a9156fcda</link>
        <description>gcc-4.5 is picky about potential negative indexes. appease it.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Tue, 16 Aug 2011 16:45:20 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c111245a78af130a37be9fa187a36e4096487859 - apply some -Wno-error and/or -fno-strict-aliasing.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#c111245a78af130a37be9fa187a36e4096487859</link>
        <description>apply some -Wno-error and/or -fno-strict-aliasing.all of this should be looked at closer, but some of them are notvery trivial.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Wed, 22 Jun 2011 02:49:41 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75e42fa7da3375c4e9eb19f0f41f75ab22e8e064 - remove most of the remaining HAVE_GCC tests that are always true in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#75e42fa7da3375c4e9eb19f0f41f75ab22e8e064</link>
        <description>remove most of the remaining HAVE_GCC tests that are always true inthe modern world.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Mon, 20 Jun 2011 07:43:56 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a7ab7d442515142371bbc941641aef7ce6ef94a - Define NOAOUT if we&apos;re building for mips.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#2a7ab7d442515142371bbc941641aef7ce6ef94a</link>
        <description>Define NOAOUT if we&apos;re building for mips.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Thu, 20 Aug 2009 21:59:12 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f46c1de7cbdec5bc8a818069ff8760cb0b3581d2 - Use ${TOOL_SED} instead if plain sed in Makefiles.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#f46c1de7cbdec5bc8a818069ff8760cb0b3581d2</link>
        <description>Use ${TOOL_SED} instead if plain sed in Makefiles.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sat, 25 Oct 2008 22:27:34 +0000</pubDate>
        <dc:creator>apb &lt;apb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c9a95916d32f68650603ebdaa88991d82096b93 - Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#3c9a95916d32f68650603ebdaa88991d82096b93</link>
        <description>Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Fri, 29 Aug 2008 00:02:21 +0000</pubDate>
        <dc:creator>gmcgarry &lt;gmcgarry@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be - Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be</link>
        <description>Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this isa variable that is used by in-tree Makefiles to control behaviour.(MKsomevar variables are generally intended to be controlled by the end-user)

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sat, 03 May 2008 14:48:30 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e13fd87f5fcf97c99f7b467435c9ecdff8c0ee5f - use -Wno-pointer-sign with GCC4.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#e13fd87f5fcf97c99f7b467435c9ecdff8c0ee5f</link>
        <description>use -Wno-pointer-sign with GCC4.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Fri, 12 May 2006 01:54:57 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8172479885f1b25a6e2bcabab191013c6d4ac12 - Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#b8172479885f1b25a6e2bcabab191013c6d4ac12</link>
        <description>Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andsetting NOLINT, NOPIC, NOPROFILE (etc)

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sun, 23 May 2004 02:24:50 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>130ab7336bea0fe7c219d37974bfa8396d9f7dc7 - Rework how MAKEVERBOSE operates:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#130ab7336bea0fe7c219d37974bfa8396d9f7dc7</link>
        <description>Rework how MAKEVERBOSE operates:    *	Don&apos;t bother prefixing commands with a line of  ${_MKCMD}\	and instead rely upon &quot;make -s&quot;.  This is less intrusive on	all the Makefiles than the former.  Idea from David Laight.    *	Rename the variables use to print messages.  The scheme now is:	    _MKMSG_FOO		Run  _MKMSG &apos;foo&apos;	    _MKTARGET_FOO	Run  _MKMSG_FOO ${.TARGET}	From discussion with Alistair Crooks.

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Tue, 21 Oct 2003 10:01:19 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8233be784c1f994d8b5c0ed64ffff71a7a8983fc - support MAKEVERBOSE</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#8233be784c1f994d8b5c0ed64ffff71a7a8983fc</link>
        <description>support MAKEVERBOSE

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sun, 19 Oct 2003 06:12:07 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10dd0ebe003ac0e0330a7dd3ac9928c222e5cf78 - PR/3343: Jonathan Stone: Errors and warnings to stderr if interactive</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#10dd0ebe003ac0e0330a7dd3ac9928c222e5cf78</link>
        <description>PR/3343: Jonathan Stone: Errors and warnings to stderr if interactive

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Sun, 20 Apr 2003 00:17:22 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c52b93f508b26824cb40882e20950e21b575e8d4 - minor makefile delint</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/mopd/common/Makefile#c52b93f508b26824cb40882e20950e21b575e8d4</link>
        <description>minor makefile delint

            List of files:
            /netbsd-src/usr.sbin/mopd/common/Makefile</description>
        <pubDate>Wed, 18 Sep 2002 13:31:52 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
