freebsd-skq/share/mk
bde a963e0c4d3 Turned off -W and -Winline so that the warnings that should be fixed for
2.2 are more obvious.  -Winline is unimportant, but -W gives thousands
of warnings for comparisions.  Turning off -W also loses warnings for:
- auto variables clobbered by longjmp.  Not much of a problem in the kernel.
- functions returning without a value.  I don't like losing this.
- an expression statement or the left side of a comma operand contains no
  side effects.  Turning this off also stops warnings for the low quality
  debugging macros in gsc.c and lpt.c.

Should be in 2.2.
1996-11-11 15:49:27 +00:00
..
bsd.dep.mk
bsd.doc.mk
bsd.info.mk
bsd.kern.mk Turned off -W and -Winline so that the warnings that should be fixed for 1996-11-11 15:49:27 +00:00
bsd.kmod.mk
bsd.lib.mk
bsd.libnames.mk
bsd.man.mk
bsd.obj.mk
bsd.own.mk
bsd.port.mk Set tabstops to 4 in vi like in emacs. 1996-11-03 07:51:59 +00:00
bsd.port.subdir.mk (1) Add NetBSD support. Closes PR bin/1643. 1996-11-01 07:22:37 +00:00
bsd.prog.mk
bsd.README
bsd.sgml.mk
bsd.subdir.mk
Makefile
sys.mk Style changes: $(...) --> ${...}, consistent placement of -c. 1996-11-07 01:46:47 +00:00