Home | History | Annotate | Download | only in apm
History log of /src/usr.sbin/apm/Makefile
RevisionDateAuthorComments
 1.20  03-Jun-2023  lukem bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.19  13-Oct-2019  mrg 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. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.18  02-May-2013  matt branches: 1.18.28;
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr/include/arm
 1.17  13-Dec-2009  nakayama branches: 1.17.6; 1.17.12;
System utilities, boot programs and kernel modules are machine
(port) specific not CPU, so use MACHINE not MACHINE_ARCH.
 1.16  14-Feb-2009  abs Convert more MACHINE tests to MACHINE_ARCH
 1.15  29-Jul-2007  nonaka branches: 1.15.16; 1.15.20;
Added zaurus.
 1.14  24-Nov-2005  macallan build the apm utility on sparc since we already build apmd
 1.13  03-Jul-2004  uch add hpcsh
 1.12  14-Oct-2002  takemura Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages
into mi directory.
 1.11  19-Sep-2002  lukem use NETBSDSRCDIR as appropriate
 1.10  16-Sep-2002  manu Initial support for APM on hpcarm (just enough to get battery state)
 1.9  18-Jun-2002  itojun userland access to apm emulation.
 1.8  23-Oct-1997  lukem use CPPFLAGS instead of CFLAGS
 1.7  18-Oct-1997  lukem branches: 1.7.2;
enable WARNS=1 by default, but disable in unclean 3rd party code
 1.6  03-Oct-1997  mikel replace -W flags in CFLAGS with WARNS?=1, cleanup
 1.5  23-Jun-1997  mrg decend all subdirs for man pages.
 1.4  08-May-1997  gwr Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
 1.3  06-May-1997  gwr Use .PATH.c: ...
 1.2  24-Mar-1997  christos Makefile cleanups
 1.1  25-Aug-1996  jtk add Advanced Power Management driver
Includes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and <ukai>)
 1.7.2.1  08-Nov-1997  lukem sync with trunk (approved by thorpej)
 1.15.20.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.15.16.2  29-Jul-2007  nonaka Added zaurus.
 1.15.16.1  29-Jul-2007  nonaka file Makefile was added on branch matt-mips64 on 2007-07-29 14:34:46 +0000
 1.17.12.1  23-Jun-2013  tls resync from head
 1.17.6.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.18.28.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed