make clear components will be downloaded

This commit is contained in:
awokd 2019-04-06 23:32:28 +00:00 committed by GitHub
parent d329766e49
commit bed97cac64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ Before creating the `chroot`, add this to your `builder.conf`:
USE_QUBES_REPO_VERSION = $(RELEASE) USE_QUBES_REPO_VERSION = $(RELEASE)
It will add the 'current' Qubes repository to your `chroot` environment. It will add the 'current' Qubes repository to your `chroot` environment.
Next, specify which components (`gcc`, for example) you do *not* want to compile: Next, specify which components (`gcc`, for example) you want to download instead of compiling:
COMPONENTS := $(filter-out gcc,$(COMPONENTS)) COMPONENTS := $(filter-out gcc,$(COMPONENTS))