Update buckd consoles. Summary: Parsers and FileHashCaches are reused by multiple commands, so need to have their consoles updated on each command so that they can log to the current console. Test Plan: 0) buck test --all 1) buckd 2) buck build -v 8 buck &> /dev/null 3) touch tmp 4) buck build -v 8 buck 2>&1 | head 5) check that 4 prints "Parser watched event ENTRY_MODIFY ... tmp"
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0