meta: superficial whitespace
This commit is contained in:
parent
9e316d777b
commit
b5e9017414
1 changed files with 6 additions and 0 deletions
|
@ -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 ;} \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue