From 5096b4e03397cfaec731cc882fcb56070beb12ed Mon Sep 17 00:00:00 2001 From: Zeng Linggang Date: Mon, 7 Mar 2016 08:42:47 -0700 Subject: [PATCH] build: remove redundant MAKEFLAGS set Change-Id: I4596284950c491acc576192d8e9b3a31241fbe49 Signed-off-by: Ben Walker --- scripts/autotest_common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/autotest_common.sh b/scripts/autotest_common.sh index 8f36e4e14..9ad176bab 100755 --- a/scripts/autotest_common.sh +++ b/scripts/autotest_common.sh @@ -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=.