<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f058922b30a740a575f66360f39b2e64aeddc1b - This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#5f058922b30a740a575f66360f39b2e64aeddc1b</link>
        <description>This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatshare a MACHINE_ARCH for userland so that except for etc, will produceidentical sets.usr/include/machine now points to usr/include/arm

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Thu, 02 May 2013 03:56:38 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1c54a66d9956e2ed3dd2f5058fb3c2113d5fb129 - System utilities, boot programs and kernel modules are machine</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#1c54a66d9956e2ed3dd2f5058fb3c2113d5fb129</link>
        <description>System utilities, boot programs and kernel modules are machine(port) specific not CPU, so use MACHINE not MACHINE_ARCH.

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Sun, 13 Dec 2009 05:01:32 +0000</pubDate>
        <dc:creator>nakayama &lt;nakayama@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>515e52158b68d17ead4719b168982c7f61185111 - Convert more MACHINE tests to MACHINE_ARCH</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#515e52158b68d17ead4719b168982c7f61185111</link>
        <description>Convert more MACHINE tests to MACHINE_ARCH

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Sat, 14 Feb 2009 13:50:50 +0000</pubDate>
        <dc:creator>abs &lt;abs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>055f45996fe8697fe51a55ba19c3ce02d4a010f6 - Added zaurus.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#055f45996fe8697fe51a55ba19c3ce02d4a010f6</link>
        <description>Added zaurus.

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Sun, 29 Jul 2007 14:34:45 +0000</pubDate>
        <dc:creator>nonaka &lt;nonaka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>631f2d878cfdabf5119225bbe1d5e136bcbb8fe0 - build the apm utility on sparc since we already build apmd</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#631f2d878cfdabf5119225bbe1d5e136bcbb8fe0</link>
        <description>build the apm utility on sparc since we already build apmd

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Thu, 24 Nov 2005 15:47:09 +0000</pubDate>
        <dc:creator>macallan &lt;macallan@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0afeae9aa72b233c9ddf8fb3cfe167c0cbc4c8b4 - add hpcsh</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#0afeae9aa72b233c9ddf8fb3cfe167c0cbc4c8b4</link>
        <description>add hpcsh

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Sat, 03 Jul 2004 12:55:47 +0000</pubDate>
        <dc:creator>uch &lt;uch@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>976f1e210f0525531e727ce266ab18081d4cf52c - Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#976f1e210f0525531e727ce266ab18081d4cf52c</link>
        <description>Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pagesinto mi directory.

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Mon, 14 Oct 2002 06:31:37 +0000</pubDate>
        <dc:creator>takemura &lt;takemura@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>805b400ba788b8a0171d2b9cce07eb00aab78e4a - use NETBSDSRCDIR as appropriate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#805b400ba788b8a0171d2b9cce07eb00aab78e4a</link>
        <description>use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Thu, 19 Sep 2002 12:08:37 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a9fed430869b7230c6945b2cfb1cd96e289c6716 - Initial support for APM on hpcarm (just enough to get battery state)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#a9fed430869b7230c6945b2cfb1cd96e289c6716</link>
        <description>Initial support for APM on hpcarm (just enough to get battery state)

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Mon, 16 Sep 2002 19:58:58 +0000</pubDate>
        <dc:creator>manu &lt;manu@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7dd411b55de6ea873b6e5e9ce2eb899df8c0ba9a - userland access to apm emulation.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#7dd411b55de6ea873b6e5e9ce2eb899df8c0ba9a</link>
        <description>userland access to apm emulation.

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Tue, 18 Jun 2002 05:24:44 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0fe153c0a596dc2c90acb9af7ecd8f412b0d30f - use CPPFLAGS instead of CFLAGS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#f0fe153c0a596dc2c90acb9af7ecd8f412b0d30f</link>
        <description>use CPPFLAGS instead of CFLAGS

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Thu, 23 Oct 1997 06:27:34 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5bf267d9096d2679cea06dfdac5978207559056 - enable WARNS=1 by default, but disable in unclean 3rd party code</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#f5bf267d9096d2679cea06dfdac5978207559056</link>
        <description>enable WARNS=1 by default, but disable in unclean 3rd party code

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Sat, 18 Oct 1997 06:42:25 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e0384f892af9fc46331a996681d9925f38f8bc2 - replace -W flags in CFLAGS with WARNS?=1, cleanup</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#7e0384f892af9fc46331a996681d9925f38f8bc2</link>
        <description>replace -W flags in CFLAGS with WARNS?=1, cleanup

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Fri, 03 Oct 1997 05:39:03 +0000</pubDate>
        <dc:creator>mikel &lt;mikel@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78033298f71ecb711f5c4c3b284c515d59b5f356 - decend all subdirs for man pages.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#78033298f71ecb711f5c4c3b284c515d59b5f356</link>
        <description>decend all subdirs for man pages.

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Mon, 23 Jun 1997 14:48:02 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10e180cc4991fbe54b0ace939ee3b05d1b7aeabe - Back out the .PATH.c changes.  The .depend problem (and others)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#10e180cc4991fbe54b0ace939ee3b05d1b7aeabe</link>
        <description>Back out the .PATH.c changes.  The .depend problem (and others)will be fixed using the new .NOPATH make feature instead.

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Thu, 08 May 1997 21:11:01 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>012e528f2e12f0ed41325d98279aad4ac3188129 - Use .PATH.c: ...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#012e528f2e12f0ed41325d98279aad4ac3188129</link>
        <description>Use .PATH.c: ...

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Tue, 06 May 1997 20:44:56 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0aad9d43785b79301bfeae771d4597e16be5b0d6 - Makefile cleanups</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#0aad9d43785b79301bfeae771d4597e16be5b0d6</link>
        <description>Makefile cleanups

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Mon, 24 Mar 1997 22:02:40 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b86b6952401e3ab1b932741c901868e32174d502 - add Advanced Power Management driver</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/apm/Makefile#b86b6952401e3ab1b932741c901868e32174d502</link>
        <description>add Advanced Power Management driverIncludes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and &lt;ukai&gt;)

            List of files:
            /netbsd-src/usr.sbin/apm/Makefile</description>
        <pubDate>Sun, 25 Aug 1996 23:38:57 +0000</pubDate>
        <dc:creator>jtk &lt;jtk@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
