Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-2.6-commandguide-nops.patch
Date: Mon, 26 Oct 2009 16:38:24
Message-Id: E1N2SaM-0005Lq-BO@stork.gentoo.org
1 voyageur 09/10/26 16:38:22
2
3 Modified: llvm-2.6-commandguide-nops.patch
4 Log:
5 Fix the patch, after test by flameeyes
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch?r1=1.1&r2=1.2
14
15 Index: llvm-2.6-commandguide-nops.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- llvm-2.6-commandguide-nops.patch 26 Oct 2009 16:16:40 -0000 1.1
22 +++ llvm-2.6-commandguide-nops.patch 26 Oct 2009 16:38:21 -0000 1.2
23 @@ -1,5 +1,5 @@
24 --- docs/CommandGuide/Makefile.orig 2009-10-26 16:54:33.000000000 +0100
25 -+++ docs/CommandGuide/Makefile 2009-10-26 17:07:34.000000000 +0100
26 ++++ docs/CommandGuide/Makefile 2009-10-26 17:32:03.000000000 +0100
27 @@ -19,7 +19,7 @@
28 DST_PS_DIR=ps/
29
30 @@ -9,6 +9,15 @@
31
32 clean:
33 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
34 +@@ -81,7 +81,7 @@
35 + MAN_DIR := $(PROJ_mandir)/man1
36 + PS_DIR := $(PROJ_docsdir)/ps
37 +
38 +-install-local:: $(HTML) $(INSTALL_MANS) $(PS)
39 ++install-local:: $(HTML) $(INSTALL_MANS)
40 + $(Echo) Installing HTML CommandGuide Documentation
41 + $(Verb) $(MKDIR) $(HTML_DIR)
42 + $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
43 @@ -90,9 +90,6 @@
44 $(Echo) Installing MAN CommandGuide Documentation
45 $(Verb) $(MKDIR) $(MAN_DIR)