<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/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:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>83d0b8c089d807d6d4c50cba40ae2d0fedb3bf1b - bsdinstall generate opt_osname.h in include</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#83d0b8c089d807d6d4c50cba40ae2d0fedb3bf1b</link>
        <description>bsdinstall generate opt_osname.h in includeThis allows the subdirs that do more work to run in parallelReviewed by:	jrtc27Differential Revision:	https://reviews.freebsd.org/D42947

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Thu, 07 Dec 2023 03:34:52 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c3627f44d49b460d5b9156145dec9d4a91beb2c - bsdinstall avoid subdir depending on parent</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#0c3627f44d49b460d5b9156145dec9d4a91beb2c</link>
        <description>bsdinstall avoid subdir depending on parentWhen not doing tree walks, it is bad for sub-dirs to depend onparents.  Move the generation of opt_osname.h to distextractand have others that need that depend on it.In usr.sbin/bsdinstall use SUBDIR_DEPEND_ so tree walking still works.Reviewed by:	obrienDifferential Revision:	https://reviews.freebsd.org/D39742

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Fri, 21 Apr 2023 07:00:40 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>147585b4893bc38698aaa971af336b241477eac3 - bsdinstall: allow whitelabeling the installer</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#147585b4893bc38698aaa971af336b241477eac3</link>
        <description>bsdinstall: allow whitelabeling the installerOverride OSNAME to change the name of the OS in the installer.This is a first step, the shell changes will be separate.Reviewed by:		allanjudeApproved by:		allanjudeDifferential Revision:	https://reviews.freebsd.org/D34878Sponsored by:		Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Fri, 13 May 2022 18:35:43 +0200</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50e244964e9b06528b84720e09da7bdf8cec6d32 - bsdinstall/partedit: Replace libdialog with libbsddialog</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#50e244964e9b06528b84720e09da7bdf8cec6d32</link>
        <description>bsdinstall/partedit: Replace libdialog with libbsddialogbsdinstall/partedit: Replace (LGPL) libdialog with (BSD-2-Clause)libbsddialog. Rewrite diskeditor.c and rename diskmenu.c becauseit uses an API for menu totally incompatible with libbsddialog.This is a User Interface change everything else is unchanged.Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34639

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Mon, 04 Apr 2022 01:52:00 +0200</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b08a307e88bb1abe17d13d11288392a8e4739ce - bsdinstall: riscv-specific tweaks</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#7b08a307e88bb1abe17d13d11288392a8e4739ce</link>
        <description>bsdinstall: riscv-specific tweaksMake the installer more useful, by allowing it to create a bootableinstallation. Also, enable the menu option for ZFS-on-root.Like arm64, RISC-V boots by UEFI only, so arm64&apos;s parteditimplementation is renamed and shared among the two platforms.Reviewed by:	gjbMFC after:	5 daysDifferential Revision:	https://reviews.freebsd.org/D28180

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Fri, 15 Jan 2021 17:34:54 +0100</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce9f2d31b3746d273d14d8cdb28837847f8b867d - Convert absolute links to relative links.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#ce9f2d31b3746d273d14d8cdb28837847f8b867d</link>
        <description>Convert absolute links to relative links.Style.Makefile(9) has been ignored to produce minimal diffs.Approved by:	grehan (mentor)MFC after:	1 week

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 06:10:38 +0100</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d4f972badbf3513c0aa8ae210a17b4df345aed3 - Catch up with head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#8d4f972badbf3513c0aa8ae210a17b4df345aed3</link>
        <description>Catch up with head.

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 03:16:25 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fdd45b0913882a815552e5a43e25e2a99b018ff - Use LIBEXECDIR for /usr/libexec.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#7fdd45b0913882a815552e5a43e25e2a99b018ff</link>
        <description>Use LIBEXECDIR for /usr/libexec.MFC after:	1 weekSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 02:14:40 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143eda5c775467145ac73e8ebec47afdd8f - Convert usr.sbin to LIBADD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#c6db8143eda5c775467145ac73e8ebec47afdd8f</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 17:57:27 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee7b0571c2c18bdec848ed2044223cc88db29bd8 - Merge head from 7/28</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#ee7b0571c2c18bdec848ed2044223cc88db29bd8</link>
        <description>Merge head from 7/28

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 08:50:54 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>414fdaf09dec0d34181d91254e83ecb1a8a360d9 - IFC @266473</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#414fdaf09dec0d34181d91254e83ecb1a8a360d9</link>
        <description>IFC @266473

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Wed, 21 May 2014 22:30:52 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>525e2a83f64124d4af12f24b1adaf552314b42df - Revert r261296.  This removes the WITHOUT_NCURSESW option.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/partedit/Makefile#525e2a83f64124d4af12f24b1adaf552314b42df</link>
        <description>Revert r261296.  This removes the WITHOUT_NCURSESW option.It was the wrong direction.  We will instead remove use of thenon-wide-character supporting libncurses.

            List of files:
            /freebsd/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Thu, 15 May 2014 18:44:25 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
