aboutsummaryrefslogtreecommitdiffstats
path: root/make/output.mk.in
AgeCommit message (Collapse)Author
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.