diff --git a/build-all b/build-all index 8164635..6ca37f4 100755 --- a/build-all +++ b/build-all @@ -49,22 +49,28 @@ build_simple() { : \ : \ && me="$(readlink -f "$0")" && cd "${me%/*}" && { [ -d out ] || mkdir out ;} \ && : \ +\ `# phase 1` \ && build notwa-util \ +\ `# phase 2` \ && build cosmo-bootstrap \ +\ `# phase 3` \ && build cosmo-all \ && build cosmo-dist \ && build rescue \ +\ `# phase 4` \ && build cosmo-base \ && build_simple \ +\ `# phase 5` \ && build cosmo-kuroko \ && build cosmo-muon \ && build cosmo-perl \ && build cosmo-yices \ +\ `# other stuff` \ && { [ ! -e cosmo-mini ] || build cosmo-mini ;} \ \