develooper Front page | perl.perl5.porters | Postings from June 2014

[perl #122093] [PATCH] 3776230 Support faster make -s

From:
Tony Cook via RT
Date:
June 23, 2014 00:27
Subject:
[perl #122093] [PATCH] 3776230 Support faster make -s
Message ID:
rt-4.0.18-3138-1403483217-721.122093-15-0@perl.org
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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About