Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |