svn rev #24453: trunk/src/config/ 
    hartmans@MIT.EDU 
    hartmans at MIT.EDU
       
    Tue Oct 12 21:19:20 EDT 2010
    
    
  
http://src.mit.edu/fisheye/changelog/krb5/?cs=24453
Commit By: hartmans
Log Message:
Adjust valgrind support to assume a modern valgrind that requires %p in log files.
Changed Files:
U   trunk/src/config/pre.in
Modified: trunk/src/config/pre.in
===================================================================
--- trunk/src/config/pre.in	2010-10-13 01:19:14 UTC (rev 24452)
+++ trunk/src/config/pre.in	2010-10-13 01:19:20 UTC (rev 24453)
@@ -566,7 +566,7 @@
 # Need absolute paths here because under kshd or ftpd we may run programs
 # while in other directories.
 VALGRIND_LOGDIR = `cd $(BUILDTOP)&&pwd`
-VALGRIND1 = valgrind --tool=memcheck --log-file=$(VALGRIND_LOGDIR)/vg --trace-children=yes -v --leak-check=yes --suppressions=`cd $(top_srcdir)&&pwd`/util/valgrind-suppressions
+VALGRIND1 = valgrind --tool=memcheck --log-file=$(VALGRIND_LOGDIR)/vg.%p --trace-children=yes -v --leak-check=yes --suppressions=`cd $(top_srcdir)&&pwd`/util/valgrind-suppressions
 
 # Set OFFLINE=yes to disable tests that assume network connectivity.
 # (Specifically, this concerns the ability to fetch DNS data for
    
    
More information about the cvs-krb5
mailing list