Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   uebayasi
Date:           Sun Aug 30 14:06:17 UTC 2015

Modified Files:
        src/sys/arch/hpcmips/conf: LCARD NULLCONF
        src/sys/conf: Makefile.kern.inc

Log Message:
A makeoptions `DEFWARNINGS', forcibly disabling all ${CC} warnings, is only
used by hpcmips's NULLCONF, which doesn't even build for other causes.

If some source doen't build and needs a workaround, that should be deal with
by modifying per-file ${CC} options (e.g. COPTS.foo.c+=-fno-xxx).  Let's not
use DEFWARNINGS any longer.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hpcmips/conf/LCARD
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hpcmips/conf/NULLCONF
cvs rdiff -u -r1.214 -r1.215 src/sys/conf/Makefile.kern.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index