]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't install unnecessary .supp files (part 2 of 2).
authorNicholas Nethercote <njn@valgrind.org>
Mon, 9 Feb 2009 03:25:04 +0000 (03:25 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 9 Feb 2009 03:25:04 +0000 (03:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9125

Makefile.am
NEWS

index ccc13829e2c9ccd47e0643918f84be3a449e4193..633e68db3ce6bd1a2eaf6c9382a6154f82667462 100644 (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
diff --git a/NEWS b/NEWS
index 7bb53fa5ade485ec36f223341c43500880256e34..afb6ca1cec0cc7349ecae1487a305dc6ad69ade0 100644 (file)
--- 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