optimize: Added man-db to BLACK_LIST and reworded the explanation.

This commit is contained in:
Manuel Canales Esparcia 2007-08-01 18:26:29 +00:00
parent 2c2d830859
commit bfd51717cd

View file

@ -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;