tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem when compiling with -j4 on Solaris (only!)




OK, here's something I'm currently testing - a "nbmake-i386 build" in src/external/mit/xorg worked fine, and I'm running a full build on Solaris right now. The patch below does
1) remove the cruft not needed anyways (as Bernd suggested)
2) make sure libXext is built before libXi (by adding an extra .WAIT)

Comments?


 - Hubert


Index: Makefile
===================================================================
RCS file: /cvsroot/src/external/mit/xorg/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    27 Oct 2008 20:32:41 -0000      1.4
+++ Makefile    12 Dec 2008 12:24:46 -0000
@@ -36,11 +36,7 @@
        ${MAKEDIRTARGET} . ${targ}
 .endfor

-.for dir in    tools lib/libXdmcp lib/libXau lib/libX11 lib/libICE lib/libSM \
-               lib/libXext lib/libXpm lib/libXt lib/libXrender lib/libXfixes \
-               lib/libXdamage lib/libdrm lib/libXxf86vm lib/libGL lib/libXmu \
-               lib/expat lib/freetype lib/fontconfig lib/libXp lib/libXrandr \
-               lib
+.for dir in    tools lib
 do-${dir:S/\//-/g}:
 .  for targ in dependall install
        ${MAKEDIRTARGET} ${dir} ${targ}
Index: lib/Makefile
===================================================================
RCS file: /cvsroot/src/external/mit/xorg/lib/Makefile,v
retrieving revision 1.4.6.3
diff -u -r1.4.6.3 Makefile
--- lib/Makefile        19 Nov 2008 00:34:33 -0000      1.4.6.3
+++ lib/Makefile        12 Dec 2008 12:24:46 -0000
@@ -7,8 +7,9 @@
        .WAIT \
        fontconfig libSM libX11 liblbxutil \
        .WAIT \
-       libXcomposite libXdamage libXext libXfixes libXi libXt \
-       libxkbfile \
+       libXcomposite libXdamage libXext libXfixes \
+       .WAIT \
+       libXi libXt libxkbfile \
        .WAIT \
        libXp libXxf86vm \
        .WAIT \


Home | Main Index | Thread Index | Old Index