Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-24 | Use correct variable name for silent rule C++ compiler | Tuncer 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-02 | wx: Fix silent make rules | Anthony Ramine | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | Document output.mk.in | Anthony Ramine | |
Conflicts: make/output.mk.in | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony 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. |