Added dejagnu to makeflags blacklist.

This commit is contained in:
Manuel Canales Esparcia 2006-05-08 18:32:37 +00:00
parent c205656895
commit 024e3de513

View file

@ -63,7 +63,7 @@ wrt_makeflags() { # Apply MAKEFLAGS to build
local pkg=$1
case $pkg in
gettext | groff ) # Don't support -jX for now
dejagnu | gettext | groff ) # Don't support well -jX for now
;;
*)
if [[ "$MAKEFLAGS" != "unset" ]]; then