Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 27468 Details for
Bug 44583
xmame/xmess 0.80 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
makefile.unix / unix.mak patch to fix parallel build
make.patch (text/plain), 1.21 KB, created by
handsomepete
on 2004-03-16 05:26:26 UTC
(
hide
)
Description:
makefile.unix / unix.mak patch to fix parallel build
Filename:
MIME Type:
Creator:
handsomepete
Created:
2004-03-16 05:26:26 UTC
Size:
1.21 KB
patch
obsolete
>diff -urN xmame-0.80.1/makefile.unix xmame-0.80.2/makefile.unix >--- xmame-0.80.1/makefile.unix 2004-03-16 07:10:18.615979992 -0600 >+++ xmame-0.80.2/makefile.unix 2004-03-16 07:10:36.664236240 -0600 >@@ -28,6 +28,12 @@ > ########################################################################### > > >+############################################################################## >+# Makefile Identification >+############################################################################## >+CURMAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) >+ >+ > ########################################################################### > # Xmame or xmess or...? > ########################################################################### >diff -urN xmame-0.80.1/src/unix/unix.mak xmame-0.80.2/src/unix/unix.mak >--- xmame-0.80.1/src/unix/unix.mak 2004-03-16 07:10:27.393645584 -0600 >+++ xmame-0.80.2/src/unix/unix.mak 2004-03-16 07:19:43.053172496 -0600 >@@ -147,7 +147,8 @@ > ZLIB = src/unix/contrib/cutzlib-1.2.1/libz.a > endif > >-all: objdirs osdepend-objdirs $(NAME).$(DISPLAY_METHOD) >+all: objdirs osdepend-objdirs >+ $(MAKE) -f $(CURMAKEFILE) $(MAKEFLAGS) $(NAME).$(DISPLAY_METHOD) > > # CPU core include paths > VPATH = src $(wildcard src/cpu/*)
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 44583
: 27468