summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-05-15 23:53:39 (GMT)
committerGitHub <noreply@github.com>2018-05-15 23:53:39 (GMT)
commit1873a8e14ae7f04bd44f74afcb56a3af8eecc4ba (patch)
tree30a865555a012a70d363167614b2497dc36d4f87
parentd274ab06fe807b2a85223391de9aa484e9bbff08 (diff)
parent204fef03f6572978581fc3bd4747e7bb15acd396 (diff)
Merge pull request #968 from stilor/fix-cpu-count
Doh. Change the name of the substituted variable
-rw-r--r--ct-ng.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 2331b86..5a5bb33 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -229,7 +229,7 @@ source: .config
$(SILENT)CT_SOURCE=y $(bash) $(CT_LIB_DIR)/scripts/crosstool-NG.sh
build: .config
- $(SILENT)BUILD_NCPUS=`@@CT_cpucount@@ 2>/dev/null || echo 0` \
+ $(SILENT)BUILD_NCPUS=`@CPU_COUNT@ 2>/dev/null || echo 0` \
$(bash) $(CT_LIB_DIR)/scripts/crosstool-NG.sh
build.%: