PERFORCE change 167886 for review

Stanislav Sedov stas at FreeBSD.org
Thu Aug 27 13:28:07 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167886

Change 167886 by stas at stas_yandex on 2009/08/27 13:27:29

	- Add freebsd-specific suppressions file.

Affected files ...

.. //depot/projects/valgrind/Makefile.am#12 edit
.. //depot/projects/valgrind/configure.in#12 edit
.. //depot/projects/valgrind/freebsd.supp#1 add

Differences ...

==== //depot/projects/valgrind/Makefile.am#12 (text+ko) ====

@@ -57,7 +57,8 @@
 	glibc-2.X-drd.supp \
 	exp-ptrcheck.supp \
 	libc-4x.supp \
-	darwin9.supp
+	darwin9.supp \
+	freebsd.supp
 DEFAULT_SUPP_FILES = @DEFAULT_SUPP@
 
 # We include all the base .supp files in the distribution, but not

==== //depot/projects/valgrind/configure.in#12 (text+ko) ====

@@ -244,6 +244,7 @@
      *freebsd*)
         AC_MSG_RESULT([ok (${host_os})])
         VGCONF_OS="freebsd"
+	DEFAULT_SUPP="freebsd.supp ${DEFAULT_SUPP}"
         ;;
 
      *darwin*)


More information about the p4-projects mailing list