[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] automation: specify -j$(nproc) in build script
commit 583037acab54966470021d90a3fc30419c6d8d91 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Thu Sep 6 15:55:59 2018 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Fri Sep 7 08:39:10 2018 +0100 automation: specify -j$(nproc) in build script Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Doug Goldstein <cardoe@xxxxxxxxxx> --- 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 -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |