[erlang-patches] Implement ./otp_build configure --enable-silent-rules
Anthony Ramine
n.oxyde@REDACTED
Tue Jan 15 21:46:59 CET 2013
I couldn't reproduce the bug here but apparently I've found the cause of it.
I've removed $(V_MAKE) and put back $(make_verbose)$(MAKE):
> Using the MAKE variable has the same effect as using a ‘+’ character
> at the beginning of the recipe line. See Instead of Executing the
> Recipes. This special feature is only enabled if the MAKE variable
> appears directly in the recipe: it does not apply if the MAKE variable
> is referenced through expansion of another variable. In the latter
> case you must use the ‘+’ token to get these special effects.
http://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html#MAKE-Variable
Please refetch.
Regards,
--
Anthony Ramine
Le 15 janv. 2013 à 19:49, Björn-Egil Dahlberg a écrit :
> It appeared in both cases. Easier to see with silent rules though :)
>
> // egil
> Sent from my iPhone
>
> 15 jan 2013 kl. 19:45 skrev Anthony Ramine <n.oxyde@REDACTED>:
>
>> I'll look into it. Was it with silent rules enabled or not? Thanks.
>>
>> --
>> Anthony Ramine
>>
>> Le 15 janv. 2013 à 19:06, Björn-Egil Dahlberg <egil@REDACTED> a écrit :
>>
>>> On 2013-01-15 11:33, Anthony Ramine wrote:
>>>> Fixed, I had messed up the JARFLAGS variables. Please refetch
>>> Yep that works now. But ..
>>>
>>> Parallel make no longer works. I believe the following is a hint is the warning:
>>>
>>> make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
>>>
>>> // Björn-Egil
>> _______________________________________________
>> erlang-patches mailing list
>> erlang-patches@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-patches
More information about the erlang-patches
mailing list