Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Wed, 31 May 2017 17:48:32
Message-Id: 1496252310.1f44cdf96ee7ccc9ff17b05ad73330c2d89479aa.ulm@gentoo
1 commit: 1f44cdf96ee7ccc9ff17b05ad73330c2d89479aa
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 17:38:30 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 17:38:30 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1f44cdf9
7
8 Makefile: Disable parallel make.
9
10 Parallel make fails because of LaTeX's intermediate files. Making this
11 work may require a separate build directory for each target. Feel free
12 to fix if you think it's worth the effort.
13
14 Makefile | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/Makefile b/Makefile
18 index 206a7fc..1f500d5 100644
19 --- a/Makefile
20 +++ b/Makefile
21 @@ -98,3 +98,4 @@ maintainer-clean: clean
22 .PHONY: all html dist upload clean maintainer-clean
23
24 .DELETE_ON_ERROR:
25 +.NOTPARALLEL: