build: remove redundant MAKEFLAGS set
Change-Id: I4596284950c491acc576192d8e9b3a31241fbe49 Signed-off-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
2e61a144dd
commit
5096b4e033
@ -21,8 +21,6 @@ case `uname` in
|
||||
;;
|
||||
esac
|
||||
|
||||
MAKEFLAGS=${MAKEFLAGS:--j16}
|
||||
|
||||
if [ -z "$output_dir" ]; then
|
||||
if [ -z "$rootdir" ] || [ ! -d "$rootdir/../output" ]; then
|
||||
output_dir=.
|
||||
|
Loading…
Reference in New Issue
Block a user