From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5571333926686361664==" MIME-Version: 1.0 From: Walker, Benjamin Subject: Re: [SPDK] [PATCH] build: remove the redundant statement Date: Tue, 08 Mar 2016 16:17:26 +0000 Message-ID: <1457453846.4322.66.camel@intel.com> In-Reply-To: 1457318067-4931-1-git-send-email-zenglg.jy@cn.fujitsu.com List-ID: To: spdk@lists.01.org --===============5571333926686361664== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Patch accepted as commit 5096b4e. Thank you! We'll continue to accept patches over the mailing list, but we'd prefer future patches as pull requests on GitHub so we have a nice way to track them. On Mon, 2016-03-07 at 10:34 +0800, Zeng Linggang wrote: > Signed-off-by: Zeng Linggang > --- > =C2=A0scripts/autotest_common.sh | 2 -- > =C2=A01 file changed, 2 deletions(-) > = > diff --git a/scripts/autotest_common.sh b/scripts/autotest_common.sh > index 8f36e4e..9ad176b 100755 > --- a/scripts/autotest_common.sh > +++ b/scripts/autotest_common.sh > @@ -21,8 +21,6 @@ case `uname` in > =C2=A0 ;; > =C2=A0esac > =C2=A0 > -MAKEFLAGS=3D${MAKEFLAGS:--j16} > - > =C2=A0if [ -z "$output_dir" ]; then > =C2=A0 if [ -z "$rootdir" ] || [ ! -d "$rootdir/../output" ]; then > =C2=A0 output_dir=3D. --===============5571333926686361664==--