<?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>4815827f690687d55c6e1168b41508285060ff30 - tools: binstall can use posix_spawn() instead of vfork()</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#4815827f690687d55c6e1168b41508285060ff30</link>
        <description>tools: binstall can use posix_spawn() instead of vfork()

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Thu, 20 Jul 2023 16:21:23 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<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/xinstall/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/xinstall/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>5a14d4c6bd6d9ee8f3e92c78ba4a12cc51aa84ee - install(1): copy metachar table from usr.bin/make</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#5a14d4c6bd6d9ee8f3e92c78ba4a12cc51aa84ee</link>
        <description>install(1): copy metachar table from usr.bin/makeIt is not worth having a dependency on usr.bin/make just for includingthis small table.  The header file usr.bin/make/make.h, which isincluded for consistency with the rest of the usr.bin/make code, isusing inline functions a lot and refers to several parts of make thatare completely irrelevant to usr.bin/install.

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Fri, 30 Oct 2020 20:05:00 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d02f67b401e34efc73901ac611bfa1af0972cc6 - xinstall: define MAKE_NATIVE so our make parts compile</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#2d02f67b401e34efc73901ac611bfa1af0972cc6</link>
        <description>xinstall: define MAKE_NATIVE so our make parts compile

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Tue, 29 Sep 2020 12:04:48 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d94d71e771f9d9dbb7a949fc811f1e0af79cf193 - apply GCC_NO_ADDR_OF_PACKED_MEMBER</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#d94d71e771f9d9dbb7a949fc811f1e0af79cf193</link>
        <description>apply GCC_NO_ADDR_OF_PACKED_MEMBER

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Mon, 07 Sep 2020 00:26:23 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1fb0cf16c7209a89bf7ca319919ade884b624786 - Don&apos;t assume HAVE_POSIX_SPAWN when building a host prog. From Joachim</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#1fb0cf16c7209a89bf7ca319919ade884b624786</link>
        <description>Don&apos;t assume HAVE_POSIX_SPAWN when building a host prog. From JoachimKuebart in PR 50301. needs pullup-7

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Sat, 10 Oct 2015 22:54:03 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9677ce525b94d637c2ee23942a574e28e8b4af4 - Use the bourne shell if the after command has shell metachars.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#e9677ce525b94d637c2ee23942a574e28e8b4af4</link>
        <description>Use the bourne shell if the after command has shell metachars.

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Wed, 17 Jun 2015 15:34:08 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>561ef1fe6706d49e27ed815cdbcf8685cfe0e45f - - improve error printing</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#561ef1fe6706d49e27ed815cdbcf8685cfe0e45f</link>
        <description>- improve error printing- deduplicate run functions and don&apos;t use the shell so that we handle  filenames with spaces and metacharacters consistently.

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 16:33:38 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61f9154cab8d6c02a9a643aca5c5ac4ce71e4330 - Add optional support for posix_spawn (instead of vfork) and enable it for</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#61f9154cab8d6c02a9a643aca5c5ac4ce71e4330</link>
        <description>Add optional support for posix_spawn (instead of vfork) and enable it forthe in-tree build.

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 07:05:09 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82c2d298ee2c8aa59a2ff2e7b6eae4b2153c9607 - document non-literal format strings</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#82c2d298ee2c8aa59a2ff2e7b6eae4b2153c9607</link>
        <description>document non-literal format strings

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Wed, 17 Aug 2011 14:00:30 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3697550e7096207d8e3fd92279177c77fe098a68 - Don&apos;t depend on lubutil if we&apos;re building host tools. Fix tools build on</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#3697550e7096207d8e3fd92279177c77fe098a68</link>
        <description>Don&apos;t depend on lubutil if we&apos;re building host tools. Fix tools build onnon-NetBSD hosts.

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Sat, 16 Dec 2006 12:59:16 +0000</pubDate>
        <dc:creator>bouyer &lt;bouyer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a97c3f688a8d9f9ffec106024c1e2dbda2c8f38 - Complete the move of string_to_flags() and flags_to_string() from the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#0a97c3f688a8d9f9ffec106024c1e2dbda2c8f38</link>
        <description>Complete the move of string_to_flags() and flags_to_string() from thebin/ls sources to libutil: o Bump libutil minor version number o Fix uses to include &lt;util.h&gt; to pick up the function definitions o Fix most uses of flags_to_string() to release the now-malloc()ed result

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Thu, 14 Dec 2006 20:09:35 +0000</pubDate>
        <dc:creator>he &lt;he@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/xinstall/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/xinstall/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>c7c281222a2feb4ecd6cf2e7ff8651a0aa45883a - Add &apos;-N dbdir&apos;, to specify that user &amp; group lookups are to be done from</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#c7c281222a2feb4ecd6cf2e7ff8651a0aa45883a</link>
        <description>Add &apos;-N dbdir&apos;, to specify that user &amp; group lookups are to be done fromdbdir/master.passwd and dbdir/group, using simple text file parsingroutines from ../../usr.sbin/mtree/getid.c.

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Thu, 19 Dec 2002 08:30:39 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d4973fe97b3955522f95510d5919c49467f0d43 - makefile delint. use NETBSDSRCDIR as appropriate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#5d4973fe97b3955522f95510d5919c49467f0d43</link>
        <description>makefile delint. use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Wed, 18 Sep 2002 14:00:33 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f2707ae005f61acebe0f1460bbdfce3f9e1262f - Add non-NetBSD host hooks.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#8f2707ae005f61acebe0f1460bbdfce3f9e1262f</link>
        <description>Add non-NetBSD host hooks.

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Mon, 21 Jan 2002 20:00:02 +0000</pubDate>
        <dc:creator>tv &lt;tv@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/xinstall/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/xinstall/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>14a817a516c6a6444f2f6ad459745cb15f51f35d - create a &quot;stat_flags.h&quot; to go with stat_flags.c</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#14a817a516c6a6444f2f6ad459745cb15f51f35d</link>
        <description>create a &quot;stat_flags.h&quot; to go with stat_flags.c

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Sat, 10 Oct 1998 07:38:22 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10e180cc4991fbe54b0ace939ee3b05d1b7aeabe - Back out the .PATH.c changes.  The .depend problem (and others)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#10e180cc4991fbe54b0ace939ee3b05d1b7aeabe</link>
        <description>Back out the .PATH.c changes.  The .depend problem (and others)will be fixed using the new .NOPATH make feature instead.

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Thu, 08 May 1997 21:11:01 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>012e528f2e12f0ed41325d98279aad4ac3188129 - Use .PATH.c: ...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/xinstall/Makefile#012e528f2e12f0ed41325d98279aad4ac3188129</link>
        <description>Use .PATH.c: ...

            List of files:
            /netbsd-src/usr.bin/xinstall/Makefile</description>
        <pubDate>Tue, 06 May 1997 20:44:56 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
