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:
aafd5a9
)
pass through -s if supplied, instead of defaulting to it
author
Tony Cook
<tony@develop-help.com>
Wed, 2 Jul 2014 05:50:02 +0000
(15:50 +1000)
committer
Tony Cook
<tony@develop-help.com>
Wed, 2 Jul 2014 05:50:02 +0000
(15:50 +1000)
make_ext.pl
patch
|
blob
|
blame
|
history
diff --git
a/make_ext.pl
b/make_ext.pl
index
09d0ab4
..
a67e894
100644
(file)
--- a/
make_ext.pl
+++ b/
make_ext.pl
@@
-531,7
+531,7
@@
else
if test ! -f Makefile ; then
echo "Warning: No Makefile!"
fi
-
make -s
$clean_target MAKE='@make' @pass_through
+
@make
$clean_target MAKE='@make' @pass_through
fi
cd $return_dir
EOS