diff options
author | Simon Glass <sjg@chromium.org> | 2014-08-28 09:43:42 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-09-05 13:40:43 -0600 |
commit | 48c1b6a8ff9f539506f59bfe42590af0f92c8cb8 (patch) | |
tree | c16fca4abca7f479e8b2fd84196711faee778376 /tools/gdb/remote.h | |
parent | 3cf4ae6f8672cd10ddba4b18bf82e4d03aeb15e6 (diff) | |
download | u-boot-imx-48c1b6a8ff9f539506f59bfe42590af0f92c8cb8.zip u-boot-imx-48c1b6a8ff9f539506f59bfe42590af0f92c8cb8.tar.gz u-boot-imx-48c1b6a8ff9f539506f59bfe42590af0f92c8cb8.tar.bz2 |
buildman: Remove the directory prefix from each error line
The full path is long and also includes buildman private directories.
Clean this up, so that only a relative U-Boot path is shown.
This will change warnings like these:
/home/sjg/c/src/third_party/u-boot/buildman5/.bm-work/00/arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
/home/sjg/c/src/third_party/u-boot/buildman5/.bm-work/00/arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
/home/sjg/c/src/third_party/u-boot/files/arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
/home/sjg/c/src/third_party/u-boot/files/arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
to:
arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/gdb/remote.h')
0 files changed, 0 insertions, 0 deletions