From ce15c54d3acaace0681cc134086da7bc3e5bad97 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Sun, 12 May 2013 23:39:13 +0200 Subject: [PATCH] parallel build of jsl may fail. --- component/jsl/buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/jsl/buildout.cfg b/component/jsl/buildout.cfg index 8922172d5..f48d0fa42 100644 --- a/component/jsl/buildout.cfg +++ b/component/jsl/buildout.cfg @@ -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') -- 2.30.9