From 6811863fce665ce0a466bc03ee2ac5e2d5f47d28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 18 May 2006 19:26:16 +0000 Subject: [PATCH] check.mak: Fix 'make help' in check directories, it should be 'valgrind.gen-suppressions' not 'valgrind-gen-suppressi... Original commit message from CVS: * check.mak: Fix 'make help' in check directories, it should be 'valgrind.gen-suppressions' not 'valgrind-gen-suppressions' (not changing target to match help string on purpose to keep scripts etc. functional). --- ChangeLog | 8 ++++++++ check.mak | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5054033..bf4de3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-05-18 Tim-Philipp Müller + + * check.mak: + Fix 'make help' in check directories, it should be + 'valgrind.gen-suppressions' not 'valgrind-gen-suppressions' + (not changing target to match help string on purpose to keep + scripts etc. functional). + 2006-05-18 Thomas Vander Stichele Patch by: Peter Kjellerstedt diff --git a/check.mak b/check.mak index ea5881c..9b29e06 100644 --- a/check.mak +++ b/check.mak @@ -133,5 +133,5 @@ help: @echo "make valgrind -- valgrind all tests" @echo "make (dir)/(test).valgrind -- valgrind the given test" @echo "make (dir)/(test).valgrind-forever -- valgrind the given test forever" - @echo "make (dir)/(test).valgrind-gen-suppressions -- generate suppressions" + @echo "make (dir)/(test).valgrind.gen-suppressions -- generate suppressions" @echo " and save to suppressions.log" -- 2.7.4