<?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>5278b8e44df34702d8041b06cf76319dea99b5ed - Makefile: Run `postinstall -d /&apos;, not `postinstall -d //&apos;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#5278b8e44df34702d8041b06cf76319dea99b5ed</link>
        <description>Makefile: Run `postinstall -d /&apos;, not `postinstall -d //&apos;.This happens when doing `build.sh install=/&apos;.  The message is lessconfusing and it makes postinstall&apos;s job simpler for detecting whenit&apos;s installing to / rather than somewhere else.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Fri, 08 Sep 2023 12:01:56 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>922f5e2588a58574818fef37264163f244d789f1 - more NBUILDJOBS deprecation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#922f5e2588a58574818fef37264163f244d789f1</link>
        <description>more NBUILDJOBS deprecationThe NBUILDJOBS option was deprecated in 2002;there&apos;s no need to keep warning about it,remove from params / show-params,and only document as obsolete.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Sun, 11 Jun 2023 10:43:51 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>439f74ef3eeffe6bfcad85379065b72e6b567e40 - build.sh: add show-params operation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#439f74ef3eeffe6bfcad85379065b72e6b567e40</link>
        <description>build.sh: add show-params operationAdd show-params operation to the makefile target, and rewordparams operation to describe what it&apos;s done since 2012.(In 2012-11-04 the Makefile&apos;s previous params target was renamedto show-params and a new params target was added to save a &apos;params&apos;file, and build.sh wasn&apos;t adapted.)

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Fri, 02 Jun 2023 20:48:09 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dac6dcb8de201aa82d76a602d1e685631e46b16f - Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#dac6dcb8de201aa82d76a602d1e685631e46b16f</link>
        <description>Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRCRemove support for building extsrc/:1. Makefile: remove do-extsrc target.2. build.sh: remove options -y and -Y extsrcdir.3. distrib/sets: remove support for extsrc in various tools   including the options -L ext and -y, and the extsrc sets.4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc)5. bsd.own.mk and various Makefiles: remove support for extsrc/,   EXTSRCSRCDIR, MKEXTSRC.As proposed on tech-kern and tech-userlevel on 2022-01-07and followed up on 2022-08-21.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Sun, 21 Aug 2022 07:10:03 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5b32978c515315a1ad75dbfcb5733d0e1fb2e75 - Makefile: fix location of postinstall program for MAKEVERBOSE &gt; 2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#c5b32978c515315a1ad75dbfcb5733d0e1fb2e75</link>
        <description>Makefile: fix location of postinstall program for MAKEVERBOSE &gt; 2If MAKEVERBOSE &gt; 2, each shell command from a make target is echoed.This resulted in two additional words ending up in the variable_POSTINSTALL.  Noticed by Brad Harder.Before:$ make -v _POSTINSTALL MAKEVERBOSE=3echo .../usr.sbin/postinstall .../usr.sbin/postinstall/postinstall ...After:$ make -v _POSTINSTALL MAKEVERBOSE=3.../usr.sbin/postinstall/postinstall ...

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Sat, 19 Mar 2022 14:35:13 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5d9d2935cdeefc6e7d28ed3838eecd4843f5dee - G/c spurious whitespace.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#b5d9d2935cdeefc6e7d28ed3838eecd4843f5dee</link>
        <description>G/c spurious whitespace.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Thu, 29 Oct 2020 20:26:24 +0000</pubDate>
        <dc:creator>uwe &lt;uwe@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bace1e14aa3461b520c9f006a188461b1c801ccd - automatically remove old debug files for modules.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#bace1e14aa3461b520c9f006a188461b1c801ccd</link>
        <description>automatically remove old debug files for modules.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Fri, 15 May 2020 16:34:44 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a5f018b01398ce1ba7072b5ce9a1501c75f0f88 - Enhance the support of LLVM sanitizers</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#1a5f018b01398ce1ba7072b5ce9a1501c75f0f88</link>
        <description>Enhance the support of LLVM sanitizersDefine _REENTRANT for MKSANITIZER build. This is needed for at least stdiocode. This caused new build issued with duplicated symbols in few placesand rump kernel code picking different code paths borrowed from libc.Handle all this in one go.Add bsd.sanitizer.mk to share common code used by programs and libraries.Switch from realall to beforeinstall target in .syms files. This is morereliable in MKSANITIZER.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Tue, 27 Aug 2019 22:48:53 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0f3a067f2031df5599f0dd4cf3633bfa919ac24 - Correct the build rules of LLVM sanitizers</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#a0f3a067f2031df5599f0dd4cf3633bfa919ac24</link>
        <description>Correct the build rules of LLVM sanitizersFix generation of .a.syms files in LLVM sanitizers. The old rules weren&apos;tfunctional and sometimes they were fatal in the build.Add the .a.syms files to distribution sets.These files are generated only in certain .a files in 64bit version ofsanitizers.Correct the location of files with LLVM sanitizers. Move the LLVM sanitizerentries from base to comp files.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Mon, 26 Aug 2019 04:49:45 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae9c7cb92528fd6db95f52ad40d9294fb3339da7 - Rework the LLVM compiler_rt build rules</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#ae9c7cb92528fd6db95f52ad40d9294fb3339da7</link>
        <description>Rework the LLVM compiler_rt build rulesRegister external/bsd/compiler_rt as a _SUBDIR. This will allow to handleproperly includes specific for compiler_rt.Centralize build_install target for external/bsd/compiler_rt.With the above changes MKOBJDIR is now respected properly for me.Do not install LLVM sanitizers into TOOLDIR for !HAVE_LLVM.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Sun, 25 Aug 2019 06:06:48 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ed00d96e72561c76a2bc0b2e2482de3f3709661 - Enhance MKSANITIZER support</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#4ed00d96e72561c76a2bc0b2e2482de3f3709661</link>
        <description>Enhance MKSANITIZER supportAdd i386 support for LLVM sanitizers.Add new build phases do-sanitizer-* for building LLVM sanitizers after libsand before other programs. This phase is important as sanitizers needto link with libs and sanitized programs must link with sanitizer runtimes.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Fri, 23 Aug 2019 06:38:27 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bebf19fa06293ca64b6d2556a67f8fe50aaab2da - Use the generated &quot;postinstall&quot; in the objdir for postinstall-check</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#bebf19fa06293ca64b6d2556a67f8fe50aaab2da</link>
        <description>Use the generated &quot;postinstall&quot; in the objdir for postinstall-checkand postinstall-fix targets - we do not have a simple postinstall scriptin the source tree any more.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Fri, 14 Jun 2019 09:12:42 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbca735b309cd4cab07af55a27187f52477886de - Fix editor mishap</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#cbca735b309cd4cab07af55a27187f52477886de</link>
        <description>Fix editor mishap

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 14:51:43 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87431fdd37f0d11ff1a2c9f7c224fa9af79197cf - .WAIT for tools to complete.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#87431fdd37f0d11ff1a2c9f7c224fa9af79197cf</link>
        <description>.WAIT for tools to complete.There&apos;s a lot of waits inside tools, but nothing that promises that we haven&apos;tstarted doing the next subdir in the top level.Shows up as warnings in the cleandir stage on releng builds:cleandir ===&gt; external/mit/xorg/server/drivers/xf86-video-suncg6cleandir ===&gt; lib/libpam/modules/pam_denysh: /home/builds/ab/HEAD-llvm/sparc64/201811091720Z-tools/bin/nbawk: not foundnbmake[9]: &quot;../../Makefile.xf86-driver&quot; line 23: warning: &quot;/home/builds/ab/HEAD-llvm/sparc64/201811091720Z-tools/bin/nbawk &apos;/^PACKAGE_VERSION=/ {                match($1, &quot;[0-9]+\\.[0-9]+\\.[0-9]+&quot;);  version = substr($1, RSTART, RLENGTH);  } END { print version }&apos;                        /home/source/ab/HEAD-llvm/xsrc/external/mit/xf86-video-ati/dist/configure&quot; returned non-zero statussh: /home/builds/ab/HEAD-llvm/sparc64/201811091720Z-tools/bin/nbawk: not found

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Sun, 11 Nov 2018 07:43:35 +0000</pubDate>
        <dc:creator>maya &lt;maya@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f1de59e03fc9d19a050e0d627acba0d860870bd2 - Re-add files that were accidentally deleted in my previous commit.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#f1de59e03fc9d19a050e0d627acba0d860870bd2</link>
        <description>Re-add files that were accidentally deleted in my previous commit.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Wed, 02 May 2018 07:34:44 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c62ada779a20200c365999c653bb5ab94da45c51 - include bsd.clean.mk so that we actually clean up the attempted &quot;params&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#c62ada779a20200c365999c653bb5ab94da45c51</link>
        <description>include bsd.clean.mk so that we actually clean up the attempted &quot;params&quot;

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Tue, 13 Mar 2018 03:06:28 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48004149941769b7cad2822ff7faf9c5810e85ee - Include somewhat misleadingly named do-x11 into BUILDTARGETS even with</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#48004149941769b7cad2822ff7faf9c5810e85ee</link>
        <description>Include somewhat misleadingly named do-x11 into BUILDTARGETS even withNOBINARIES set (subject to MKX11).

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Wed, 06 Dec 2017 19:34:00 +0000</pubDate>
        <dc:creator>uwe &lt;uwe@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>491346357b7d9716fa9f9d5d92bc49e345905d54 - do-x11 target builds and installs only the tools and libraries, X11</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#491346357b7d9716fa9f9d5d92bc49e345905d54</link>
        <description>do-x11 target builds and installs only the tools and libraries, X11programs are built during the regular recursive build in extsrc.  Editits description accordingly and move it before do-build to match theirorder in BUILDTARGETS.While here, drop the &quot;either&quot; clause that has lost its &quot;or&quot; a fewyears ago when xfree86 reachover was removed.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Wed, 06 Dec 2017 19:27:56 +0000</pubDate>
        <dc:creator>uwe &lt;uwe@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c2811ef9fd02adb55fc89596de0966747510898 - Add NOBINARIES, useful to build tools are libraries which is what&apos;s needed</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#9c2811ef9fd02adb55fc89596de0966747510898</link>
        <description>Add NOBINARIES, useful to build tools are libraries which is what&apos;s neededfor mknative.

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Wed, 04 Oct 2017 23:54:33 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c333c1d16b954ef8c5576ba241eab16c349dbdf - don&apos;t descend into gnu</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/Makefile#7c333c1d16b954ef8c5576ba241eab16c349dbdf</link>
        <description>don&apos;t descend into gnu

            List of files:
            /netbsd-src/Makefile</description>
        <pubDate>Tue, 11 Apr 2017 14:04:15 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
