This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ba315
)
valgrind --help didn't return a happy exit status.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 16 Aug 2003 20:25:21 +0000
(20:25 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 16 Aug 2003 20:25:21 +0000
(20:25 +0000)
p4raw-id: //depot/perl@20737
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
8656207
..
2aa52e1
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-612,7
+612,7
@@
perl.valgrind.config: config.sh
@grep "^usemymalloc=" config.sh
@grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
@echo "And of course you have to have valgrind..."
- valgrind
--help
>/dev/null || exit 1
+ valgrind
./perl -e 1 2
>/dev/null || exit 1
# Third Degree Perl (Tru64 only)