mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 03:22:05 -08:00
remove docker dependency wording
This commit is contained in:
parent
3310e5d9b2
commit
1800a5e33c
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -41,8 +41,6 @@ fetch:
|
||||||
aria2c -x16 -s16 -k1M -o $(ff_source_tarball) "https://archive.mozilla.org/pub/firefox/releases/$(version)/source/firefox-$(version).source.tar.xz"; \
|
aria2c -x16 -s16 -k1M -o $(ff_source_tarball) "https://archive.mozilla.org/pub/firefox/releases/$(version)/source/firefox-$(version).source.tar.xz"; \
|
||||||
|
|
||||||
setup-minimal:
|
setup-minimal:
|
||||||
# Note: Only docker containers are intended to run this directly.
|
|
||||||
# Run this before `make dir` or `make build` to avoid setting up a local git repo.
|
|
||||||
if [ ! -f $(ff_source_tarball) ]; then \
|
if [ ! -f $(ff_source_tarball) ]; then \
|
||||||
make fetch; \
|
make fetch; \
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue