* [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
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).