mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
tools/Makefile.host: Initialize Q by inspecting V
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -115,7 +115,7 @@ else
|
||||
if [ -x ${KCONFIG2HTML2} ]; then
|
||||
KCONFIG2HTML=${KCONFIG2HTML2}
|
||||
else
|
||||
make -C ${KCONFIG2MAKEDIR} -f ${KCONFIG2MAKEFILE} ${KCONFIG2HTML_TARGET} || \
|
||||
make -C ${KCONFIG2MAKEDIR} -f ${KCONFIG2MAKEFILE} ${KCONFIG2HTML_TARGET} 1>/dev/null || \
|
||||
{ echo "ERROR: make ${KCONFIG2HTML1} failed" ; exit 1 ; }
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user