Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define $(prog)_INPLACE variables automatically, and start using them | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | A build-system tweak for more readable build output. | Iavor S. Diatchki | 2012-04-27 | 1 | -0/+13 |
This change reduces the (default) verbosity of the build system. This makes it easier to spot warnings in the output and, also, it makes it easier to estimate how far along are we in the build process by just glancing at the output. To get the traditional fully verbose output, set V=1, like this: make V=1 |