Reuse build dir

这个提交包含在:
2024-11-18 09:55:48 -05:00
父节点 cabd3aca8b
当前提交 a75505f467

查看文件

@@ -380,13 +380,13 @@ make_images() {
debug "${FUNCNAME[0]}"
# Reuse the existing output
if [[ -d "$BINDIR" ]]; then
if ask_ok "$BINDIR exists. Rebuild?"; then
execute rm -rf "$BINDIR"
else
return 0
fi
fi
# if [[ -d "$BINDIR" ]]; then
# if ask_ok "$BINDIR exists. Rebuild?"; then
# execute rm -rf "$BINDIR"
# else
# return 0
# fi
# fi
debug make image BIN_DIR="$BINDIR" \
PROFILE="$DEVICE" PACKAGES="$PACKAGES" \