<?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>5ef6a33bb951b0c07bff4a712866a534fb943706 - Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/i386/stand/boot/Makefile#5ef6a33bb951b0c07bff4a712866a534fb943706</link>
        <description>Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.trees, because it can race with the libsa/libkern/etc. makefiles&apos; owncleandir rules. I think I&apos;ve found all of the uses of the offending idiom...Closes PR 43360.

            List of files:
            /netbsd-src/sys/arch/i386/stand/boot/Makefile</description>
        <pubDate>Thu, 27 May 2010 06:58:12 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff2890767aff31d564dbf8d1f890fa32ab292f6a - use &quot;=&quot; instead of &quot;:=&quot; where .OBJDIR is used because it might change</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/i386/stand/boot/Makefile#ff2890767aff31d564dbf8d1f890fa32ab292f6a</link>
        <description>use &quot;=&quot; instead of &quot;:=&quot; where .OBJDIR is used because it might changelater in &lt;bsd.obj.mk&gt;, thanks to Alan Barrett for the hint

            List of files:
            /netbsd-src/sys/arch/i386/stand/boot/Makefile</description>
        <pubDate>Tue, 14 Nov 2006 14:03:12 +0000</pubDate>
        <dc:creator>drochner &lt;drochner@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95e1ffb15694e54f29f8baaa4232152b703c2a5a - merge ktrace-lwp.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/i386/stand/boot/Makefile#95e1ffb15694e54f29f8baaa4232152b703c2a5a</link>
        <description>merge ktrace-lwp.

            List of files:
            /netbsd-src/sys/arch/i386/stand/boot/Makefile</description>
        <pubDate>Sun, 11 Dec 2005 12:16:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a67f25b17908b65a409fe266eeed428a8d7f701 - Use := when saving ${.OBJDIR) - then we get the correct value!</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/i386/stand/boot/Makefile#3a67f25b17908b65a409fe266eeed428a8d7f701</link>
        <description>Use := when saving ${.OBJDIR) - then we get the correct value!

            List of files:
            /netbsd-src/sys/arch/i386/stand/boot/Makefile</description>
        <pubDate>Mon, 23 Aug 2004 06:54:04 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca9f17c96ddf478651ac4c584aa70e69d9313c33 - Add bsd.obj.mk so these directories get their own obj directory (for the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/i386/stand/boot/Makefile#ca9f17c96ddf478651ac4c584aa70e69d9313c33</link>
        <description>Add bsd.obj.mk so these directories get their own obj directory (for thelibrary objects shared by their subdirectories).Needed when the obj directory isn&apos;t a parent of the subdirectories obj directory

            List of files:
            /netbsd-src/sys/arch/i386/stand/boot/Makefile</description>
        <pubDate>Mon, 13 Oct 2003 06:56:47 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>977fe7c488294f314f1654a52138010e06d55cd4 - Change the way the shared lib directory is handled.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/i386/stand/boot/Makefile#977fe7c488294f314f1654a52138010e06d55cd4</link>
        <description>Change the way the shared lib directory is handled.Should now work if ${.OBJDIR} = ${.CURDIR}/obj.

            List of files:
            /netbsd-src/sys/arch/i386/stand/boot/Makefile</description>
        <pubDate>Wed, 08 Oct 2003 18:51:50 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64e5c9eb7c67d8a9f7d96542c5ab6b5c88c8964b - Remove &quot;lib&quot; directory in &quot;cleandir&quot; target.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/i386/stand/boot/Makefile#64e5c9eb7c67d8a9f7d96542c5ab6b5c88c8964b</link>
        <description>Remove &quot;lib&quot; directory in &quot;cleandir&quot; target.

            List of files:
            /netbsd-src/sys/arch/i386/stand/boot/Makefile</description>
        <pubDate>Tue, 24 Jun 2003 09:38:35 +0000</pubDate>
        <dc:creator>tron &lt;tron@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60c3e62a423b9d9ab723c6041f32ca990d4c3d1a - Add files for 2nd stage boot loader</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/i386/stand/boot/Makefile#60c3e62a423b9d9ab723c6041f32ca990d4c3d1a</link>
        <description>Add files for 2nd stage boot loader

            List of files:
            /netbsd-src/sys/arch/i386/stand/boot/Makefile</description>
        <pubDate>Wed, 16 Apr 2003 22:36:14 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
