Typo
The name of the script is run-in-cgroup.sh, not run-in-cgroup ...
This commit is contained in:
parent
cff36a77ba
commit
09ac7fc548
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue