Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344350 Details for
Bug 464508
=sys-fs/udev-200: fails to build with parallel make with =sys-devel/make-3.82-r3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch to build targets for parallel problems beforehand
udev-200.ebuild.patch (text/plain), 625 bytes, created by
Samuli Suominen (RETIRED)
on 2013-04-04 08:34:22 UTC
(
hide
)
Description:
ebuild patch to build targets for parallel problems beforehand
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2013-04-04 08:34:22 UTC
Size:
625 bytes
patch
obsolete
>--- /tmp/udev-200.ebuild 2013-04-04 11:29:52.182865954 +0300 >+++ udev-200.ebuild 2013-04-04 11:32:12.718854691 +0300 >@@ -249,8 +249,11 @@ > src_compile() { > echo 'BUILT_SOURCES: $(BUILT_SOURCES)' > "${T}"/Makefile.extra > emake -f Makefile -f "${T}"/Makefile.extra BUILT_SOURCES >- local targets=( >+ local pretargets=( >+ libsystemd-shared.la > libudev-private.la >+ ) >+ local targets=( > systemd-udevd > udevadm > libudev.la >@@ -269,6 +272,7 @@ > use keymap && targets+=( keymap ) > use gudev && targets+=( libgudev-1.0.la ) > >+ emake "${pretargets[@]}" > emake "${targets[@]}" > if use doc; then > emake -C docs/libudev
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 464508
:
344344
|
344348
|
344350
|
344354