split building into phases (superficial)
This commit is contained in:
parent
019a09689f
commit
a9a883a5b4
1 changed files with 6 additions and 1 deletions
|
@ -39,12 +39,17 @@ build() { : \
|
|||
|
||||
: \
|
||||
&& 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 \
|
||||
`# phase 4` \
|
||||
&& build cosmo-base \
|
||||
`# phase 5` \
|
||||
&& build cosmo-kuroko \
|
||||
&& build cosmo-muon \
|
||||
&& build cosmo-perl \
|
||||
|
|
Loading…
Reference in a new issue