diff options
Diffstat (limited to 'scripts/build/lb_bootstrap_cache')
-rwxr-xr-x | scripts/build/lb_bootstrap_cache | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/build/lb_bootstrap_cache b/scripts/build/lb_bootstrap_cache index ce8cad0b0..86cb18f0f 100755 --- a/scripts/build/lb_bootstrap_cache +++ b/scripts/build/lb_bootstrap_cache @@ -27,14 +27,14 @@ Set_defaults # Check architecture Check_crossarchitectures -Echo_message "Begin caching bootstrap stage..." - for STAGE in ${LB_CACHE_STAGES} do if [ "${STAGE}" = "bootstrap" ] then case "${1}" in restore) + Echo_message "Restoring bootstrap stage from cache..." + # Checking stage file Check_stagefile .stage/bootstrap_cache.restore @@ -66,6 +66,8 @@ do ;; save) + Echo_message "Saving bootstrap stage to cache..." + # Checking stage file Check_stagefile .stage/bootstrap_cache.save |