From bfd51717cddeea3b02be5efd41bbeb2e14c1377f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 1 Aug 2007 18:26:29 +0000 Subject: [PATCH] optimize: Added man-db to BLACK_LIST and reworded the explanation. --- optimize/opt_config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/optimize/opt_config b/optimize/opt_config index 05ca5a5..78c07df 100644 --- a/optimize/opt_config +++ b/optimize/opt_config @@ -12,9 +12,11 @@ # instead of just set to null. MAKEFLAGS="-j3" -#--- List of packages that don't support well MAKEFLAGS. +#--- List of packages that have issues with jobs control. # This list may be different for you. -BLACK_LIST="autoconf dejagnu gettext groff" +# If your MAKEFLAGS don't contains a -jX option, you can set +# a empty list here. +BLACK_LIST="autoconf dejagnu gettext groff man-db" #--- Default optimization mode # This mode is overridden by definitions in opt_override;