Author: pierre Date: Sat Dec 21 14:10:04 2019 New Revision: 4131 Log: Unset the BLACKLIST variable in opt_config: all packages seem to be able to cope with parallelization now
Modified: jhalfs/trunk/optimize/opt_config Modified: jhalfs/trunk/optimize/opt_config ============================================================================== --- jhalfs/trunk/optimize/opt_config Fri Dec 6 13:46:21 2019 (r4130) +++ jhalfs/trunk/optimize/opt_config Sat Dec 21 14:10:04 2019 (r4131) @@ -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; -- http://lists.linuxfromscratch.org/listinfo/alfs-log Unsubscribe: See the above information page
