[erlang-patches] Implement ./otp_build configure --enable-silent-rules

Anthony Ramine n.oxyde@REDACTED
Mon Jan 14 14:28:35 CET 2013


Hi,

I amended my commit and made some new shorter variables V_ERLC, V_MAKE etc
as I said I would do. Please refetch.

Everything in "./otp_build boot -a" path should be covered, the other targets
like clean, documentation building and tests and releases aren't.

If your various builds succeed, this could be included into R16A.

Regards,

-- 
Anthony Ramine

Le 11 janv. 2013 à 19:34, Björn-Egil Dahlberg a écrit :

> On 2013-01-11 19:09, Anthony Ramine wrote:
>> What Automake does is define variables like this:
>> 
>> V_ERLC = $(erlc_verbose)$(ERLC)
>> 
>> I could do that. I don't like including $(ERLC_FLAGS) in it though, it's not common practice.
> Ah ok! Common practice is usually the best practice.
> 
> I'm not sure I want to change ERLC_FLAGS though. If you decide to do that change, do it in a separate commit.
>> I don't mind not including it in R16 and I think it's probably for the best. I have other improvements in mind for the build process anyway so I'll rebase this on current master and work on it.
> Ok, if thats the case I will drop the review completely until after R16.
>> Thanks for the feedback, that's all I wanted ;)
> =)
> 
> // Björn-Egil




More information about the erlang-patches mailing list