Unset the BLACKLIST variable in opt_config: all packages seem to be

able to cope with parallelization now
This commit is contained in:
Pierre Labastie 2019-12-21 22:10:04 +00:00
parent 2d99aa4bb3
commit fcb78f4822

View file

@ -8,11 +8,12 @@
#
#--- List of packages that have issues with parallelization.
## As of December 21st, 2019, there seems to be none...
# This list may be different for you.
BLACK_LIST="attr autoconf coreutils dejagnu gettext gperf groff man-db vim"
#BLACK_LIST="attr autoconf coreutils dejagnu gettext gperf groff man-db vim"
# Rationale for attr, coreutils, gperf: the tests do not pass with -jX
# CLFS packages
BLACK_LIST="$BLACK_LIST libee"
# CLFS packages (not tested on December 21st, 2019)
#BLACK_LIST="$BLACK_LIST libee"
#--- Default optimization mode
# This mode is overridden by definitions in opt_override;