Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 293231 Details for
Bug 351652
[new package] app-emulation/puae-2.3.1 live ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add a delay before tools/build68k is used patch
002_wait_for_build68k_to_be_ready.patch (text/plain), 690 bytes, created by
Sven Eden
on 2011-11-20 22:12:31 UTC
(
hide
)
Description:
Add a delay before tools/build68k is used patch
Filename:
MIME Type:
Creator:
Sven Eden
Created:
2011-11-20 22:12:31 UTC
Size:
690 bytes
patch
obsolete
>--- src/Makefile.am 2011-11-20 22:19:34.000000000 +0100 >+++ src/Makefile.am 2011-11-20 22:20:08.000000000 +0100 >@@ -297,7 +297,8 @@ > $(MAKE) -C tools genlinetoscr > > cpudefs.c: tools/build68k @top_srcdir@/src/table68k >- ./tools/build68k <@top_srcdir@/src/table68k >cpudefs.c >+ sleep 1s >+ ./tools/build68k <@top_srcdir@/src/table68k >cpudefs.c > > machdep/libmachdep.a: > $(MAKE) -C @MACHDEP@ libmachdep.a >--- src/tools/Makefile.in 2011-11-20 22:19:45.000000000 +0100 >+++ src/tools/Makefile.in 2011-11-20 22:20:26.000000000 +0100 >@@ -54,6 +54,7 @@ > drawing.o: linetoscr.c > > cpudefs.c: build68k @top_srcdir@/../table68k >+ sleep 1s > ./build68k <@top_srcdir@/../table68k >cpudefs.c > > .c.o:
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 351652
:
259814
|
259815
|
259943
|
292617
|
293227
|
293229
| 293231