Good day, friends! After getting this recent commit, doing " make clean " is not possible in a coreboot directory - I get this error now:
~/coreboot$ make clean /bin/sh: 1: go: not found /bin/sh: 1: go: not found /bin/sh: 1: [: -eq: unexpected operator
Looks like there's a problem in some script
Best regards, Ivan Ivanov
Good day, Thanks for notifying.
It seems I forgot to guard the u-root Makefile and therefore accidently introduced a dependency on go (I probably missed it, since I have go installed). Sorry for the inconvenience. Here is a patch: https://review.coreboot.org/c/coreboot/+/76714
Best regards, Maximilian Brune
Am Mo., 24. Juli 2023 um 15:31 Uhr schrieb Ivan Ivanov <qmastery16@gmail.com
:
Good day, friends! After getting this recent commit, doing " make clean " is not possible in a coreboot directory - I get this error now:
~/coreboot$ make clean /bin/sh: 1: go: not found /bin/sh: 1: go: not found /bin/sh: 1: [: -eq: unexpected operator
Looks like there's a problem in some script
Best regards, Ivan Ivanov _______________________________________________ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org