From f1cc58c58a29e6183f6300c99e1f113edcecffe8 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 10 Mar 2016 13:42:14 -0500 Subject: build scripts: use $(nproc) not "$(nproc)" for make -j option --- (limited to 'resources/scripts/helpers/build/module/bucts') diff --git a/resources/scripts/helpers/build/module/bucts b/resources/scripts/helpers/build/module/bucts index e011484..6e54fc1 100755 --- a/resources/scripts/helpers/build/module/bucts +++ b/resources/scripts/helpers/build/module/bucts @@ -44,7 +44,7 @@ if [ "${buildtype}" = "static" ]; then fi make clean -make -j"$(nproc)" +make -j$(nproc) if [ "${buildtype}" = "static" ]; then patch "Makefile" -R < "../resources/bucts/patch/staticlink.diff" -- cgit v0.9.1