<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/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:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/stand/userboot/test/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/stand/userboot/test/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/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:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/stand/userboot/test/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/stand/userboot/test/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>8299b37f854e0b217d1b296185991fa5e3dcb0d4 - Centralize several variables.</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/Makefile#8299b37f854e0b217d1b296185991fa5e3dcb0d4</link>
        <description>Centralize several variables.MK_CTF, MK_SSP, MK_PROFILE, NO_PIC, and INTERNALLIB are always thesame, so set them in defs.mk. MAN= is common, so set it here too.This removes a lot of boring repetition from the Makefiles that addedalmost no value.

            List of files:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Fri, 02 Feb 2018 06:32:26 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>253d60eecc8736b89ca101afd13bc369d414f2bf - Don&apos;t inherit CFLAGS. This a specialized test program, and can be</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/Makefile#253d60eecc8736b89ca101afd13bc369d414f2bf</link>
        <description>Don&apos;t inherit CFLAGS. This a specialized test program, and can bebuilt with mostly default flags. Do so in anticipation of the rest ofstand not building with system headers.Sponsored by: Netflix

            List of files:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Tue, 05 Dec 2017 21:38:14 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59d395e06258cc846e3634304c3b66e67f1564b5 - Undefine _STANDALONE since this is test code. This is unsastifying,</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/Makefile#59d395e06258cc846e3634304c3b66e67f1564b5</link>
        <description>Undefine _STANDALONE since this is test code. This is unsastifying,but since we sadly only have one test, put this in as a stopgap.Sponsored by: Netflix

            List of files:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Sat, 02 Dec 2017 00:07:25 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca987d4641cdcd7f27e153db17c5bf064934faf5 - Move sys/boot to stand. Fix all references to new location</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/Makefile#ca987d4641cdcd7f27e153db17c5bf064934faf5</link>
        <description>Move sys/boot to stand. Fix all references to new locationSponsored by:	Netflix

            List of files:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Tue, 14 Nov 2017 23:02:19 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>781c4d47f283dac2dc2000a4211b27529c2e0bf3 - Install the 4th files in sys/boot/forth instead of each loader</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/Makefile#781c4d47f283dac2dc2000a4211b27529c2e0bf3</link>
        <description>Install the 4th files in sys/boot/forth instead of each loaderAlso, move generation of loader.help into loader.mk. Set HELP_FILES=to disable this (so we only install one help file, for now). At thesame time remove some duplicate -I lines. Fix several FILES= andCLEANFILES= into the += form since we&apos;re touching both of those in the.mk files. Make sure we only build one loader.help file per platformin a unified way (we were building many on some, with the last toinstall winning, though often they were the same text).Also, we&apos;re now installing loader.rc and menu.rc everywhere. arm andmips uboot installed these as menu.rc.sample, but there&apos;s no needsince the loader.rc for those platforms doesn&apos;t do menu.rc processingby default. pcibios.4th is now installed everywhere, but will failsafeon non x86 platforms (it isn&apos;t loaded by default anywhere).These changes are too intertwined to do separately since aspects ofeach are required to have a bug-free commit.Sponsored by: Netflix

            List of files:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Fri, 10 Nov 2017 23:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1d8f9bb547346740f2ecdf8211f7b137af19e15 - Use defs.mk values for userboot</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/Makefile#c1d8f9bb547346740f2ecdf8211f7b137af19e15</link>
        <description>Use defs.mk values for userbootSponsored by: Netflix

            List of files:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Mon, 30 Oct 2017 23:14:22 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bdf775801b218aa5a89564839405b122f4b233e - NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/Makefile#3bdf775801b218aa5a89564839405b122f4b233e</link>
        <description>NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn&apos;t a simple mechanical change, and will beaddressed in a future commit.

            List of files:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 05:21:56 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd4bd9496ed6c655784673b20bf4574cc10bce42 - Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/Makefile#cd4bd9496ed6c655784673b20bf4574cc10bce42</link>
        <description>Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knobWITH[OUT]_SSP to avoid hitting an error if user has WITH_SSP in theirmake.conf. Ports now use this knob.  make[7]: &quot;/usr/src/share/mk/bsd.own.mk&quot; line 466: WITH_SSP and  WITHOUT_SSP can&apos;t both be set.This is similar to previous cleanup done in r188895Approved by:	baptReviewed by:	jlh (earlier version)Approved by:	re (marius)MFC after:	1 week

            List of files:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Sun, 29 Sep 2013 20:20:17 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9777aa3f124a652e468da4d94d4cf0ed796b28ac - Add a version of the FreeBSD bootloader which can run in userland, packaged</title>
        <link>http://opengrok.net:8080/history/src/stand/userboot/test/Makefile#9777aa3f124a652e468da4d94d4cf0ed796b28ac</link>
        <description>Add a version of the FreeBSD bootloader which can run in userland, packagedas a shared library. This is intended to be used by BHyVe to load FreeBSDkernels into new virtual machines.

            List of files:
            /src/stand/userboot/test/Makefile</description>
        <pubDate>Thu, 30 Jun 2011 16:08:56 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
