Commit ce15c54d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

parallel build of jsl may fail.

parent a0f363d8
......@@ -17,4 +17,4 @@ script =
extract_dir = self.extract(self.download(url, md5sum))
workdir = guessworkdir(extract_dir)
os.chdir(os.path.join(workdir, 'src'))
os.system('make -f Makefile.ref DIST="%(location)s" all export')
os.system('make -f Makefile.ref -j 1 DIST="%(location)s" all export')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment