Added dejagnu to makeflags blacklist.
This commit is contained in:
parent
c205656895
commit
024e3de513
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ wrt_makeflags() { # Apply MAKEFLAGS to build
|
||||||
local pkg=$1
|
local pkg=$1
|
||||||
|
|
||||||
case $pkg in
|
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
|
if [[ "$MAKEFLAGS" != "unset" ]]; then
|
||||||
|
|
Reference in a new issue