optimize: Added man-db to BLACK_LIST and reworded the explanation.
This commit is contained in:
parent
2c2d830859
commit
bfd51717cd
1 changed files with 4 additions and 2 deletions
|
@ -12,9 +12,11 @@
|
||||||
# instead of just set to null.
|
# instead of just set to null.
|
||||||
MAKEFLAGS="-j3"
|
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.
|
# 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
|
#--- Default optimization mode
|
||||||
# This mode is overridden by definitions in opt_override;
|
# This mode is overridden by definitions in opt_override;
|
||||||
|
|
Reference in a new issue