logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: ea6a5ef1928ee898ebf31a9d97b78c7e124a98b9
parent d8ff17b087fd05bfb8a0b0b2a4960e14a25fad69
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 27 Jun 2021 00:38:40 -0700

Add some more comments about how to use config.fs

Diffstat:

Mconfig.def.lua5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/config.def.lua b/config.def.lua @@ -13,6 +13,11 @@ return { -- include, and a list of patterns to exclude. If no patterns -- are specified, all files from the package are included. {sets.core, exclude={'^include/', '^lib/.*%.a$'}}, + + -- You may also specify a list of patterns to include or exclude + -- for any packages not matching any entries. If no patterns are + -- specified, all files from the package are excluded. + -- include={...}, exclude={...}, }, -- target toolchain and flags