From 05bc632fa2509e23420b86fb2ff72ea07fb147b4 Mon Sep 17 00:00:00 2001 From: Minsoo Kim Date: Thu, 13 Apr 2017 11:19:52 +0900 Subject: [PATCH] =?UTF-8?q?buildroot=EC=97=90=EC=84=9C=EB=8A=94=20job?= =?UTF-8?q?=EC=9D=84=20=EC=84=A4=EC=A0=95=ED=95=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EA=B6=8C=EA=B3=A0=ED=95=98=EA=B3=A0=20?= =?UTF-8?q?=EC=9E=88=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/buildroot-2016.08.1/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/buildroot-2016.08.1/make.sh b/buildroot/buildroot-2016.08.1/make.sh index 54db6e2..9186bdc 100755 --- a/buildroot/buildroot-2016.08.1/make.sh +++ b/buildroot/buildroot-2016.08.1/make.sh @@ -107,6 +107,6 @@ case $1 in date > ${VERSION_DIR}/${VERSION_FILE} - make -j 4 O=${OUTPUT_DIR} $@ + make O=${OUTPUT_DIR} $@ ;; esac -- 2.1.4