aboutsummaryrefslogtreecommitdiffstats
path: root/devel/valgrind-snapshot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/valgrind-snapshot/Makefile')
-rw-r--r--devel/valgrind-snapshot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile
index 8f346c859a8..2118d841834 100644
--- a/devel/valgrind-snapshot/Makefile
+++ b/devel/valgrind-snapshot/Makefile
@@ -84,7 +84,7 @@ post-install:
.endif
# Generate suppression files
- @yes | ${PREFIX}/bin/valgrind --tool=memcheck --gen-suppressions=yes true \
+ @yes | ${PREFIX}/bin/valgrind --tool=memcheck --gen-suppressions=yes true 2>&1 \
| ${SED} -e 's,.*{$$,{,' \
| ${GREP} -v '^=' \
> ${WRKDIR}/freebsd-default.supp || \