Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 228247 Details for
Bug 255689
sys-apps/man-1.6f-r3: jobserver unavailable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for this bug
man-1.6f-jobserver-fix.patch (text/plain), 1.12 KB, created by
Myckel Habets
on 2010-04-18 10:30:48 UTC
(
hide
)
Description:
Patch for this bug
Filename:
MIME Type:
Creator:
Myckel Habets
Created:
2010-04-18 10:30:48 UTC
Size:
1.12 KB
patch
obsolete
>diff -ur man-1.6f-orig/man/Makefile.in man-1.6f/man/Makefile.in >--- man-1.6f-orig/man/Makefile.in 2005-08-21 01:26:06.000000000 +0200 >+++ man-1.6f/man/Makefile.in 2010-04-18 12:11:36.052345722 +0200 >@@ -23,7 +23,7 @@ > > all: $(ALL) > for i in $(MAYBE8); \ >- do if test -f $$i.man; then make -f ../Makefile $$i.8; fi; done >+ do if test -f $$i.man; then $(MAKE) -f ../Makefile $$i.8; fi; done > > install: $(ALL) > mkdir -p $(mandir)/man1 $(mandir)/man5 $(mandir)/man8 >@@ -42,14 +42,14 @@ > subdirs: > @for i in @languages@; do if test -d $$i; then echo; \ > echo "==== Making the `cat $$i.txt` man pages. ===="; \ >- cd $$i; make -f ../Makefile; cd ..; \ >+ cd $$i; $(MAKE) -f ../Makefile; cd ..; \ > else echo "==== No $$i man pages found. ===="; fi; done > > installsubdirs: > @for i in @languages@; do if test -d $$i; then echo; \ > echo "==== Installing the `cat $$i.txt` man pages. ===="; \ > cd $$i; SLANG=/$$i; if test $$SLANG = /en; then SLANG= ; fi; \ >- export SLANG; make -f ../Makefile install; cd ..; \ >+ export SLANG; $(MAKE) -f ../Makefile install; cd ..; \ > else echo "==== No $$i man pages found. ===="; fi; done > > cleansubdirs:
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 255689
: 228247