[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.106 and 1.107

version 1.106, 2008/01/17 01:56:03 version 1.107, 2008/01/17 20:14:49
Line 110  COPTS.${j}+=-g
Line 110  COPTS.${j}+=-g
 . endfor  . endfor
 .endfor  .endfor
   
   # Always compile subr_debug_info.c with debug informations.
   # This allows gdb to use type informations.
   #
   COPTS.debugsyms.c+=     -g
   
 # compile rules: rules are named ${TYPE}_${SUFFIX} where TYPE is NORMAL or  # compile rules: rules are named ${TYPE}_${SUFFIX} where TYPE is NORMAL or
 # NOPROF and SUFFIX is the file suffix, capitalized (e.g. C for a .c file).  # NOPROF and SUFFIX is the file suffix, capitalized (e.g. C for a .c file).
 NORMAL_C?=      @${_MKSHMSG} "compile  ${.CURDIR:T}/${.TARGET}"; \  NORMAL_C?=      @${_MKSHMSG} "compile  ${.CURDIR:T}/${.TARGET}"; \

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

CVSweb <webmaster@jp.NetBSD.org>