diff options
author | 2009-03-12 07:59:38 +0000 | |
---|---|---|
committer | 2009-03-12 07:59:38 +0000 | |
commit | ea6f03bb2c65fc6ad748fc10aa777f25703a9411 (patch) | |
tree | 6beff92b7851c86c6bb26dd58d6377bda9689927 /sys-fs/vhba/files/1.2.1-parallel_build.patch | |
parent | Use EAPI=2, removed non-existing TODO, fixed broken DEPEND=${DEPEND}. (diff) | |
download | gentoo-2-ea6f03bb2c65fc6ad748fc10aa777f25703a9411.tar.gz gentoo-2-ea6f03bb2c65fc6ad748fc10aa777f25703a9411.tar.bz2 gentoo-2-ea6f03bb2c65fc6ad748fc10aa777f25703a9411.zip |
Version bump (bug #255743, should also fix #233910 and #233102), general ebuild cleanup.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/vhba/files/1.2.1-parallel_build.patch')
-rw-r--r-- | sys-fs/vhba/files/1.2.1-parallel_build.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/vhba/files/1.2.1-parallel_build.patch b/sys-fs/vhba/files/1.2.1-parallel_build.patch new file mode 100644 index 000000000000..2de83a56375f --- /dev/null +++ b/sys-fs/vhba/files/1.2.1-parallel_build.patch @@ -0,0 +1,17 @@ +--- vhba-module-1.2.1/Makefile.orig 2009-03-12 07:27:57.162795736 +0100 ++++ vhba-module-1.2.1/Makefile 2009-03-12 07:28:11.929429127 +0100 +@@ -12,12 +12,12 @@ + KDIR := /lib/modules/$(KERNELRELEASE)/build + KMAKE := $(MAKE) -C $(KDIR) M=$(PWD) + +-all: kernel.api.h modules ++all: modules + + kernel.api.h: kat/*.c + kat/kat ${KDIR} $@ $^ + +-modules: ++modules: kernel.api.h + $(KMAKE) modules + + module_install: |