]> Git Repo - buildroot-mgba.git/commit
tools: new tool to filter the output of make
authorYann E. MORIN <[email protected]>
Sat, 1 Jul 2017 14:31:07 +0000 (16:31 +0200)
committerThomas Petazzoni <[email protected]>
Sat, 1 Jul 2017 15:56:11 +0000 (17:56 +0200)
commitafdb545b2847d2a922ee202775998d4658900fec
treed21ad6965e27ebc255bccbfd072d8533bda525f5
parentcb4184d9051c4350762c38dc8f316883861ccc5a
tools: new tool to filter the output of make

Add brmake, a small script that redirects the build output log to a
file, keeping just Buildroot's own messages, with the date+time added
at the start of the line.

We need to unbuffer the output of make so that, when the script is
interrupted (SIGINT, ^C), there is no lingering output not yet digested
by the logger loop.

Signed-off-by: "Yann E. MORIN" <[email protected]>
Cc: Maxime Hadjinlian <[email protected]>
Cc: Arnout Vandecappelle <[email protected]>
Cc: Ricardo Martincoski <[email protected]>
Cc: Samuel Martin <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
docs/manual/writing-rules.txt
tools/brmake [new file with mode: 0755]
tools/readme.txt
This page took 0.033893 seconds and 4 git commands to generate.