[BACK]Return to bsd.sys.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.sys.mk between version 1.141 and 1.142

version 1.141, 2007/01/14 16:19:55 version 1.142, 2007/05/22 23:58:54
Line 40  LINTFLAGS+= ${DESTDIR:D-d ${DESTDIR}/usr
Line 40  LINTFLAGS+= ${DESTDIR:D-d ${DESTDIR}/usr
   
 .if defined(USE_SSP) && (${USE_SSP} != "no") && (${BINDIR:Ux} != "/usr/mdec")  .if defined(USE_SSP) && (${USE_SSP} != "no") && (${BINDIR:Ux} != "/usr/mdec")
 COPTS+=         -fstack-protector -Wstack-protector --param ssp-buffer-size=1  COPTS+=         -fstack-protector -Wstack-protector --param ssp-buffer-size=1
   .if !defined(KERNSRCDIR) && !defined(KERN) # not for kernels nor kern modules
   .if !defined(LIB) || (${LIB} != "ssp")
   COPTS+=         -D_FORTIFY_SOURCE=2
   .endif
   .endif
 .endif  .endif
   
 .if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")  .if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

CVSweb <webmaster@jp.NetBSD.org>