finish renaming

This commit is contained in:
Connor Olding 2022-10-14 16:49:33 -07:00
parent 78e05832fa
commit ec1a1a0d26
6 changed files with 7 additions and 7 deletions

View File

@ -39,14 +39,14 @@ with some minor patches and a custom distrib.
* **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.
the "flavor" used can be different than that of cosmo-bootstrap.
* **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-dist:** only contains the essentials from cosmo-bootstrap.
* **cosmo-make:** Landlocked Make (fork of GNU Make)

View File

@ -1,4 +1,4 @@
FROM localhost/cosmo-build AS builder
FROM localhost/cosmo-bootstrap AS builder
ARG COSMO_FLAVOR=def
ARG COSMO_REBUILD=1
RUN : \

View File

@ -1,4 +1,4 @@
FROM cosmo-build AS builder
FROM cosmo-bootstrap AS builder
RUN --mount=type=tmpfs,target=/tmp : \
&& . ./env \
&& ./expand ./makeit b//assimilate.com \

View File

@ -1,4 +1,4 @@
FROM cosmo-build AS builder
FROM cosmo-bootstrap AS builder
RUN --mount=type=tmpfs,target=/tmp : \
&& . ./env \
&& ./expand ./makeit t//awk/awk.com \

View File

@ -1,4 +1,4 @@
FROM localhost/cosmo-build AS builder
FROM localhost/cosmo-bootstrap AS builder
# install the basics (no executable binaries besides ape.elf)
RUN : \

View File

@ -1,4 +1,4 @@
FROM cosmo-build AS builder
FROM cosmo-bootstrap AS builder
RUN --mount=type=tmpfs,target=/tmp : \
&& . ./env \
&& ./expand ./makeit t//sed/sed.com \