<?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>
    <link>http://nxr.netbsd.org/rss/src/usr.sbin/rpc.pcnfsd/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>bsd.own.mk: rename GCC_NO_* to CC_WNO_*<br/><br/>Rename compiler-warning-disable variables from<br/>	GCC_NO_warning<br/>to<br/>	CC_WNO_warning<br/>where warning is the full warning name as used by the compiler.<br/><br/>GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH<br/><br/>Using the convention CC_compilerflag, where compilerflag<br/>is based on the full compiler flag name.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.25</description>
    <pubDate>Sat Jun 03 09:09:23 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>introduce some common variables for use in GCC warning disables:<br/><br/>GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)<br/>GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)<br/>GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)<br/>GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)<br/><br/>use these to turn off warnings for most GCC-8 complaints.  many<br/>of these are false positives, most of the real bugs are already<br/>commited, or are yet to come.<br/><br/><br/>we plan to introduce versions of (some?) of these that use the<br/>"-Wno-error=" form, which still displays the warnings but does<br/>not make it an error, and all of the above will be re-considered<br/>as either being "fix me" (warning still displayed) or "warning<br/>is wrong."</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.24</description>
    <pubDate>Sun Oct 13 07:28:20 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.23.32;<br/>Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply<br/>to Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.23</description>
    <pubDate>Fri Aug 10 00:10:30 UTC 2012</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.22.2;<br/>remove most of the remaining HAVE_GCC tests that are always true in<br/>the modern world.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.22</description>
    <pubDate>Mon Jun 20 07:44:04 UTC 2011</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.21.18;<br/>Refine previous: can put the main -&gt; mymain thing in the .x file, which is<br/>both tidier and also doesn't break update builds.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.21</description>
    <pubDate>Tue Sep 30 06:25:22 UTC 2008</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>Enable the code that reads /etc/pcnfsd.conf. It was disabled because<br/>rpcgen offers no mechanism to call it from the rpcgen-created main().<br/>So, use the preprocessor to rename that mymain() and provide another<br/>main() that loads the config file first.<br/><br/>PR bin/12758.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.20</description>
    <pubDate>Tue Sep 30 05:20:42 UTC 2008</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>Fix the Title of manual page so it our official name (rpc.pcnfsd).<br/>Install so first file installed matches this correct manual page<br/>name.<br/><br/>(Both manual pages are still installed. And only rpc.pcnfsd binary is<br/>installed. So no change.)</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.19</description>
    <pubDate>Sat Sep 27 04:47:01 UTC 2008</pubDate>
    <dc:creator>reed</dc:creator>
</item>

<item>
    <title>Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.18</description>
    <pubDate>Fri Aug 29 00:02:25 UTC 2008</pubDate>
    <dc:creator>gmcgarry</dc:creator>
</item>

<item>
    <title>branches:  1.17.20;<br/>sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.17</description>
    <pubDate>Thu May 11 23:16:31 UTC 2006</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>remove unnecessary dependency now that bsd.rpc.mk adds to DPSRCS</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.16</description>
    <pubDate>Tue Jul 29 02:48:47 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Use &lt;bsd.rpc.mk&gt;</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.15</description>
    <pubDate>Sun Jan 05 19:24:08 UTC 2003</pubDate>
    <dc:creator>sommerfeld</dc:creator>
</item>

<item>
    <title>Resolve rpcgen's path in a way that works with other shells.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.14</description>
    <pubDate>Sat Sep 14 05:35:13 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>welcome to the 20th century; use logwtmp{,x}; don't write to /var/adm/wtmp!</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.13</description>
    <pubDate>Fri Aug 02 02:47:58 UTC 2002</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.12.2;<br/>Split the notion of building Hesiod, Kerberos, S/key, and YP<br/>infrastructure and using that infrastructure in programs.<br/><br/>	* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building<br/>	  of the infratsructure (libraries, support programs, etc.)<br/><br/>	* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control<br/>	  building of support for using the corresponding API<br/>	  in various libraries/programs that can use it.<br/><br/>As discussed on tech-toolchain.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.12</description>
    <pubDate>Fri Mar 22 18:10:26 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>No need to invoke extra shell.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.11</description>
    <pubDate>Fri Feb 16 01:05:34 UTC 2001</pubDate>
    <dc:creator>enami</dc:creator>
</item>

<item>
    <title>Run make in compat mode while evaluating rhs of != op.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.10</description>
    <pubDate>Fri Feb 16 01:01:39 UTC 2001</pubDate>
    <dc:creator>enami</dc:creator>
</item>

<item>
    <title>use expr to do subtraction.  shell math isn't as portable.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.9</description>
    <pubDate>Tue Jan 16 02:42:40 UTC 2001</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Make targets which are generated with rpcgen depend on the rpcgen binary.</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.8</description>
    <pubDate>Sun Sep 10 23:21:50 UTC 2000</pubDate>
    <dc:creator>erh</dc:creator>
</item>

<item>
    <title>${RPCGEN}, not hard-coded rpcgen</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.7</description>
    <pubDate>Tue Jul 25 06:29:46 UTC 2000</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>use CPPFLAGS instead of CFLAGS</title>
    <description>/src/usr.sbin/rpc.pcnfsd/Makefile - 1.6</description>
    <pubDate>Sat Oct 25 06:58:38 UTC 1997</pubDate>
    <dc:creator>lukem</dc:creator>
</item>
</channel></rss>

