<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a1d14419a5b620430949a46cb6ee63148a43cb9 - include: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#5a1d14419a5b620430949a46cb6ee63148a43cb9</link>
        <description>include: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a068746777241722b2b32c5d0bc443a2a64d80b - MFC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#6a068746777241722b2b32c5d0bc443a2a64d80b</link>
        <description>MFC

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Tue, 15 May 2012 02:42:12 +0200</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f1b189cd839bd8aa122ae06cc084810ca1e395 - IFC @ r234692</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#38f1b189cd839bd8aa122ae06cc084810ca1e395</link>
        <description>IFC @ r234692sys/amd64/include/cpufunc.hsys/amd64/include/fpu.hsys/amd64/amd64/fpu.csys/amd64/vmm/vmm.c - Add API to allow vmm FPU state init/save/restore.FP stuff discussed with: kib

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Thu, 26 Apr 2012 09:52:28 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9dba179d5e2453efa8e67ee2df13ee86d46ad0d4 - IFC @231845</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#9dba179d5e2453efa8e67ee2df13ee86d46ad0d4</link>
        <description>IFC @231845Sponsored by:	Cisco Systems, Inc.

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Fri, 17 Feb 2012 01:27:48 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e0a19bdeee80766c9e20ab1f85487fbeaf64894 - Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#5e0a19bdeee80766c9e20ab1f85487fbeaf64894</link>
        <description>Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorset via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.MFC after:	1 week

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Tue, 07 Feb 2012 10:27:07 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7b111cba82a6eafca66d37944c7293fb1a11000 - Added new bsd.incs.mk which handles installing of header files</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#c7b111cba82a6eafca66d37944c7293fb1a11000</link>
        <description>Added new bsd.incs.mk which handles installing of header filesvia INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) tohandle symlinking include files.  Allow for multiple groups ofinclude files to be installed, with the powerful INCSGROUPS knob.Documentation to follow.Added standard `includes&apos; and `incsinstall&apos; targets, use themin Makefile.inc1.  Headers from the following makefiles werenot installed before (during `includes&apos; in Makefile.inc1):	kerberos5/lib/libtelnet/Makefile	lib/libbz2/Makefile	lib/libdevinfo/Makefile	lib/libform/Makefile	lib/libisc/Makefile	lib/libmenu/Makefile	lib/libmilter/Makefile	lib/libpanel/MakefileReplaced all `beforeinstall&apos; targets for installing includeswith the INCS stuff.Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,and INCMODE.Consistently use INCLUDEDIR instead of /usr/include.gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changeswere only lightly tested due to the missing contrib/libstdc++-v3.I fully tested the pre-WIP_GCC31 version of this patch with thecontrib/libstdc++.295 stuff.These changes have been tested on i386 with the -DNO_WERROR &quot;makeworld&quot; and &quot;make release&quot;.

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Sun, 12 May 2002 18:01:00 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4add9a9b110cb5deed00bf9cf7ca970daae2da7 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#a4add9a9b110cb5deed00bf9cf7ca970daae2da7</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:45:13 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8cff82d7fadd5d5d79c85f56fb51a4cc7e07828 - Build headers with -DWANT_NFS3.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#b8cff82d7fadd5d5d79c85f56fb51a4cc7e07828</link>
        <description>Build headers with -DWANT_NFS3.(finishing up on Amd upgrade)

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Thu, 17 Sep 1998 21:51:40 +0200</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59bd6ec5a0a8c264af04c33b76897739e51a0f18 - Uncommit the generated file key_prot.h.  Install it from where it</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#59bd6ec5a0a8c264af04c33b76897739e51a0f18</link>
        <description>Uncommit the generated file key_prot.h.  Install it from where itis generated.  It must be installed in both /usr/include/rpc/ and/usr/include/rpcsvc/ for historical reasons.  The generated versionwas once missing ANSI prototypes because the wrong flags were passedto rpcgen, but that is fixed now.  The committed version had `#pragmaindent&apos; which gratuitously broke K&amp;R support.  Apart from this, allversions before and after this commit are identical.

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Fri, 13 Feb 1998 04:10:28 +0100</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>813907f9ec2e49f9f87faac9335102030580fa32 - Invoke rpcgen with -C so that headers are created with ANSI prototypes.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#813907f9ec2e49f9f87faac9335102030580fa32</link>
        <description>Invoke rpcgen with -C so that headers are created with ANSI prototypes.Note: this may cause some problems in a few cases. With very old versionsof rpcgen, if you defined a procedure called foo, then rpcen would createclient stubs for function foo_1() and server stubs _also_ with functionfoo_1(). This only worked because of the lack of ANSI prototypes: theclient side stub takes different arguments than the server side stub.(The client side takes a CLIENT * handle, while the server side wantsan svc_req *.)To fix this conflict, rpcgen in ANSI mode generates foo_1() for the clientand foo_1_svc() for the server. RPC server code that depends on the oldbehavior might break because of this. (Fixing it is just a matter ofadding the _svc suffix onto the server procedure names.)

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Mon, 19 Jan 1998 18:19:09 +0100</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25776f4cf7eb6ee6429a290a521087ece39a9532 - Fixed a missing dependency.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#25776f4cf7eb6ee6429a290a521087ece39a9532</link>
        <description>Fixed a missing dependency.

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Fri, 16 Jan 1998 12:51:19 +0100</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b6f5a5bddde229776f9f002ed83d4624f15f65d - Removed installhdrs target.  It was an unnecessary complication.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#3b6f5a5bddde229776f9f002ed83d4624f15f65d</link>
        <description>Removed installhdrs target.  It was an unnecessary complication.

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Tue, 16 Sep 1997 12:52:59 +0200</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41b55134037cf148881b9642e1c1a1bfb097fb05 - Fix and simplify installhdrs target.  It didn&apos;t install the headers in</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#41b55134037cf148881b9642e1c1a1bfb097fb05</link>
        <description>Fix and simplify installhdrs target.  It didn&apos;t install the headers in${HFILES} and it&apos;s simpler to install the non-headers in ${XFILES}.

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Thu, 21 Aug 1997 20:33:13 +0200</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4604167e0a134565105659ceb5f37b60ce596284 - fix a problem with headers not being installed properly...  basicly the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#4604167e0a134565105659ceb5f37b60ce596284</link>
        <description>fix a problem with headers not being installed properly...  basicly theinstallhdrs target was not being propagated to the subdirs...also fix rpcsvc&apos;s Makefile to have a installhdrs target to install theheaders..

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Thu, 21 Aug 1997 11:29:49 +0200</pubDate>
        <dc:creator>John-Mark Gurney &lt;jmg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3a87c6d4574376574c35299a11aac946063b905 - Undo small change I accidentally left in while testing (files were</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#c3a87c6d4574376574c35299a11aac946063b905</link>
        <description>Undo small change I accidentally left in while testing (files wereinstalled with wrong ownerships).Pointed out by: bde

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Wed, 28 May 1997 18:26:05 +0200</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9bd1654ae3b200ea642b0162c3e49e16d3676e06 - Resolve conflicts.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#9bd1654ae3b200ea642b0162c3e49e16d3676e06</link>
        <description>Resolve conflicts.

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Wed, 28 May 1997 06:38:30 +0200</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b0f74670a4b44bf812914ac8b8ded124f59c8b8 - Hold onto your hats folks, here it comes: the first stage of the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#3b0f74670a4b44bf812914ac8b8ded124f59c8b8</link>
        <description>Hold onto your hats folks, here it comes: the first stage of theSecure RPC import I&apos;ve been threatening.This step adds some necessary protocol definition files and headers torpcsvc, including the ones needed for NIS+.Reviewed by:	Mark Murray

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Wed, 28 May 1997 06:35:55 +0200</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>79403fe30060eef58fe06c0d53f0a95899ba829e - Revert $FreeBSD$ to $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/include/rpcsvc/Makefile#79403fe30060eef58fe06c0d53f0a95899ba829e</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd/include/rpcsvc/Makefile</description>
        <pubDate>Sun, 23 Feb 1997 10:21:14 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
