rename stuff

This commit is contained in:
Connor Olding 2022-10-14 16:44:57 -07:00
parent 3bc614c9d0
commit 78e05832fa
5 changed files with 9 additions and 9 deletions

View File

@ -31,21 +31,21 @@ the base cosmopolitan library and binaries,
with some minor patches and a custom distrib.
-->
* **cosmo-build:** builds the basic libraries (i.e.
* **cosmo-bootstrap:** builds the basic libraries (i.e.
cosmopolitan libc) and binaries to bootstrap itself
and build other software against. also includes `unzip.com`.
### Phase 3
* **cosmo-assimilate:** converts Actually Portable Executables
into native binaries.
* **cosmo-awk:** Actually Portable awk (fork of One True Awk)
* **cosmo-build-all:** builds almost everything else from
* **cosmo-all:** builds almost everything else from
the cosmopolitan repository (i.e. first-class third-party support)
the "flavor" used can be different than that of cosmo-build.
* **cosmo-assimilate:** converts Actually Portable Executables
into native binaries. typically unnecessary, but sometimes nice.
* **cosmo-awk:** Actually Portable awk (fork of One True Awk)
* **cosmo-dist:** only contains the essentials from cosmo-build.
* **cosmo-make:** Landlocked Make (fork of GNU Make)

View File

@ -38,11 +38,11 @@ build() { : \
`# phase 1` \
&& build notwa-util \
`# phase 2` \
&& build cosmo-build \
&& build cosmo-bootstrap \
`# phase 3` \
&& build cosmo-all \
&& build cosmo-assimilate \
&& build cosmo-awk \
&& build cosmo-build-all \
&& build cosmo-dist \
&& build cosmo-make \
&& build cosmo-sed \