Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man/files: man-1.6f-parallel-build.patch
Date: Thu, 28 Jan 2010 06:21:14
Message-Id: E1NaNke-0000z3-5t@stork.gentoo.org
1 vapier 10/01/28 06:21:12
2
3 Modified: man-1.6f-parallel-build.patch
4 Log:
5 Fix building with all linguas #302423 by Ooblick.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-apps/man/files/man-1.6f-parallel-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6f-parallel-build.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6f-parallel-build.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6f-parallel-build.patch?r1=1.1&r2=1.2
14
15 Index: man-1.6f-parallel-build.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/files/man-1.6f-parallel-build.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- man-1.6f-parallel-build.patch 27 Jan 2010 02:35:12 -0000 1.1
22 +++ man-1.6f-parallel-build.patch 28 Jan 2010 06:21:11 -0000 1.2
23 @@ -62,7 +62,7 @@
24 - cd $$i; SLANG=/$$i; if test $$SLANG = /en; then SLANG= ; fi; \
25 - export SLANG; make -f ../Makefile install; cd ..; \
26 - else echo "==== No $$i man pages found. ===="; fi; done
27 -+MAN_LANGS = @languages@
28 ++MAN_LANGS = $(wildcard @languages@)
29 +subdirs: $(MAN_LANGS:=_lang_subdir)
30 +%_lang_subdir:
31 + @echo "==== Making the `cat $(@:_lang_subdir=).txt` man pages. ===="