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

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

Diff for /src/lib/libpthread_dbg/Attic/Makefile between version 1.6 and 1.6.2.1

version 1.6, 2007/02/09 22:09:32 version 1.6.2.1, 2007/09/03 10:14:17
Line 7  WARNS= 2
Line 7  WARNS= 2
   
 LIBPDIR=        ${.CURDIR}/../libpthread  LIBPDIR=        ${.CURDIR}/../libpthread
   
 # Define PT_FIXEDSTACKSIZE_LG to set a fixed stacksize (same as libpthread)  
 #CPPFLAGS+=-DPT_FIXEDSTACKSIZE_LG=18  
 #CPPFLAGS+=     -DPTHREAD_SA  
   
 .if exists(${LIBPDIR}/arch/${MACHINE_ARCH})  .if exists(${LIBPDIR}/arch/${MACHINE_ARCH})
 ARCHSUBDIR=     ${MACHINE_ARCH}  ARCHSUBDIR=     ${MACHINE_ARCH}
 .elif exists(${LIBPDIR}/arch/${MACHINE_CPU})  .elif exists(${LIBPDIR}/arch/${MACHINE_CPU})

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.2.1

CVSweb <webmaster@jp.NetBSD.org>