Author: jim
Date: 2006-06-22 09:50:15 -0600 (Thu, 22 Jun 2006)
New Revision: 1569

Added:
   trunk/groff/groff-1.19.2-parallel_make-1.patch
Modified:
   trunk/
Log:
 [EMAIL PROTECTED]:  jim | 2006-06-22 09:23:37 -0700
 Added: groff-1.19.2-parallel_make-1.patch



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710
e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1759
   + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710
e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1761

Added: trunk/groff/groff-1.19.2-parallel_make-1.patch
===================================================================
--- trunk/groff/groff-1.19.2-parallel_make-1.patch                              
(rev 0)
+++ trunk/groff/groff-1.19.2-parallel_make-1.patch      2006-06-22 15:50:15 UTC 
(rev 1569)
@@ -0,0 +1,55 @@
+Submitted By: Joe Ciccone <[EMAIL PROTECTED]>
+Date: 2006-06-22
+Initial Package Version: 1.19.2
+Upstream Status: In CVS
+Origin: Gentoo Portage
+Description: This patch fixes the dependencies in the groff Makefile so
+             parallel builds are possible.
+
+diff -Naur groff-1.19.2.orig/Makefile.in groff-1.19.2/Makefile.in
+--- groff-1.19.2.orig/Makefile.in      2005-08-07 04:03:33.000000000 -0400
++++ groff-1.19.2/Makefile.in   2006-06-22 10:54:14.000000000 -0400
+@@ -598,7 +598,7 @@
+         -f $(top_srcdir)/Makefile.comm \
+         -f $(top_srcdir)/Makefile.sub $(do)
+ 
+-$(LIBDIRS): FORCE
++$(LIBDIRS): FORCE $(INCDIRS) $(PROGDEPDIRS)
+       @$(ENVSETUP); \
+       if test $(srcdir) = .; then \
+         srcdir=.; \
+@@ -614,7 +614,7 @@
+         -f $(top_srcdir)/Makefile.lib \
+         -f Makefile.dep $(do)
+ 
+-$(CPROGDIRS): FORCE
++$(CPROGDIRS): FORCE $(LIBDIRS)
+       @$(ENVSETUP); \
+       if test $(srcdir) = .; then \
+         srcdir=.; \
+@@ -630,7 +630,7 @@
+         -f $(top_srcdir)/Makefile.cpg \
+         -f Makefile.dep $(do)
+ 
+-$(CCPROGDIRS): FORCE
++$(CCPROGDIRS): FORCE $(LIBDIRS)
+       @$(ENVSETUP); \
+       if test $(srcdir) = .; then \
+         srcdir=.; \
+@@ -646,7 +646,7 @@
+         -f $(top_srcdir)/Makefile.ccpg \
+         -f Makefile.dep $(do)
+ 
+-$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE
++$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE $(PROGDIRS)
+       @$(ENVSETUP); \
+       if test $(srcdir) = .; then \
+         srcdir=.; \
+@@ -660,6 +660,7 @@
+         -f $$srcdir/Makefile.sub \
+         -f $(top_srcdir)/Makefile.dev $(do)
+ 
++$(OTHERDIRS): $(PROGDIRS)
+ $(INCDIRS) $(PROGDEPDIRS) $(OTHERDIRS): FORCE
+       @$(ENVSETUP); \
+       if test $(srcdir) = .; then \

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to