Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/pvfs2/files: pvfs2-split-kernapps.patch
Date: Thu, 17 Apr 2008 02:51:27
Message-Id: E1JmKDc-0002eR-Gv@stork.gentoo.org
1 jsbronder 08/04/17 02:51:24
2
3 Added: pvfs2-split-kernapps.patch
4 Log:
5 Bump pvfs2 to 2.7.1. Added threads use flag for the client threaded libraries.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sys-cluster/pvfs2/files/pvfs2-split-kernapps.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pvfs2/files/pvfs2-split-kernapps.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/pvfs2/files/pvfs2-split-kernapps.patch?rev=1.1&content-type=text/plain
13
14 Index: pvfs2-split-kernapps.patch
15 ===================================================================
16 diff -urN pvfs-2.7.1/Makefile.in pvfs-2.7.1_patched/Makefile.in
17 --- pvfs-2.7.1/Makefile.in 2008-04-14 11:37:32.000000000 -0400
18 +++ pvfs-2.7.1_patched/Makefile.in 2008-04-16 22:00:55.354355245 -0400
19 @@ -984,10 +984,13 @@
20 install -d $(KMOD_DIR)
21 install -m 755 src/kernel/linux-2.6/pvfs2.ko $(KMOD_DIR)
22
23 -.PHONY: kmod_install
24 -kmod_install: kmod kernapps just_kmod_install
25 +.PHONY: kernapps_install
26 +kernapps_install: kernapps
27 install -d $(sbindir)
28 install -m 755 $(KERNAPPS) $(KERNAPPSTHR) $(sbindir)
29 +
30 +.PHONY: kmod_install
31 +kmod_install: kmod kernapps_install just_kmod_install
32 endif
33
34 ifneq (,$(LINUX24_KERNEL_SRC))
35
36
37
38 --
39 gentoo-commits@l.g.o mailing list