From: Doug Coleman Date: Sat, 16 May 2020 19:49:57 +0000 (-0500) Subject: build.sh: Add self-bootstrap option. X-Git-Tag: 0.99~3266 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=160d1b441554c9aa192b289114a79bac94dd5015 build.sh: Add self-bootstrap option. --- diff --git a/build.sh b/build.sh index 55566a5e2b..fb1e4e4b49 100755 --- a/build.sh +++ b/build.sh @@ -803,6 +803,7 @@ case "$1" in deps-macosx) install_deps_macosx ;; deps-dnf) install_deps_dnf ;; deps-pkg) install_deps_pkg ;; + self-bootstrap) get_config_info; make_boot_image; bootstrap;; self-update) update; make_boot_image; bootstrap;; quick-update) update; refresh_image ;; update|latest) update; download_and_bootstrap ;;