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

            List of files:
            /freebsd-14.2/include/rpcsvc/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>5e0a19bd - Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#5e0a19bd</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-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Tue, 07 Feb 2012 09:27:07 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7b111cb - Added new bsd.incs.mk which handles installing of header files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#c7b111cb</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-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Sun, 12 May 2002 16:01:00 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4add9a9 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#a4add9a9</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Fri, 27 Aug 1999 23:45:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8cff82d - Build headers with -DWANT_NFS3.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#b8cff82d</link>
        <description>Build headers with -DWANT_NFS3.(finishing up on Amd upgrade)

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Thu, 17 Sep 1998 19:51:40 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59bd6ec5 - Uncommit the generated file key_prot.h.  Install it from where it</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#59bd6ec5</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-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Fri, 13 Feb 1998 03:10:28 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>813907f9 - Invoke rpcgen with -C so that headers are created with ANSI prototypes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#813907f9</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-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Mon, 19 Jan 1998 17:19:09 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25776f4c - Fixed a missing dependency.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#25776f4c</link>
        <description>Fixed a missing dependency.

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

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Tue, 16 Sep 1997 10:52:59 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41b55134 - Fix and simplify installhdrs target.  It didn&apos;t install the headers in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#41b55134</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-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Thu, 21 Aug 1997 18:33:13 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4604167e - fix a problem with headers not being installed properly...  basicly the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#4604167e</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-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Thu, 21 Aug 1997 09:29:49 +0000</pubDate>
        <dc:creator>John-Mark Gurney &lt;jmg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3a87c6d - Undo small change I accidentally left in while testing (files were</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#c3a87c6d</link>
        <description>Undo small change I accidentally left in while testing (files wereinstalled with wrong ownerships).Pointed out by: bde

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

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Wed, 28 May 1997 04:38:30 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b0f7467 - Hold onto your hats folks, here it comes: the first stage of the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#3b0f7467</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-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Wed, 28 May 1997 04:35:55 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>79403fe3 - Revert $FreeBSD$ to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#79403fe3</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Sun, 23 Feb 1997 09:21:14 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#1130b656</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b7156a2 - &apos;make install&apos; is not supposed to touch anything.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#8b7156a2</link>
        <description>&apos;make install&apos; is not supposed to touch anything.

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Fri, 30 Aug 1996 22:36:45 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>20c5124b - missed these parts of Bruce&apos;s changes last time..</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#20c5124b</link>
        <description>missed these parts of Bruce&apos;s changes last time..Submitted by: bde (again :-)

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Fri, 30 Aug 1996 21:57:39 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0fd77885 - Some bmake magic to clean up the install more.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#0fd77885</link>
        <description>Some bmake magic to clean up the install more.fix another missed -c typo of mine.clean the rpcgen implicit rule moreSubmitted by: bde

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Fri, 30 Aug 1996 19:31:28 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>230a383d - replace cmp -s || install with ${INSTALL} -C, and @for with .for</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/rpcsvc/Makefile#230a383d</link>
        <description>replace cmp -s || install with ${INSTALL} -C, and @for with .for

            List of files:
            /freebsd-14.2/include/rpcsvc/Makefile</description>
        <pubDate>Thu, 29 Aug 1996 19:59:48 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
