diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-03-24 21:42:53 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-03-24 21:42:53 +0100 |
commit | eb7c32add8c0c00876e629e273e1298dddbc4a0b (patch) | |
tree | 97075e424e2b08acfcfc7b4c2b6c68907658c412 /etc | |
parent | f0e020aac8b88b65137badef0897d8e92a6ab8a0 (diff) | |
download | midipix_build-eb7c32add8c0c00876e629e273e1298dddbc4a0b.tar.bz2 midipix_build-eb7c32add8c0c00876e629e273e1298dddbc4a0b.tar.xz |
vars/gcc.vars: manually honour -r ALL,...
vars/gcc.vars: always mkdir prerequisite directories.
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/README.md b/etc/README.md index 794d2fbf..908675bf 100644 --- a/etc/README.md +++ b/etc/README.md @@ -303,8 +303,11 @@ Rebuild entire build groups including or excluding group dependencies, respectiv Forcibly (re)download all archive files and/or Git repositories associated with all packages: ```shell -./build.sh [ ... ] -r ALL:@fetch +./build.sh [ ... ] -r ALL:@fetch,finish ``` +> N.B. the "finish" (pseudo-)build step must be included here and in similar use cases so that all +affected packages are marked as having finished building in order to correctly satisfy package-package +dependencies. [Back to top](#table-of-contents) |