<?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>266fbc83 - Use unifdef -x1 instead of ignoring the shell exit code</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#266fbc83</link>
        <description>Use unifdef -x1 instead of ignoring the shell exit codeThis way the target fails if unifdef doesn&apos;t exist or doesn&apos;t modify thefile instead of just generating an empty .c file.I found this while building without inherited $PATH (D16815)Approved By:	jhb (mentor)

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Wed, 22 Aug 2018 11:56:51 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81a687a7 - Fix build after r314656</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#81a687a7</link>
        <description>Fix build after r314656Some of the changes I introduced to use .ALLSRC were correct in spirit,but incorrect in reality -- in particular, ../Makefile.inc hadn&apos;t beenpulled in via bsd.init.mk (via bsd.lib.mk, bsd.prog.mk), so the valueof .ALLSRC (evaluated immediately) was empty. .include bsd.init.mkexplicitly so we can be certain that the values used as dependencies inthe targets are defined when the target recipe has been evaluated.Reminder: thou shalt separate out separate functional changes before          committing them.(YUGE) Pointyhat to:	ngieIn collaboration with:	bdreweryMFC after:	1 monthReported by:	Jenkins, cy, ler, O. Hartmann, Michael ButlerSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 20:35:34 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64a0982b - usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#64a0982b</link>
        <description>usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:38:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fcdaff2c - Sources from the &quot;current&quot; build tree and generated sources in the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#fcdaff2c</link>
        <description>Sources from the &quot;current&quot; build tree and generated sources in theobject tree should be used instead of sources and headers from thealready installed source tree on the build host.This was noticed while addressing issues in the upcoming amd update.MFC after:	2 weeks

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Sat, 22 Oct 2016 22:27:51 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3dd30bd1 - Switch from .CURDIR to the simpler, more legible SRCTOP.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#3dd30bd1</link>
        <description>Switch from .CURDIR to the simpler, more legible SRCTOP.Suggested by:	emasteX-MFC-with:	upcoming amd upgrade

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Wed, 14 Sep 2016 01:47:01 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f03573d - We now have to use part of the vendor supplied xdr_func.c.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#5f03573d</link>
        <description>We now have to use part of the vendor supplied xdr_func.c.util renamed to strutil to be more clear of its purpose.

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Wed, 05 Dec 2007 16:27:03 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d8893 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#a35d8893</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 15:33:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>423e9124 - Mark all internal libraries with INTERNALLIB.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#423e9124</link>
        <description>Mark all internal libraries with INTERNALLIB.

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Mon, 13 May 2002 11:24:03 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6874428a - Use the native mount and nfs_prot headers.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#6874428a</link>
        <description>Use the native mount and nfs_prot headers.Also generate nfs_prot_x.c in ANSI-C mode.

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Sun, 02 Sep 2001 20:37:36 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97d92980 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#97d92980</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:35:59 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bc4d911b - Fully use our own generated files for NFSv3.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#bc4d911b</link>
        <description>Fully use our own generated files for NFSv3.

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Wed, 09 Sep 1998 16:11:01 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72c53665 - With the change to the 4.4Lite2 mount interface we don&apos;t need special</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#72c53665</link>
        <description>With the change to the 4.4Lite2 mount interface we don&apos;t need specialconf files.

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Sat, 05 Sep 1998 00:58:37 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f4a9d83b - bmake framework for contrib_amd</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/amd/libamu/Makefile#f4a9d83b</link>
        <description>bmake framework for contrib_amd

            List of files:
            /freebsd-12.1/usr.sbin/amd/libamu/Makefile</description>
        <pubDate>Thu, 27 Aug 1998 08:09:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
