Opened 11 years ago
Closed 11 years ago
#2347 closed enhancement (fixed)
Use or support automake silent rules
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 2.6 |
Component: | Build System | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The current automake build chatter is *extremely* noisy, making build errors or warnings very hard to sift through.
Automake since 1.11 supports silent rules, which really reduces the noise in build chatter (gcc/ld/libtool calls are hidden), while still displaying build warnings and errors should they occur.
http://www.gnu.org/software/automake/manual/html_node/Automake-Silent-Rules.html
Note:
See TracTickets
for help on using tickets.
Fixed with RFC 138