<?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.bin/rpcgen/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.bin/rpcgen/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>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/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.bin/rpcgen/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>e9067f113df5f721192643e1ad759cf4cef59a41 - WARNS=5</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#e9067f113df5f721192643e1ad759cf4cef59a41</link>
        <description>WARNS=5

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Sun, 11 Aug 2013 08:03:10 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1ceae17f0d6ad69167715e05c1487f89f8571bc - Enable WARNS=4 by default for usr.bin, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#c1ceae17f0d6ad69167715e05c1487f89f8571bc</link>
        <description>Enable WARNS=4 by default for usr.bin, except for:	awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh	string2key  telnet  tn3270  verify_krb5_conf  xlint

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Tue, 14 Apr 2009 22:15:16 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>826a14607a3d151e43a2281c37fb241c1559f54f - Now that &lt;bsd.prog.mk&gt; DTRT if HOSTPROG is defined (i.e, it is a no-op),</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#826a14607a3d151e43a2281c37fb241c1559f54f</link>
        <description>Now that &lt;bsd.prog.mk&gt; DTRT if HOSTPROG is defined (i.e, it is a no-op),there&apos;s no need to special-case .include-ing it.

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Sun, 18 May 2003 07:57:31 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dba5d446701c6b953e822d0dab92a5fed71b16f5 - Add hooks to allow toolchain bits to be reachover-built at the top level.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#dba5d446701c6b953e822d0dab92a5fed71b16f5</link>
        <description>Add hooks to allow toolchain bits to be reachover-built at the top level.

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Tue, 14 Aug 2001 10:18:26 +0000</pubDate>
        <dc:creator>tv &lt;tv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70214e02252639184014130cbe7067770e05ad4f - Remove -g.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#70214e02252639184014130cbe7067770e05ad4f</link>
        <description>Remove -g.

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Wed, 21 Mar 2001 00:30:54 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1bad8f6934baeb54ab168779faf382033ee41ce - Add a -M flag, for generating thread-safe stubs, per RedHat.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#b1bad8f6934baeb54ab168779faf382033ee41ce</link>
        <description>Add a -M flag, for generating thread-safe stubs, per RedHat.Also clean up some KNF and ANSI C glitches in -Sc and -Ss output.

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Wed, 21 Mar 2001 00:30:39 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fdf9f1c771daea78a1db80accecc58afdf3370e1 - remove CFLAGS+=-g</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#fdf9f1c771daea78a1db80accecc58afdf3370e1</link>
        <description>remove CFLAGS+=-g

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Thu, 23 Oct 1997 22:48:26 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc7ab0caa5faa1a402f8e34281b4d857740b5562 - remove WARNS=1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#dc7ab0caa5faa1a402f8e34281b4d857740b5562</link>
        <description>remove WARNS=1

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Sun, 19 Oct 1997 14:11:38 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>935794817d1b857d994b5190ea3ede349dd7d756 - - Rename &quot;inline&quot; variable to &quot;doinline&quot; so that we don&apos;t need -ansi</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#935794817d1b857d994b5190ea3ede349dd7d756</link>
        <description>- Rename &quot;inline&quot; variable to &quot;doinline&quot; so that we don&apos;t need -ansi- Fix gcc warnings and add netbsd rcsid&apos;s- add WARNS to the Makefile- Add errx() to unhandled cases where appropriate.

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Sat, 11 Oct 1997 21:01:26 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71a0fb455d8f8c71c5f676c6e8dc37aed01adae8 - Clean up import &amp; propagate NetBSD changes.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#71a0fb455d8f8c71c5f676c6e8dc37aed01adae8</link>
        <description>Clean up import &amp; propagate NetBSD changes.Add RCS Ids.Fix a number of bugs.Note: this version supports ANSI C code generation.

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Sun, 11 Jun 1995 21:49:50 +0000</pubDate>
        <dc:creator>pk &lt;pk@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34a64dcb502302d16d68ceb5dc0fd86bbcaa6e02 - rpcgen is just a protocol compiler, it doesn&apos;t need -lrpc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#34a64dcb502302d16d68ceb5dc0fd86bbcaa6e02</link>
        <description>rpcgen is just a protocol compiler, it doesn&apos;t need -lrpc

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Mon, 23 Aug 1993 21:21:49 +0000</pubDate>
        <dc:creator>jtc &lt;jtc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aee4b07b8a049bdc57cefcbb82bebeb6f341859a - Add RCS identifiers, remove some completely useless RCS logs and patchkit</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#aee4b07b8a049bdc57cefcbb82bebeb6f341859a</link>
        <description>Add RCS identifiers, remove some completely useless RCS logs and patchkitheaders, and a few other insignificant changes.

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Mon, 02 Aug 1993 17:48:44 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0abce1cdc859fb2a542c4c4b4f7456a7e29fd5 - Added rpcgen(1)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rpcgen/Makefile#8f0abce1cdc859fb2a542c4c4b4f7456a7e29fd5</link>
        <description>Added rpcgen(1)

            List of files:
            /netbsd-src/usr.bin/rpcgen/Makefile</description>
        <pubDate>Sat, 03 Apr 1993 00:51:49 +0000</pubDate>
        <dc:creator>glass &lt;glass@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
