build: remove redundant MAKEFLAGS set

Change-Id: I4596284950c491acc576192d8e9b3a31241fbe49
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Zeng Linggang 2016-03-07 08:42:47 -07:00 committed by Ben Walker
parent 2e61a144dd
commit 5096b4e033

View File

@ -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=.