Don't install unnecessary .supp files (part 2 of 2).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9125
This commit is contained in:
Nicholas Nethercote 2009-02-09 03:25:04 +00:00
parent 0b2d785793
commit 97ac32d13b
2 changed files with 12 additions and 1 deletions

View File

@ -30,7 +30,10 @@ SUPP_FILES = \
exp-ptrcheck.supp
DEFAULT_SUPP_FILES = @DEFAULT_SUPP@
dist_val_DATA = $(SUPP_FILES) default.supp
# We include all .supp files in the distribution, but only install
# default.supp.
dist_val_DATA = default.supp
dist_noinst_DATA = $(SUPP_FILES)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = valgrind.pc

8
NEWS
View File

@ -1,4 +1,12 @@
Release 3.5.0 (???)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Previously, all the distributed suppression (*.supp) files were installed.
Now, only default.supp is installed. This should not affect users as the
other installed suppression files were not read.
Release 3.4.0 (2 January 2009)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.4.0 is a feature release with many significant improvements and the