Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 355322 Details for
Bug 480148
net-misc/dahdi-2.7.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
04-parallel-make.diff
04-parallel-make.diff (text/plain), 1.85 KB, created by
Tony Vroon (RETIRED)
on 2013-08-07 14:06:01 UTC
(
hide
)
Description:
04-parallel-make.diff
Filename:
MIME Type:
Creator:
Tony Vroon (RETIRED)
Created:
2013-08-07 14:06:01 UTC
Size:
1.85 KB
patch
obsolete
>--- dahdi-linux-2.7.0/Makefile.ORIG 2013-08-07 13:48:28.909267134 +0100 >+++ dahdi-linux-2.7.0/Makefile 2013-08-07 13:50:10.346268656 +0100 >@@ -77,7 +77,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 >@@ -109,18 +109,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) >+ +$(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 > > oct612x-lib: > ifeq (no,$(HAS_KSRC)) >@@ -159,7 +159,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: >@@ -192,11 +192,11 @@ > > clean: > ifneq (no,$(HAS_KSRC)) >- $(KMAKE) clean >+ +$(KMAKE) clean > endif > @rm -f $(GENERATED_DOCS) >- $(MAKE) -C drivers/dahdi/firmware clean >- $(MAKE) -C $(KSRC) M='$(PWD)/drivers/dahdi/oct612x' clean >+ +$(MAKE) -C drivers/dahdi/firmware clean >+ +$(MAKE) -C $(KSRC) M='$(PWD)/drivers/dahdi/oct612x' clean > > distclean: dist-clean >
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 480148
:
355316
|
355318
|
355320
| 355322 |
355324
|
355326
|
355328
|
355330