Unset MAKEFLAGS before make because parallel builds are broken.

This commit is contained in:
Richard W.M. Jones 2013-05-21 20:15:34 +01:00
parent 9f191dd8c3
commit 2ffbb0bbfc
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ build EFI executables and ROMs using the GNU tools.
%build
source ./edksetup.sh
# Build is broken if MAKEFLAGS contains -j option.
unset MAKEFLAGS
make -C $WORKSPACE/BaseTools
%install