[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.70 and 1.71

version 1.70, 1997/10/09 14:36:18 version 1.71, 1997/10/22 23:14:04
Line 4 
Line 4 
 # All library objects contain sccsid strings by default; they may be  # All library objects contain sccsid strings by default; they may be
 # excluded as a space-saving measure.  To produce a library that does  # excluded as a space-saving measure.  To produce a library that does
 # not contain these strings, delete -DLIBC_SCCS and -DSYSLIBC_SCCS  # not contain these strings, delete -DLIBC_SCCS and -DSYSLIBC_SCCS
 # from CFLAGS below.  To remove these strings from just the system call  # from CPPFLAGS below.  To remove these strings from just the system call
 # stubs, remove just -DSYSLIBC_SCCS from CFLAGS.  # stubs, remove just -DSYSLIBC_SCCS from CPPFLAGS.
 #  #
 # The NLS (message catalog) functions are always in libc.  To choose that  # The NLS (message catalog) functions are always in libc.  To choose that
 # strerror(), perror(), strsignal(), psignal(), etc. actually call the NLS  # strerror(), perror(), strsignal(), psignal(), etc. actually call the NLS
 # functions, put -DNLS on the CFLAGS line below.  # functions, put -DNLS on the CPPFLAGS line below.
 #  #
 # The YP functions are always in libc. To choose that getpwent() and friends  # The YP functions are always in libc. To choose that getpwent() and friends
 # actually call the YP functions, put -DYP on the CFLAGS line below.  # actually call the YP functions, put -DYP on the CPPFLAGS line below.
   
 LIB=c  LIB=c
 CFLAGS+=-DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I${.CURDIR}/include  CPPFLAGS+=-DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT
   CPPFLAGS+=-I${.CURDIR}/include
 AINC=   -I${.CURDIR}/arch/${MACHINE_ARCH}  AINC=   -I${.CURDIR}/arch/${MACHINE_ARCH}
 .if defined(DESTDIR)  .if defined(DESTDIR)
 AINC+=  -nostdinc -idirafter ${DESTDIR}/usr/include  AINC+=  -nostdinc -idirafter ${DESTDIR}/usr/include

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

CVSweb <webmaster@jp.NetBSD.org>