mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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:
parent
0b2d785793
commit
97ac32d13b
@ -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
8
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user