summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-07-03 15:26:39 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-06 01:35:48 -0400
commit4ddc1d3e47a01aa3ab95cf08b7fc76911af4131a (patch)
treeb37d42381d976fd57d163fe11d3cea15dd3d3b19
parent5519baa51ed9f50e126cbd5d2e0d0621eef4a8b4 (diff)
downloadhaskell-4ddc1d3e47a01aa3ab95cf08b7fc76911af4131a.tar.gz
sources
-rw-r--r--hadrian/bootstrap/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/hadrian/bootstrap/README.md b/hadrian/bootstrap/README.md
index 7ea7b51d8b..99a80baed6 100644
--- a/hadrian/bootstrap/README.md
+++ b/hadrian/bootstrap/README.md
@@ -18,16 +18,17 @@ The result of the bootstrap script will be a hadrian binary in
Alternatively, you can provide a tarball with the source of any dependencies.
- bootstrap.py -d plan-bootstrap-8_10_5.json -w /path/to-ghc -s sources-tarball.tar.gz
+ bootstrap.py -w /path/to-ghc -s sources-tarball.tar.gz
Which dependencies you need can be queried using the `list-sources` option.
bootstrap.py -d plan-bootstrap-8_10_5.json list-sources
This produces `fetch_plan.json` which tells you where to get each source from.
+
You can instruct the script to create the tarball using the `fetch` option.
- bootstrap.py -d plan-bootstrap-8_10_5.json fetch -o sources-tarball.tar.gz
+ bootstrap.py -d plan-bootstrap-8_10_5.json fetch -o sources-tarball
## Generating the bootstrap plans