From ec5c4cba20b50149788727e4fa1c37f58a2cf495 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 23 Apr 2020 08:53:02 -0600 Subject: [PATCH] Parallel build of pxestick ipxe --- scripts/pxestick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pxestick.sh b/scripts/pxestick.sh index bdb72ac..4a22786 100755 --- a/scripts/pxestick.sh +++ b/scripts/pxestick.sh @@ -5,7 +5,7 @@ set -e rm -rf build/pxestick mkdir -p build/pxestick -make -C tools/ipxe/src bin-x86_64-efi/axge.efi +make -C tools/ipxe/src bin-x86_64-efi/axge.efi -j "$(nproc)" cp tools/ipxe/src/bin-x86_64-efi/axge.efi build/pxestick/ipxe.efi cd build/pxestick