<?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>f937c412f371bc14cc109a4768482c4850abc7a5 - bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/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/usr.sbin/bootp/common/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>67de9e3b2ada2224b294f396b4b4510dcb800031 - address-of-packed-member warning is no longer a problem here.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#67de9e3b2ada2224b294f396b4b4510dcb800031</link>
        <description>address-of-packed-member warning is no longer a problem here.

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Sun, 30 May 2021 02:28:35 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb93b81028a438562e5ded116fc123493c690319 - add support for new GCC 9 warnings that may be too much to fix</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#cb93b81028a438562e5ded116fc123493c690319</link>
        <description>add support for new GCC 9 warnings that may be too much to fixright now.  new address-of-packed-member and format-overflowwarnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amdGCC_NO_FORMAT_OVERFLOW variables to remove these warnings.apply to a bunch of the tree.  mostly, these are real bugs thatshould be fixed, but in many cases, only by removing the &apos;packed&apos;attribute from some structure that doesn&apos;t really need it.  (ilooked at many different ones, and while perhaps 60-80% werealready properly aligned, it wasn&apos;t clear to me that the useswere always coming from sane data vs network alignment, so itdoesn&apos;t seem safe to remove packed without careful research foreach affect struct.)  clang already warned (and was not erroring)for many of these cases, but gcc picked up dozens more.

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Sun, 06 Sep 2020 07:20:26 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9c27363267ff0efe48c764f4b281dbb9f6527bb - Disable a couple of warnings until further investigation.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#f9c27363267ff0efe48c764f4b281dbb9f6527bb</link>
        <description>Disable a couple of warnings until further investigation.

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Wed, 11 Jan 2017 12:19:43 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be - Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be</link>
        <description>Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this isa variable that is used by in-tree Makefiles to control behaviour.(MKsomevar variables are generally intended to be controlled by the end-user)

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Sat, 03 May 2008 14:48:30 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8172479885f1b25a6e2bcabab191013c6d4ac12 - Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#b8172479885f1b25a6e2bcabab191013c6d4ac12</link>
        <description>Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andsetting NOLINT, NOPIC, NOPROFILE (etc)

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Sun, 23 May 2004 02:24:50 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c52b93f508b26824cb40882e20950e21b575e8d4 - minor makefile delint</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#c52b93f508b26824cb40882e20950e21b575e8d4</link>
        <description>minor makefile delint

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Wed, 18 Sep 2002 13:31:52 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e6f7afb5bba2c07fd084c08249718961dfbc1d1 - MKfoo=no -&gt; NOfoo</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#8e6f7afb5bba2c07fd084c08249718961dfbc1d1</link>
        <description>MKfoo=no -&gt; NOfoo

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Wed, 12 Dec 2001 01:48:43 +0000</pubDate>
        <dc:creator>tv &lt;tv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e1c62baf89b330fce130da0045d712c2c650799 - set MKLINT=no. noted by NAKAJIMA Yoshihiro &lt;nakayosh@kcn.ne.jp&gt;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#7e1c62baf89b330fce130da0045d712c2c650799</link>
        <description>set MKLINT=no. noted by NAKAJIMA Yoshihiro &lt;nakayosh@kcn.ne.jp&gt;

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Sat, 13 Mar 1999 23:17:46 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dcab0210a01af9b73b50a3c45f6cd7b0192d3f2a - convert from NOxxx= to MKxxx=no.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#dcab0210a01af9b73b50a3c45f6cd7b0192d3f2a</link>
        <description>convert from NOxxx= to MKxxx=no.include &lt;bsd.own.mk&gt; if testing a MKxxx variable.

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Sat, 13 Feb 1999 02:54:17 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b9e5518966d370235ebfe5bbadd78270618701a - move (using repository copy) bootp{d,ef,gw,test} into a common hierarchy</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/bootp/common/Makefile#7b9e5518966d370235ebfe5bbadd78270618701a</link>
        <description>move (using repository copy) bootp{d,ef,gw,test} into a common hierarchywith a libcommon - to stop unnecessary recompilation of the source.add Makefile* to suit.

            List of files:
            /netbsd-src/usr.sbin/bootp/common/Makefile</description>
        <pubDate>Sun, 15 Mar 1998 01:13:24 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
