On Thu Jun 12 14:59:23 2014, rurban@cpanel.net wrote: > @@ -529,7 +531,7 @@ else > if test ! -f Makefile ; then > echo "Warning: No Makefile!" > fi > - make $clean_target MAKE='@make' @pass_through > + make -s $clean_target MAKE='@make' @pass_through > fi > cd $return_dir > EOS Wouldn't this be better as: @make $clean_target MAKE='@make' @pass_through to pass through the parent make flags? Other than that it looks good to me. Tony --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=122093