mk: don't print confirmation of git pkg.cfg

otherwise, the "list" commands include such text,
where they should not.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe 2025-04-22 00:09:27 +01:00
parent d9908ca648
commit 7786ea4250

3
mk
View file

@ -162,7 +162,8 @@ trees()
return 1
fi
x_ e "config/git/$project/pkg.cfg" f
[ -f "config/git/$project/pkg.cfg" ] || \
$err "config/git/$project/pkg.cfg missing"
for d in "elf" "config/data" "config" "src"; do
eval "${d#*/}dir=\"$d/$project\""