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 ;} \
&& : \
\
`# 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 ;} \
\