Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84806?usp=email
to look at the new patch set (#2).
Change subject: build system: switch to awk, to handle whitespace better ......................................................................
build system: switch to awk, to handle whitespace better
On BSD, FreeBSD, `wc -c` reserves or adss some whitespace to the left of a filename. On linux, `wc -c` does not add whitespace. Use the printed number, instead of attempting to remove whitespace.
Tested on: FreeBSD, archlinux.
Change-Id: I0d145af9e091c7a9c52266791fa31086feeee923 Signed-off-by: Idwer Vollering vidwer@gmail.com --- M Makefile.mk 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/84806/2