<?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>f937c412f371bc14cc109a4768482c4850abc7a5 - bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#f937c412f371bc14cc109a4768482c4850abc7a5</link>
        <description>bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERProvide a single variable	CC_WNO_ADDRESS_OF_PACKED_MEMBERwith options for both clang and gcc, to replace	CLANG_NO_ADDR_OF_PACKED_MEMBER	CC_NO_ADDR_OF_PACKED_MEMBER	GCC_NO_ADDR_OF_PACKED_MEMBERUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 08:52:53 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28c1b355798c8e913cd40fe2886e03159e457c9c - apply some GCC_NO_ADDR_OF_PACKED_MEMBER.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#28c1b355798c8e913cd40fe2886e03159e457c9c</link>
        <description>apply some GCC_NO_ADDR_OF_PACKED_MEMBER.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Mon, 07 Sep 2020 22:22:17 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb5e99c6611ff46c28a8a5e70caa11591c35c3b1 - centralize vers.c building for standalone programs.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#cb5e99c6611ff46c28a8a5e70caa11591c35c3b1</link>
        <description>centralize vers.c building for standalone programs.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Sat, 08 Apr 2017 19:53:19 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c436a9898268d0741505551551697b73d50c258 - Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#8c436a9898268d0741505551551697b73d50c258</link>
        <description>Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.XXX: probabry we should have bsd.saprog.mk or something.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Sun, 12 Jan 2014 15:26:28 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>277b2cd1d4c403477a7ddb8b12b320c2a5ac2be0 - Use &lt;bsd.klinks.mk&gt;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#277b2cd1d4c403477a7ddb8b12b320c2a5ac2be0</link>
        <description>Use &lt;bsd.klinks.mk&gt;

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Wed, 21 Aug 2013 06:53:10 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4098916e4f2ce7bbf8d627118b9fee17696deddb - Add ${_MKTARGET_LINK}</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#4098916e4f2ce7bbf8d627118b9fee17696deddb</link>
        <description>Add ${_MKTARGET_LINK}

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Sat, 01 Sep 2012 00:29:00 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c550524b5d0d686ed42720a7ec49644f5bf5930 - Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#3c550524b5d0d686ed42720a7ec49644f5bf5930</link>
        <description>Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlydisabled by -D) from the output of newvers_stand.sh.  Change -D to theinverted logic, so that it adds the date to bootprog_rev in ().Change all platforms accordingly. -D is added if MKREPRO is not yes andwasn&apos;t present before. Platforms that didn&apos;t use -D don&apos;t depend onMKREPRO now either.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Sat, 22 Jan 2011 19:19:14 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>19b23810a02351df9a91bc3c76e9bf5fef47e942 - Switch remaining platforms to modern CPP for assembler.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#19b23810a02351df9a91bc3c76e9bf5fef47e942</link>
        <description>Switch remaining platforms to modern CPP for assembler.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Fri, 21 Jan 2011 15:59:04 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a2413ff51f57550453ab8c4c292ed7121667561 - Support kernel load from SCSI HDD with onboard siop.  It is very EXPERIMENTAL!!</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#9a2413ff51f57550453ab8c4c292ed7121667561</link>
        <description>Support kernel load from SCSI HDD with onboard siop.  It is very EXPERIMENTAL!!

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Thu, 14 Oct 2010 06:58:22 +0000</pubDate>
        <dc:creator>kiyohara &lt;kiyohara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01f89bfdb369485a8ed325225f07a5cd0fe1eb4d - Support kernel load from IDE HDD with onboard wdc.  like cobalt, sandpoint.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#01f89bfdb369485a8ed325225f07a5cd0fe1eb4d</link>
        <description>Support kernel load from IDE HDD with onboard wdc.  like cobalt, sandpoint.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Thu, 14 Oct 2010 06:50:43 +0000</pubDate>
        <dc:creator>kiyohara &lt;kiyohara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>050710296cd9ad935eea39e553e41d33402a7b9a - Add pci.c to SRCS.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#050710296cd9ad935eea39e553e41d33402a7b9a</link>
        <description>Add pci.c to SRCS.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Thu, 14 Oct 2010 06:17:29 +0000</pubDate>
        <dc:creator>kiyohara &lt;kiyohara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac458dd62f13e1f3e0ee86e937743e8a1bdae7d9 - Add -I${S}/lib/libsa and reorder.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#ac458dd62f13e1f3e0ee86e937743e8a1bdae7d9</link>
        <description>Add -I${S}/lib/libsa and reorder.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Thu, 14 Oct 2010 05:40:40 +0000</pubDate>
        <dc:creator>kiyohara &lt;kiyohara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>33aaae50a164ddbf3085be844ac7769c1db4cb17 - Split boot/boot_com0/boot_vga.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#33aaae50a164ddbf3085be844ac7769c1db4cb17</link>
        <description>Split boot/boot_com0/boot_vga.  boot supports framebuffer.  boot_com0 supports com0.  boot_vga supports vga, not frambuffer.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Mon, 26 May 2008 16:28:39 +0000</pubDate>
        <dc:creator>kiyohara &lt;kiyohara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7bff3a9b0b75b59bea22ee046b6372a003b969a9 - We might be able to use VGA.  Please comment out for line &apos;-DCONS_SERIAL&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#7bff3a9b0b75b59bea22ee046b6372a003b969a9</link>
        <description>We might be able to use VGA.  Please comment out for line &apos;-DCONS_SERIAL&apos;if you wish for it.  In that case, you will occasionally see the hoarselyand strangely transformed character on screen. This reason cannot beunderstood yet.Default is continuously a serial console.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Wed, 26 Mar 2008 14:56:18 +0000</pubDate>
        <dc:creator>kiyohara &lt;kiyohara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d974db0adae7638e51d0b459a9c2efece6ded7e4 - Merge the ppcoea-renovation branch to HEAD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#d974db0adae7638e51d0b459a9c2efece6ded7e4</link>
        <description>Merge the ppcoea-renovation branch to HEAD.This branch was a major cleanup and rototill of many of the various OEAcpu based PPC ports that focused on sharing as much code as possiblebetween the various ports to eliminate near-identical copies of files inevery tree.  Additionally there is a new PIC system that unifies theinterface to interrupt code for all different OEA ppc arches.  The workfor this branch was done by a variety of people, too long to list here.TODO:bebox still needs work to complete the transition to -renovation.ofppc still needs a bunch of work, which I will be looking at.ev64260 still needs to be renovatedamigappc was not attempted.NOTES:pmppc was removed as an arch, and moved to a evbppc target.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Wed, 17 Oct 2007 19:52:51 +0000</pubDate>
        <dc:creator>garbled &lt;garbled@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95e1ffb15694e54f29f8baaa4232152b703c2a5a - merge ktrace-lwp.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#95e1ffb15694e54f29f8baaa4232152b703c2a5a</link>
        <description>merge ktrace-lwp.

            List of files:
            /netbsd-src/sys/arch/bebox/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>9a999c376a348d59591f8a5c94ff13b9809a62bf - Convert bebox&apos;s remaining host tools over to cross tools scheme. Builds to sets</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#9a999c376a348d59591f8a5c94ff13b9809a62bf</link>
        <description>Convert bebox&apos;s remaining host tools over to cross tools scheme. Builds to setsw/o error now.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Thu, 25 Nov 2004 08:09:14 +0000</pubDate>
        <dc:creator>jmc &lt;jmc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84fafa3db5bde5b679f152ae36701c896ea245d8 - Ignore errors on some rm -rf&apos;s for platforms that aren&apos;t quite</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#84fafa3db5bde5b679f152ae36701c896ea245d8</link>
        <description>Ignore errors on some rm -rf&apos;s for platforms that aren&apos;t quitePOSIX compliantand return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Mon, 21 Jun 2004 18:20:08 +0000</pubDate>
        <dc:creator>jmc &lt;jmc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f85d2d1c14482aeb36b69b10ebf85937ae57b22d - Use ${HOST_SH} instead of `sh&apos;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#f85d2d1c14482aeb36b69b10ebf85937ae57b22d</link>
        <description>Use ${HOST_SH} instead of `sh&apos;.If necessary, pull in &lt;bsd.sys.mk&gt; to get the definition of HOST_SH;Makefiles that pull in one of (most of) &lt;bsd.*.mk&gt; will get this anyway.

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Sun, 26 Oct 2003 07:25:33 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aff62bef7a6b70d073974b5e109b7c9735f5ecf6 - Make this build in a R/O build tree.  And add -I. for gcc3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/bebox/stand/boot/Makefile#aff62bef7a6b70d073974b5e109b7c9735f5ecf6</link>
        <description>Make this build in a R/O build tree.  And add -I. for gcc3

            List of files:
            /netbsd-src/sys/arch/bebox/stand/boot/Makefile</description>
        <pubDate>Fri, 24 Oct 2003 18:20:01 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
