Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 24875 Details for
Bug 40247
sandbox compile error when -j>1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch to solve parallel build issue.
Makefile.patch (text/plain), 694 bytes, created by
Torgeir Hansen
on 2004-02-03 00:24:11 UTC
(
hide
)
Description:
Makefile patch to solve parallel build issue.
Filename:
MIME Type:
Creator:
Torgeir Hansen
Created:
2004-02-03 00:24:11 UTC
Size:
694 bytes
patch
obsolete
>--- Makefile 2003-12-14 18:41:11.000000000 +0100 >+++ Makefile-fix 2004-02-03 09:16:47.000000000 +0100 >@@ -30,13 +30,13 @@ > sandbox.o: sandbox.c sandbox.h > $(CC) $(CFLAGS) -Wall -c sandbox.c > >-sandbox_futils.o: sandbox_futils.c sandbox.h >+sandbox_futils.o: localdecls.h sandbox_futils.c sandbox.h > $(CC) $(CFLAGS) -Wall -c $(OBJ_DEFINES) sandbox_futils.c > > libsandbox.so: libsandbox.o sandbox_futils.o > $(CC) $^ -shared -fPIC -ldl -lc -o $@ -nostdlib -lgcc > >-libsandbox.o: libsandbox.c localdecls.h canonicalize.c getcwd.c >+libsandbox.o: localdecls.h libsandbox.c canonicalize.c getcwd.c > $(CC) $(CFLAGS) -Wall -c $(OBJ_DEFINES) libsandbox.c > > localdecls.h: create-localdecls libctest.c
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 40247
: 24875