mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
minor code cleanup in the build system
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -230,8 +230,7 @@ check_cmake()
|
||||
check_makefile "${1}" || \
|
||||
$err "check_cmake ${1}: can't cmake ${cmakedir}"
|
||||
[ -z "${cmakedir}" ] || check_makefile "${1}" || \
|
||||
$err "check_cmake ${1}: could not generate Makefile"
|
||||
return 0
|
||||
$err "check_cmake ${1}: can't generate Makefile"; return 0
|
||||
}
|
||||
|
||||
check_autoconf()
|
||||
|
||||
Reference in New Issue
Block a user