Ported r3432 from trunk.

This commit is contained in:
Manuel Canales Esparcia 2007-08-01 18:27:50 +00:00
parent 36e408e6a7
commit 2780e475e5

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;