Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/hsc/files: hsc-1.0b-parmake.patch
Date: Tue, 28 Oct 2008 07:21:46
Message-Id: E1Kuitb-0006xF-VZ@stork.gentoo.org
1 aballier 08/10/28 07:21:43
2
3 Added: hsc-1.0b-parmake.patch
4 Log:
5 fix parallel make issue, bug #240936
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/hsc/files/hsc-1.0b-parmake.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hsc/files/hsc-1.0b-parmake.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hsc/files/hsc-1.0b-parmake.patch?rev=1.1&content-type=text/plain
13
14 Index: hsc-1.0b-parmake.patch
15 ===================================================================
16 Index: hsc-1.0/Makefile.in
17 ===================================================================
18 --- hsc-1.0.orig/Makefile.in
19 +++ hsc-1.0/Makefile.in
20 @@ -30,7 +30,7 @@ all: hsc docs
21
22 hsc:
23 make -C src
24 -docs:
25 +docs: hsc
26 PATH="$(shell pwd)/src/hsc:$(PATH)" HSCEXTRAOPTS="IGNORE=21" make -C docs-source
27
28 install: