[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc

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

Diff for /src/lib/libc/Makefile between version 1.91 and 1.92

version 1.91, 2000/08/13 23:26:12 version 1.92, 2000/12/20 21:13:56
Line 24  CPPFLAGS+= -D_LIBC -DNLS -DYP -DHESIOD -
Line 24  CPPFLAGS+= -D_LIBC -DNLS -DYP -DHESIOD -
                 -D_REENTRANT -I${.CURDIR}/include                  -D_REENTRANT -I${.CURDIR}/include
 CPPFLAGS+=      -DINET6  CPPFLAGS+=      -DINET6
 # Set lint to exit on warnings and ignore 'empty translation unit' warnings.  # Set lint to exit on warnings and ignore 'empty translation unit' warnings.
 #LINTFLAGS+=    -w -X 272  #LINTFLAGS+=    -w
   LINTFLAGS+=-X 272
   
 ARCHSUBDIR=     ${MACHINE_ARCH:C/mipse[bl]/mips/}  ARCHSUBDIR=     ${MACHINE_ARCH:C/mipse[bl]/mips/}
 ARCHDIR=        ${.CURDIR}/arch/${ARCHSUBDIR}  ARCHDIR=        ${.CURDIR}/arch/${ARCHSUBDIR}

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

CVSweb <webmaster@jp.NetBSD.org>