Skip to content
Snippets Groups Projects
Commit 4a06ea6c authored by chrissi^'s avatar chrissi^
Browse files

Make J configurable

parent 0fde3da0
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,9 @@ DEBUG="V=s"
PRIO=0
# how parallel do you want to build?
J=10
if [ -z "${J}" ]; then
J=10
fi
# prepare site.conf from template
if [ -f site/site.conf ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment