Hello Marc Jones, build bot (Jenkins), Patrick Georgi, Stefan Reinauer, Paul Fagerburg, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46287
to look at the new patch set (#2).
Change subject: Makefile: Remove possibly illegal characters from doxyplatform ......................................................................
Makefile: Remove possibly illegal characters from doxyplatform
The CONFIG_MAINBOARD_PART_NUMBER string can have characters in it that don't work in the doxyplatform make script under sh, so change any non-alphanumeric characters to an underscore.
Also strip all the quotes - they aren't needed.
The spaces in the "QEMU x86 i440fx/piix4" platform are one example of this.
Signed-off-by: Martin Roth martin@coreboot.org Change-Id: I10bc6a8a245a34e89c859ff46835bde35aaa4286 --- M Makefile 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/46287/2