From 094dcb6907373bb62165bee33311419600d8a4cc Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Sun, 16 Aug 2015 12:01:21 -0400 Subject: scripts: use the -j option in make (multithreaded compilation) --- (limited to 'resources/scripts/helpers/build/module/memtest86plus') diff --git a/resources/scripts/helpers/build/module/memtest86plus b/resources/scripts/helpers/build/module/memtest86plus index 8fd9c1d..ca9c7b7 100755 --- a/resources/scripts/helpers/build/module/memtest86plus +++ b/resources/scripts/helpers/build/module/memtest86plus @@ -3,6 +3,7 @@ # helper script: builds memtest86+ source code # # Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2015 Klemens Nanni # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,7 +36,7 @@ cd "memtest86+-5.01/" make clean # build memtest86+ -make +make -j$(nproc) # done. go back to main directory cd "../" -- cgit v0.9.1