Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2009 13:28:06 GMT
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 167886 for review
Message-ID:  <200908271328.n7RDS6YD042640@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167886

Change 167886 by stas@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*)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908271328.n7RDS6YD042640>