finish renaming
This commit is contained in:
parent
78e05832fa
commit
ec1a1a0d26
6 changed files with 7 additions and 7 deletions
|
@ -39,14 +39,14 @@ with some minor patches and a custom distrib.
|
||||||
|
|
||||||
* **cosmo-all:** builds almost everything else from
|
* **cosmo-all:** builds almost everything else from
|
||||||
the cosmopolitan repository (i.e. first-class third-party support)
|
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
|
* **cosmo-assimilate:** converts Actually Portable Executables
|
||||||
into native binaries. typically unnecessary, but sometimes nice.
|
into native binaries. typically unnecessary, but sometimes nice.
|
||||||
|
|
||||||
* **cosmo-awk:** Actually Portable awk (fork of One True Awk)
|
* **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)
|
* **cosmo-make:** Landlocked Make (fork of GNU Make)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM localhost/cosmo-build AS builder
|
FROM localhost/cosmo-bootstrap AS builder
|
||||||
ARG COSMO_FLAVOR=def
|
ARG COSMO_FLAVOR=def
|
||||||
ARG COSMO_REBUILD=1
|
ARG COSMO_REBUILD=1
|
||||||
RUN : \
|
RUN : \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM cosmo-build AS builder
|
FROM cosmo-bootstrap AS builder
|
||||||
RUN --mount=type=tmpfs,target=/tmp : \
|
RUN --mount=type=tmpfs,target=/tmp : \
|
||||||
&& . ./env \
|
&& . ./env \
|
||||||
&& ./expand ./makeit b//assimilate.com \
|
&& ./expand ./makeit b//assimilate.com \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM cosmo-build AS builder
|
FROM cosmo-bootstrap AS builder
|
||||||
RUN --mount=type=tmpfs,target=/tmp : \
|
RUN --mount=type=tmpfs,target=/tmp : \
|
||||||
&& . ./env \
|
&& . ./env \
|
||||||
&& ./expand ./makeit t//awk/awk.com \
|
&& ./expand ./makeit t//awk/awk.com \
|
||||||
|
|
|
@ -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)
|
# install the basics (no executable binaries besides ape.elf)
|
||||||
RUN : \
|
RUN : \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM cosmo-build AS builder
|
FROM cosmo-bootstrap AS builder
|
||||||
RUN --mount=type=tmpfs,target=/tmp : \
|
RUN --mount=type=tmpfs,target=/tmp : \
|
||||||
&& . ./env \
|
&& . ./env \
|
||||||
&& ./expand ./makeit t//sed/sed.com \
|
&& ./expand ./makeit t//sed/sed.com \
|
||||||
|
|
Loading…
Add table
Reference in a new issue