Magellan Linux

Annotation of /trunk/groff/patches/groff-1.19.2-parallel-make.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 1741 byte(s)
-import

1 niro 144 --- groff-1.19.2/Makefile.in 2005-08-07 08:03:33.000000000 +0000
2     +++ groff-1.19.2/Makefile.in.patched 2005-10-14 16:22:06.000000000 +0000
3     @@ -598,7 +598,7 @@
4     -f $(top_srcdir)/Makefile.comm \
5     -f $(top_srcdir)/Makefile.sub $(do)
6    
7     -$(LIBDIRS): FORCE
8     +$(LIBDIRS): FORCE $(INCDIRS) $(PROGDEPDIRS)
9     @$(ENVSETUP); \
10     if test $(srcdir) = .; then \
11     srcdir=.; \
12     @@ -614,7 +614,7 @@
13     -f $(top_srcdir)/Makefile.lib \
14     -f Makefile.dep $(do)
15    
16     -$(CPROGDIRS): FORCE
17     +$(CPROGDIRS): FORCE $(LIBDIRS)
18     @$(ENVSETUP); \
19     if test $(srcdir) = .; then \
20     srcdir=.; \
21     @@ -630,7 +630,7 @@
22     -f $(top_srcdir)/Makefile.cpg \
23     -f Makefile.dep $(do)
24    
25     -$(CCPROGDIRS): FORCE
26     +$(CCPROGDIRS): FORCE $(LIBDIRS)
27     @$(ENVSETUP); \
28     if test $(srcdir) = .; then \
29     srcdir=.; \
30     @@ -646,7 +646,7 @@
31     -f $(top_srcdir)/Makefile.ccpg \
32     -f Makefile.dep $(do)
33    
34     -$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE
35     +$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE $(PROGDIRS)
36     @$(ENVSETUP); \
37     if test $(srcdir) = .; then \
38     srcdir=.; \
39     @@ -660,7 +660,21 @@
40     -f $$srcdir/Makefile.sub \
41     -f $(top_srcdir)/Makefile.dev $(do)
42    
43     -$(INCDIRS) $(PROGDEPDIRS) $(OTHERDIRS): FORCE
44     +$(OTHERDIRS): FORCE $(PROGDIRS)
45     + @$(ENVSETUP); \
46     + if test $(srcdir) = .; then \
47     + srcdir=.; \
48     + else \
49     + srcdir=`cd $(srcdir); pwd`/$@; \
50     + fi; \
51     + test -d $@ || $(mkinstalldirs) $@; \
52     + cd $@; \
53     + $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
54     + -f $(top_srcdir)/Makefile.comm \
55     + -f $$srcdir/Makefile.sub \
56     + -f $(top_srcdir)/Makefile.man $(do)
57     +
58     +$(INCDIRS) $(PROGDEPDIRS): FORCE
59     @$(ENVSETUP); \
60     if test $(srcdir) = .; then \
61     srcdir=.; \