All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] automation: specify -j$(nproc) in build script
@ 2018-09-06 14:55 Wei Liu
  2018-09-06 17:29 ` Doug Goldstein
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Liu @ 2018-09-06 14:55 UTC (permalink / raw)
  To: xen-devel; +Cc: Doug Goldstein, Wei Liu

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 automation/scripts/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/automation/scripts/build b/automation/scripts/build
index 054226bd73..c463b060d4 100755
--- a/automation/scripts/build
+++ b/automation/scripts/build
@@ -30,4 +30,4 @@ fi
 
 ./configure "${cfgargs[@]}"
 
-make dist
+make -j$(nproc) dist
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] automation: specify -j$(nproc) in build script
  2018-09-06 14:55 [PATCH] automation: specify -j$(nproc) in build script Wei Liu
@ 2018-09-06 17:29 ` Doug Goldstein
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Goldstein @ 2018-09-06 17:29 UTC (permalink / raw)
  To: Wei Liu; +Cc: xen-devel

On Thu, Sep 06, 2018 at 03:55:59PM +0100, Wei Liu wrote:
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> ---
>  automation/scripts/build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/automation/scripts/build b/automation/scripts/build
> index 054226bd73..c463b060d4 100755
> --- a/automation/scripts/build
> +++ b/automation/scripts/build
> @@ -30,4 +30,4 @@ fi
>  
>  ./configure "${cfgargs[@]}"
>  
> -make dist
> +make -j$(nproc) dist
> -- 
> 2.11.0
> 

Acked-by: Doug Goldstein <cardoe@cardoe.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-09-06 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-06 14:55 [PATCH] automation: specify -j$(nproc) in build script Wei Liu
2018-09-06 17:29 ` Doug Goldstein

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.