aboutsummaryrefslogtreecommitdiffstats
path: root/make/output.mk.in
AgeCommit message (Collapse)Author
2017-09-08Add support for building a pgo beam_emuLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2014-02-24Use correct variable name for silent rule C++ compilerTuncer Ayaz
Using CPP as the variable name for the C++ compiler makes no sense, as CPP usually refers to the C/C++ preprocessor. That's why we have CXXFLAGS for C++ and CPPFLAGS for the C/C++ preprocessor.
2013-12-02wx: Fix silent make rulesAnthony Ramine
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23Document output.mk.inAnthony Ramine
Conflicts: make/output.mk.in
2013-01-15Implement ./otp_build configure --enable-silent-rulesAnthony Ramine
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1.