Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217914 Details for
Bug 302874
dahdi-2.2.1 release (proposed ebuild and fixes attached)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/dahdi-2.2.1-parallel-make.patch
dahdi-2.2.1-parallel-make.patch (text/plain), 1.45 KB, created by
kfm
on 2010-01-30 13:39:20 UTC
(
hide
)
Description:
files/dahdi-2.2.1-parallel-make.patch
Filename:
MIME Type:
Creator:
kfm
Created:
2010-01-30 13:39:20 UTC
Size:
1.45 KB
patch
obsolete
>--- dahdi-linux-2.2.1.orig/Makefile 2010-01-30 12:15:39.465439183 +0000 >+++ dahdi-linux-2.2.1/Makefile 2010-01-30 13:07:44.588439464 +0000 >@@ -79,7 +79,7 @@ > @echo "You do not appear to have the sources for the $(KVERS) kernel installed." > @exit 1 > endif >- $(KMAKE) modules DAHDI_BUILD_ALL=$(DAHDI_BUILD_ALL) >+ +$(KMAKE) modules DAHDI_BUILD_ALL=$(DAHDI_BUILD_ALL) > > include/dahdi/version.h: FORCE > @DAHDIVERSION="${DAHDIVERSION}" build_tools/make_version_h > $@.tmp >@@ -111,18 +111,18 @@ > fi > > install-xpp-firm: >- $(MAKE) -C drivers/dahdi/xpp/firmwares install >+ +$(MAKE) -C drivers/dahdi/xpp/firmwares install > > install-firmware: > ifeq ($(HOTPLUG_FIRMWARE),yes) >- $(MAKE) -C drivers/dahdi/firmware hotplug-install DESTDIR=$(DESTDIR) HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE) >+ +$(MAKE) -C drivers/dahdi/firmware hotplug-install DESTDIR=$(DESTDIR) HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE) > endif > > uninstall-firmware: > $(MAKE) -C drivers/dahdi/firmware hotplug-uninstall DESTDIR=$(DESTDIR) > > firmware-loaders: >- $(MAKE) -C drivers/dahdi/firmware firmware-loaders >+ +$(MAKE) -C drivers/dahdi/firmware firmware-loaders > > install-include: > for hdr in $(INST_HEADERS); do \ >@@ -182,7 +182,7 @@ > fi > build_tools/uninstall-modules dahdi $(KVERS) > endif >- $(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install >+ +$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install > # [ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || : > > uninstall-modules:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 302874
:
217911
|
217913
| 217914 |
225229