<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/bmake/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>08604a02 - Auto-create bmake/unit-tests objdir if appropriate</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#08604a02</link>
        <description>Auto-create bmake/unit-tests objdir if appropriateGiven the way bmake/unit-tests is visited, when doing &apos;test&apos;MK_AUTO_OBJ=yes will not be effective.So create the objdir before running the sub-make.Also ensure MAKEOBJDIR is passed to opt-m-include-dirReviewed by: deo

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Tue, 26 Jul 2022 20:24:34 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1c04cf7d - After-import bmake-20211212</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#1c04cf7d</link>
        <description>After-import bmake-20211212

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Sat, 18 Dec 2021 18:14:39 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80a5408c - Fix upgrade of bmake by not setting conflicting MAKE_VERSION.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#80a5408c</link>
        <description>Fix upgrade of bmake by not setting conflicting MAKE_VERSION.This may be used in later checks, such as in bsd.dep.mk, toenable features that rely on the built-in value.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Fri, 11 Mar 2016 04:09:50 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47e496fd - Add .../share/mk to the default system make path. This will fix the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#47e496fd</link>
        <description>Add .../share/mk to the default system make path. This will fix theproblem with broken in-tree builds (which are used far morepervasively than I&apos;d known outside the tree). However, weird resultsmay now happen if at any point in the tree above you there happens tobe a directory that has subdirectory of share/mk, as unpredictableresults will follow. This was considered the lessor of the two evils,at least for now. In the future this will be removed again when theunderlying issues are resolved.

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Fri, 23 May 2014 00:20:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3438dfc - Undo changes to the generated Makefile. Move tests directory to proper</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#a3438dfc</link>
        <description>Undo changes to the generated Makefile. Move tests directory to properlocation, including updating the test to work in the more-fragilefmake -&gt; bmake bootstrap environment.

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Thu, 15 May 2014 01:27:24 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ae59dec - Move old fmake tests into bmake and hook them to the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#5ae59dec</link>
        <description>Move old fmake tests into bmake and hook them to the build.This first step is mostly to prevent the code from rotting even furtherand to ensure these do not get wiped when fmake&apos;s code is removed fromthe tree.These tests are currently being skipped because they detect the underlyingmake is not fmake and thus disable themselves -- and the reason is thatsome of the tests fail, possibly due to legitimate bugs.  Enabling them torun against bmake will come separately.Lastly, it would be ideal if these tests were fed upstream but they arenot ready for that yet.  In the interim, just put them under usr.bin/bmake/while we sort things out.  The existence of a different unit-tests directorywithin here makes me feel less guilty about this.Change confirmed working with a clean amd64 build.

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Wed, 14 May 2014 18:43:13 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed03145e - Stick to traditional DEFAULT_SYS_PATH (/usr/share/mk)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#ed03145e</link>
        <description>Stick to traditional DEFAULT_SYS_PATH (/usr/share/mk)Reviewed by:	obrienApproved by:	re

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Tue, 10 Sep 2013 23:31:38 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84efbe96 - ParseGetLine: don&apos;t treat a zero byte as end of buffer if P_end says it isn&apos;t.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#84efbe96</link>
        <description>ParseGetLine: don&apos;t treat a zero byte as end of buffer if P_end says it isn&apos;t.Consume up to next newline, and issue a parse warning.If no newline found before P_end, carry on as before.

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Sat, 10 Aug 2013 21:31:35 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21eb01cb - Fix a bootstrapping problem where the first bmake (built by FreeBSD&apos;s</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#21eb01cb</link>
        <description>Fix a bootstrapping problem where the first bmake (built by FreeBSD&apos;smake) ended up being built with -DFORCE_MACHINE. This broke the lib32built for amd64 &amp; powerpc64.This fix is comes with the next import of bmake, but is committed hereand now to minimize the exposure to the bug.Submitted by:	Simon Gerraty &lt;sjg@juniper.net&gt;

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Fri, 19 Oct 2012 19:56:17 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4d90f10 - Add bmake to the build and allow it to be installed as make(1) instead</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/bmake/Makefile#d4d90f10</link>
        <description>Add bmake to the build and allow it to be installed as make(1) insteadof FreeBSD&apos;s make by setting WITH_BMAKE.  The WITH_BMAKE build makes iteasy for people to switch while working out the kinks -- think portstree here.  The option will be removed in due time.Submitted by:	Simon Gerraty (sjg@juniper.net)

            List of files:
            /freebsd-14.2/usr.bin/bmake/Makefile</description>
        <pubDate>Sat, 06 Oct 2012 19:19:21 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
