meta: superficial whitespace

This commit is contained in:
Connor Olding 2022-10-17 16:34:26 -07:00
parent 9e316d777b
commit b5e9017414

View File

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