[BACK]Return to Makefile.kern.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / conf

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

Diff for /src/sys/conf/Makefile.kern.inc between version 1.41 and 1.42

version 1.41, 2003/10/29 21:29:27 version 1.42, 2003/11/06 08:23:22
Line 59  CWARNFLAGS+= -Wmissing-prototypes -Wstri
Line 59  CWARNFLAGS+= -Wmissing-prototypes -Wstri
 # but our sources aren't up for it yet.  # but our sources aren't up for it yet.
 CWARNFLAGS+=    -Wno-sign-compare  CWARNFLAGS+=    -Wno-sign-compare
 .endif  .endif
   
   # Disable unitialized warnings with 2.95 - it gets it wrong way too often
   _ISGCC295!=             ${CC} --version 2>/dev/null | grep 2.95 2>/dev/null || echo 0
   .if ${_ISGCC295}
   CWARNFLAGS+=    -Wno-uninitialized
   .endif
   
 CFLAGS+=        ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}}  CFLAGS+=        ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}}
 CFLAGS+=        ${CPPFLAGS.${.IMPSRC:T}}  CFLAGS+=        ${CPPFLAGS.${.IMPSRC:T}}
 CFLAGS+=        ${CPUFLAGS} -ffreestanding ${DEBUG} ${COPTS} ${CWARNFLAGS}  CFLAGS+=        ${CPUFLAGS} -ffreestanding ${DEBUG} ${COPTS} ${CWARNFLAGS}

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>