All of lore.kernel.org
 help / color / mirror / Atom feed
* [SPDK] [PATCH] build: remove the redundant statement
@ 2016-03-07  2:34 Zeng Linggang
  0 siblings, 0 replies; 3+ messages in thread
From: Zeng Linggang @ 2016-03-07  2:34 UTC (permalink / raw)
  To: spdk

[-- Attachment #1: Type: text/plain, Size: 520 bytes --]

Signed-off-by: Zeng Linggang <zenglg.jy(a)cn.fujitsu.com>
---
 scripts/autotest_common.sh | 2 --
 1 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
 		;;
 esac
 
-MAKEFLAGS=${MAKEFLAGS:--j16}
-
 if [ -z "$output_dir" ]; then
 	if [ -z "$rootdir" ] || [ ! -d "$rootdir/../output" ]; then
 		output_dir=.
-- 
2.5.0




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [SPDK] [PATCH] build: remove the redundant statement
@ 2016-03-08 16:17 Walker, Benjamin
  0 siblings, 0 replies; 3+ messages in thread
From: Walker, Benjamin @ 2016-03-08 16:17 UTC (permalink / raw)
  To: spdk

[-- Attachment #1: Type: text/plain, Size: 805 bytes --]

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 <zenglg.jy(a)cn.fujitsu.com>
> ---
>  scripts/autotest_common.sh | 2 --
>  1 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
>  		;;
>  esac
>  
> -MAKEFLAGS=${MAKEFLAGS:--j16}
> -
>  if [ -z "$output_dir" ]; then
>  	if [ -z "$rootdir" ] || [ ! -d "$rootdir/../output" ]; then
>  		output_dir=.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [SPDK] [PATCH] build: remove the redundant statement
@ 2016-03-09  1:21 Zeng Linggang
  0 siblings, 0 replies; 3+ messages in thread
From: Zeng Linggang @ 2016-03-09  1:21 UTC (permalink / raw)
  To: spdk

[-- Attachment #1: Type: text/plain, Size: 988 bytes --]

Hi Ben,

Thank you. I got it.

Best regards.
On Tue, 2016-03-08 at 16:17 +0000, Walker, Benjamin wrote:
> 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 <zenglg.jy(a)cn.fujitsu.com>
> > ---
> >  scripts/autotest_common.sh | 2 --
> >  1 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
> >  		;;
> >  esac
> >  
> > -MAKEFLAGS=${MAKEFLAGS:--j16}
> > -
> >  if [ -z "$output_dir" ]; then
> >  	if [ -z "$rootdir" ] || [ ! -d "$rootdir/../output" ];
> > then
> >  		output_dir=.
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-09  1:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 16:17 [SPDK] [PATCH] build: remove the redundant statement Walker, Benjamin
  -- strict thread matches above, loose matches on Subject: below --
2016-03-09  1:21 Zeng Linggang
2016-03-07  2:34 Zeng Linggang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.