summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Malikowski <malikowskirobert@gmail.com>2025-07-11 15:52:48 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2025-07-13 15:31:13 +0200
commit0c335388ecc9873280cfa875753e594081d1e3ec (patch)
treec8c9a76a43e38ebce067d592eed1f044d7d8644a
parent670020c850da7af3f1a7fa6b00025a124979f465 (diff)
NUM_PROC -> NUM_CORES
-rw-r--r--contrib/depends/packages/native_rust_1_55_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_56_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_57_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_58_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_59_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_60_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_61_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_62_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_63_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_64_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_65_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_66_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_67_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_68_2.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_69_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_70_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_71_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_72_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_73_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_74_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_75_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_76_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_77_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_78_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_79_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_80_1.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_81_0.mk2
-rw-r--r--contrib/depends/packages/native_rust_1_82_0.mk2
28 files changed, 28 insertions, 28 deletions
diff --git a/contrib/depends/packages/native_rust_1_55_0.mk b/contrib/depends/packages/native_rust_1_55_0.mk
index f7b830d..6c4fb41 100644
--- a/contrib/depends/packages/native_rust_1_55_0.mk
+++ b/contrib/depends/packages/native_rust_1_55_0.mk
@@ -22,7 +22,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 --verbose -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 --verbose -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_56_1.mk b/contrib/depends/packages/native_rust_1_56_1.mk
index 3a46661..b8cf2c1 100644
--- a/contrib/depends/packages/native_rust_1_56_1.mk
+++ b/contrib/depends/packages/native_rust_1_56_1.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_57_0.mk b/contrib/depends/packages/native_rust_1_57_0.mk
index 9064f3a..74de9e8 100644
--- a/contrib/depends/packages/native_rust_1_57_0.mk
+++ b/contrib/depends/packages/native_rust_1_57_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_58_1.mk b/contrib/depends/packages/native_rust_1_58_1.mk
index 2038c43..bb31605 100644
--- a/contrib/depends/packages/native_rust_1_58_1.mk
+++ b/contrib/depends/packages/native_rust_1_58_1.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_59_0.mk b/contrib/depends/packages/native_rust_1_59_0.mk
index 30136d6..b9fd649 100644
--- a/contrib/depends/packages/native_rust_1_59_0.mk
+++ b/contrib/depends/packages/native_rust_1_59_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_60_0.mk b/contrib/depends/packages/native_rust_1_60_0.mk
index 22c0b1f..31e17a9 100644
--- a/contrib/depends/packages/native_rust_1_60_0.mk
+++ b/contrib/depends/packages/native_rust_1_60_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_61_0.mk b/contrib/depends/packages/native_rust_1_61_0.mk
index 9501989..250cb3a 100644
--- a/contrib/depends/packages/native_rust_1_61_0.mk
+++ b/contrib/depends/packages/native_rust_1_61_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_62_1.mk b/contrib/depends/packages/native_rust_1_62_1.mk
index 5585bd8..c98a6b6 100644
--- a/contrib/depends/packages/native_rust_1_62_1.mk
+++ b/contrib/depends/packages/native_rust_1_62_1.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_63_0.mk b/contrib/depends/packages/native_rust_1_63_0.mk
index 3be20a7..e752480 100644
--- a/contrib/depends/packages/native_rust_1_63_0.mk
+++ b/contrib/depends/packages/native_rust_1_63_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_64_0.mk b/contrib/depends/packages/native_rust_1_64_0.mk
index ca5aba4..4362d78 100644
--- a/contrib/depends/packages/native_rust_1_64_0.mk
+++ b/contrib/depends/packages/native_rust_1_64_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_65_0.mk b/contrib/depends/packages/native_rust_1_65_0.mk
index f99efa5..7b48c53 100644
--- a/contrib/depends/packages/native_rust_1_65_0.mk
+++ b/contrib/depends/packages/native_rust_1_65_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_66_1.mk b/contrib/depends/packages/native_rust_1_66_1.mk
index 09301be..6aaa28d 100644
--- a/contrib/depends/packages/native_rust_1_66_1.mk
+++ b/contrib/depends/packages/native_rust_1_66_1.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_67_1.mk b/contrib/depends/packages/native_rust_1_67_1.mk
index beb0913..14c63f3 100644
--- a/contrib/depends/packages/native_rust_1_67_1.mk
+++ b/contrib/depends/packages/native_rust_1_67_1.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_68_2.mk b/contrib/depends/packages/native_rust_1_68_2.mk
index eaa0fd2..d152ecb 100644
--- a/contrib/depends/packages/native_rust_1_68_2.mk
+++ b/contrib/depends/packages/native_rust_1_68_2.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_69_0.mk b/contrib/depends/packages/native_rust_1_69_0.mk
index 7c83b64..fd0b889 100644
--- a/contrib/depends/packages/native_rust_1_69_0.mk
+++ b/contrib/depends/packages/native_rust_1_69_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_70_0.mk b/contrib/depends/packages/native_rust_1_70_0.mk
index 3e54cf9..c983c87 100644
--- a/contrib/depends/packages/native_rust_1_70_0.mk
+++ b/contrib/depends/packages/native_rust_1_70_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_71_1.mk b/contrib/depends/packages/native_rust_1_71_1.mk
index 97654de..940518b 100644
--- a/contrib/depends/packages/native_rust_1_71_1.mk
+++ b/contrib/depends/packages/native_rust_1_71_1.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_72_1.mk b/contrib/depends/packages/native_rust_1_72_1.mk
index 6eca3f9..90f5e35 100644
--- a/contrib/depends/packages/native_rust_1_72_1.mk
+++ b/contrib/depends/packages/native_rust_1_72_1.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_73_0.mk b/contrib/depends/packages/native_rust_1_73_0.mk
index 19775e0..f06175c 100644
--- a/contrib/depends/packages/native_rust_1_73_0.mk
+++ b/contrib/depends/packages/native_rust_1_73_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_74_1.mk b/contrib/depends/packages/native_rust_1_74_1.mk
index 1e03978..30c9b87 100644
--- a/contrib/depends/packages/native_rust_1_74_1.mk
+++ b/contrib/depends/packages/native_rust_1_74_1.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_75_0.mk b/contrib/depends/packages/native_rust_1_75_0.mk
index 96131e6..e0b0a58 100644
--- a/contrib/depends/packages/native_rust_1_75_0.mk
+++ b/contrib/depends/packages/native_rust_1_75_0.mk
@@ -23,7 +23,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_76_0.mk b/contrib/depends/packages/native_rust_1_76_0.mk
index 90d8e06..b1855fc 100644
--- a/contrib/depends/packages/native_rust_1_76_0.mk
+++ b/contrib/depends/packages/native_rust_1_76_0.mk
@@ -20,7 +20,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_77_1.mk b/contrib/depends/packages/native_rust_1_77_1.mk
index ec89dcf..79b3c16 100644
--- a/contrib/depends/packages/native_rust_1_77_1.mk
+++ b/contrib/depends/packages/native_rust_1_77_1.mk
@@ -20,7 +20,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_78_0.mk b/contrib/depends/packages/native_rust_1_78_0.mk
index 1419285..fc22d8c 100644
--- a/contrib/depends/packages/native_rust_1_78_0.mk
+++ b/contrib/depends/packages/native_rust_1_78_0.mk
@@ -20,7 +20,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_79_0.mk b/contrib/depends/packages/native_rust_1_79_0.mk
index 3bc0dc7..9f983f2 100644
--- a/contrib/depends/packages/native_rust_1_79_0.mk
+++ b/contrib/depends/packages/native_rust_1_79_0.mk
@@ -20,7 +20,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_80_1.mk b/contrib/depends/packages/native_rust_1_80_1.mk
index 62bd557..ba53bd8 100644
--- a/contrib/depends/packages/native_rust_1_80_1.mk
+++ b/contrib/depends/packages/native_rust_1_80_1.mk
@@ -20,7 +20,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_81_0.mk b/contrib/depends/packages/native_rust_1_81_0.mk
index c835506..69b467a 100644
--- a/contrib/depends/packages/native_rust_1_81_0.mk
+++ b/contrib/depends/packages/native_rust_1_81_0.mk
@@ -20,7 +20,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds
diff --git a/contrib/depends/packages/native_rust_1_82_0.mk b/contrib/depends/packages/native_rust_1_82_0.mk
index e2340c7..c07b3fe 100644
--- a/contrib/depends/packages/native_rust_1_82_0.mk
+++ b/contrib/depends/packages/native_rust_1_82_0.mk
@@ -20,7 +20,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
- python3 ./x.py build --stage 3 -j $(NUM_PROC)
+ python3 ./x.py build --stage 3 -j $(NUM_CORES)
endef
define $(package)_stage_cmds