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-fs/e2fsprogs/files: e2fsprogs-1.41.5-makefile.patch
Date: Sat, 30 May 2009 18:56:30
Message-Id: E1MATjI-0001Dr-Jh@stork.gentoo.org
1 vapier 09/05/30 18:56:28
2
3 Modified: e2fsprogs-1.41.5-makefile.patch
4 Log:
5 Fix parallel build issue during install #266577 by Lars Wendler.
6
7 Revision Changes Path
8 1.2 sys-fs/e2fsprogs/files/e2fsprogs-1.41.5-makefile.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/e2fsprogs/files/e2fsprogs-1.41.5-makefile.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/e2fsprogs/files/e2fsprogs-1.41.5-makefile.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/e2fsprogs/files/e2fsprogs-1.41.5-makefile.patch?r1=1.1&r2=1.2
13
14 Index: e2fsprogs-1.41.5-makefile.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/files/e2fsprogs-1.41.5-makefile.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- e2fsprogs-1.41.5-makefile.patch 29 May 2009 23:27:04 -0000 1.1
21 +++ e2fsprogs-1.41.5-makefile.patch 30 May 2009 18:56:28 -0000 1.2
22 @@ -79,3 +79,13 @@
23 - @$(LN) -f $(DESTDIR)$(man8dir)/mke2fs.8 \
24 + @$(LN_S) -f mke2fs.8 \
25 $(DESTDIR)$(man8dir)/mkfs.ext4dev.8
26 +--- e2fsprogs-1.41.5/Makefile.in
27 ++++ e2fsprogs-1.41.5/Makefile.in
28 +@@ -281,6 +66,7 @@
29 + uninstall: uninstall-progs-recursive uninstall-shlibs-libs-recursive uninstall-doc-libs
30 +
31 + install-libs: install-libs-recursive
32 ++install-libs-recursive: | install-shlibs-libs-recursive
33 +
34 + uninstall-libs: uninstall-libs-recursive
35 +