The name of the script is run-in-cgroup.sh, not run-in-cgroup ...
This commit is contained in:
Pierre Labastie 2023-11-16 16:10:07 +01:00
parent cff36a77ba
commit 09ac7fc548
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ build_Makefile() { #
cat << EOF
all-with-cpuset:
@CPUSPEC="\$(CPUSET)" ./run-in-cgroup \$(MAKE) all
@CPUSPEC="\$(CPUSET)" ./run-in-cgroup.sh \$(MAKE) all
EOF
) >> $MKFILE
fi