lbmk/include
Leah Rowe 0dd0dfaf3d vendor.sh: don't error on main targets
e.g. coreboot/default contains no config directory, so
the old logic would be trying to do:

.

which is obviously invalid

now for example:

$ ./vendor download default
Vendor files not needed for: default

and it will exit with zero status

the only thing that should ever return non-zero status
is when you define a target that does not exist, config
or no.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-05-29 00:48:18 +01:00
..
git.sh general code cleanup in the build system 2024-05-26 07:22:44 +01:00
lib.sh rename include/option.sh to include/lib.sh 2024-05-26 12:10:27 +01:00
mrc.sh general code cleanup in the build system 2024-05-26 07:22:44 +01:00
vendor.sh vendor.sh: don't error on main targets 2024-05-29 00:48:18 +01:00