From 6c5eb5f9097bb0581b87df6bc52a4890f403d032 Mon Sep 17 00:00:00 2001 From: deep-42-thought Date: Thu, 8 Jun 2017 11:27:36 +0200 Subject: Updated Build system (markdown) --- Build-system.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Build-system.md b/Build-system.md index db79cf5..8ae4b16 100644 --- a/Build-system.md +++ b/Build-system.md @@ -7,6 +7,7 @@ For packages that need some customizations, the build system will use a reposito - blacklist: text file, list of packages that will be ignored by the build system (e.g. cannot build for this architecture). - build-manually: text file, list of packages that will be added to the build list on update, but need manual interaction before build. Packages that depend on this package will be also hold back. - update-once: text file, list of packages that will be updated next time even if nothing changed. This list will be cleared out on next update. This list overrides the 'build-manually' list. +- extra-from-multilib: text file, list of packages that are in `multilib` for x86_64 and should be in `extra` rather than `community` for i686 ## Build list The build list is a text file, and will contain the list of packages that need to be built in the proper build order. One package per line, a line contains the package name, the git revision number and the repository name. -- cgit v1.2.3