lbmk/script/handle/make
Leah Rowe 0543350d44 handle/make/file: run make-clean first
flashrom distclean resulted in zero status upon exit,
but did not remove the actual flashrom binary.

our logic was to run distclean and defer to clean;
now, we run clean and *then* run distclean, but we
do not throw an error if distclean fails. (we do
throw one if clean fails)

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-10 17:17:33 +01:00
..
config handle/make/config: distclean once per tree 2023-09-10 16:55:36 +01:00
file handle/make/file: run make-clean first 2023-09-10 17:17:33 +01:00