From b5e90174147ea52d452944e009adbf6ec3dc460c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 17 Oct 2022 16:34:26 -0700 Subject: [PATCH] meta: superficial whitespace --- build-all | 6 ++++++ 1 file changed, 6 insertions(+) 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 ;} \ \