mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Merge pull request #968 from stilor/fix-cpu-count
Doh. Change the name of the substituted variable
This commit is contained in:
commit
1873a8e14a
2
ct-ng.in
2
ct-ng.in
@ -229,7 +229,7 @@ source: .config
|
|||||||
$(SILENT)CT_SOURCE=y $(bash) $(CT_LIB_DIR)/scripts/crosstool-NG.sh
|
$(SILENT)CT_SOURCE=y $(bash) $(CT_LIB_DIR)/scripts/crosstool-NG.sh
|
||||||
|
|
||||||
build: .config
|
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
|
$(bash) $(CT_LIB_DIR)/scripts/crosstool-NG.sh
|
||||||
|
|
||||||
build.%:
|
build.%:
|
||||||
|
Loading…
Reference in New Issue
Block a user