Closed rminnich closed 1 year ago
the u-root command in the Makefile uses the pattern u-root -files command for many commands.
Confusing problems ensue if the command is not there: the command expands to u-root -files -files
Add a rule to run which for all the binaries, which will fail in a more understandable way.
the u-root command in the Makefile uses the pattern u-root -files command for many commands.
Confusing problems ensue if the command is not there: the command expands to u-root -files -files
Add a rule to run which for all the binaries, which will fail in a more understandable way.