Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74200 Details for
Bug 114686
numactl-0.6.4.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch Makefile to install binaries, docs, etc in the correct locations.
numactl-0.6.4-install.patch (text/plain), 1.05 KB, created by
Philippe Troin
on 2005-12-06 19:04:18 UTC
(
hide
)
Description:
Patch Makefile to install binaries, docs, etc in the correct locations.
Filename:
MIME Type:
Creator:
Philippe Troin
Created:
2005-12-06 19:04:18 UTC
Size:
1.05 KB
patch
obsolete
>--- Makefile.old 2005-12-06 18:36:18.000000000 -0800 >+++ Makefile 2005-12-06 18:39:52.000000000 -0800 >@@ -79,21 +79,18 @@ > MANPAGES := numa.3 numactl.8 mbind.2 set_mempolicy.2 get_mempolicy.2 > > install: numactl numademo.c numamon memhog libnuma.so.1 numa.h numaif.h numastat ${MANPAGES} >- cp numactl ${prefix}/bin >- cp numademo ${prefix}/bin >- cp memhog ${prefix}/bin >+ cp numactl numamon numastat ${prefix}/bin > cp set_mempolicy.2 ${prefix}/share/man/man2 > cp mbind.2 ${prefix}/share/man/man2 >- cp numactl.8 ${prefix}/share/man/man8 >+ cp numactl.8 numamon.8 numastat.8 ${prefix}/share/man/man8 > cp numa.3 ${prefix}/share/man/man3 > ( cd ${prefix}/share/man/man3 ; for i in ${MANLINKS} ; do ln -s numa.3 numa_$$i.3 ; done ) > cp libnuma.so.1 ${libdir} > cd ${libdir} ; ln -s libnuma.so.1 libnuma.so > cp numa.h numaif.h ${prefix}/include >- cp numastat ${prefix}/bin > if [ -d ${docdir} ] ; then \ >- mkdir -p ${docdir}/numactl/examples ; \ >- cp numademo.c ${docdir}/examples/numactl ; \ >+ mkdir -p ${docdir} ; \ >+ cp numademo.c memhog.c ${docdir} ; \ > fi > > 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 114686
:
74195
|
74196
|
74197
|
74198
|
74199
| 74200 |
74201