From: Nicholas Nethercote Date: Mon, 9 Feb 2009 03:25:04 +0000 (+0000) Subject: Don't install unnecessary .supp files (part 2 of 2). X-Git-Tag: svn/VALGRIND_3_5_0~1011 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ac32d13b2a76ffcff3766ceed3a9053d5c0c7d;p=thirdparty%2Fvalgrind.git Don't install unnecessary .supp files (part 2 of 2). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9125 --- diff --git a/Makefile.am b/Makefile.am index ccc13829e2..633e68db3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/NEWS b/NEWS index 7bb53fa5ad..afb6ca1cec 100644 --- a/NEWS +++ b/NEWS @@ -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