Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74199 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]
Correct dependency tracking in Makefile for parallel builds.
numactl-0.6.4-dependencies.patch (text/plain), 1.39 KB, created by
Philippe Troin
on 2005-12-06 19:03:54 UTC
(
hide
)
Description:
Correct dependency tracking in Makefile for parallel builds.
Filename:
MIME Type:
Creator:
Philippe Troin
Created:
2005-12-06 19:03:54 UTC
Size:
1.39 KB
patch
obsolete
>--- Makefile.old 2005-12-06 18:21:32.000000000 -0800 >+++ Makefile 2005-12-06 18:25:22.000000000 -0800 >@@ -13,14 +13,14 @@ > all: numactl libnuma.so numademo numamon memhog stream test/tshared \ > test/mynode test/pagesize test/ftok test/prefered test/randmap > >-numactl: numactl.o libnuma.so util.o shm.o >+numactl: numactl.o libnuma.so util.o shm.o libnuma.so > ${CC} ${LDFLAGS} -o numactl numactl.o shm.o util.o -L. -lnuma > > util.o: util.c util.h numa.h > > shm.o: shm.h util.h > >-memhog: util.o memhog.o >+memhog: util.o memhog.o libnuma.so > ${CC} ${LDFLAGS} -o memhog $^ -L. -lnuma > > stream: util.o stream_lib.o stream_main.o libnuma.so >@@ -46,22 +46,22 @@ > > syscall.o : CFLAGS += -fPIC > >-test/tshared: test/tshared.o >+test/tshared: test/tshared.o libnuma.so > ${CC} ${LDFLAGS} -o test/tshared test/tshared.o -L. -lnuma > >-test/mynode: test/mynode.o >+test/mynode: test/mynode.o libnuma.so > ${CC} ${LDFLAGS} -o test/mynode test/mynode.o -L. -lnuma > > test/pagesize: test/pagesize.c > ${CC} ${CFLAGS} -o test/pagesize test/pagesize.c > >-test/prefered: test/prefered.c >+test/prefered: test/prefered.c libnuma.so > ${CC} ${CFLAGS} -o test/prefered test/prefered.c -I. -L. -lnuma > > test/ftok: test/ftok.c > ${CC} ${CFLAGS} -o test/ftok test/ftok.c > >-test/randmap: test/randmap.c >+test/randmap: test/randmap.c libnuma.so > ${CC} ${CFLAGS} -o test/randmap test/randmap.c -I. -L. -lnuma > > .PHONY: install all clean html
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