commit | ed296d206a1840c0a0b6c1322379c950f9996905 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Thu Oct 25 08:53:14 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 29 14:21:20 2012 -0700 |
tree | 48e471a514600c60f7efb0a9692e50b43fe9389f | |
parent | b9dc49412d592a4ce8e5c3a297dc6eb0110646c6 [diff] |
MAKEALL: Add -s to '${MAKE} tidy' section When BUILD_NBUILDS is > 1 we run the tidy command. With the addition of DocBook this now includes a -C doc/DocBook and a 'entering/leaving' pair of messages happen. Since we don't want to see what's being cleaned here, we can just invoke make -s like we do when building. Signed-off-by: Tom Rini <trini@ti.com>