[Xquartz-changes] [486] trunk/compile-xserver.sh

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 16 00:44:30 PDT 2010


Revision: 486
          http://trac.macosforge.org/projects/xquartz/changeset/486
Author:   jeremyhu at freedesktop.org
Date:     2010-10-16 00:44:28 -0700 (Sat, 16 Oct 2010)
Log Message:
-----------
Use dtrace and dont build docs normally

Modified Paths:
--------------
    trunk/compile-xserver.sh

Modified: trunk/compile-xserver.sh
===================================================================
--- trunk/compile-xserver.sh	2010-10-16 07:41:41 UTC (rev 485)
+++ trunk/compile-xserver.sh	2010-10-16 07:44:28 UTC (rev 486)
@@ -5,6 +5,8 @@
 CONFOPT="--enable-standalone-xpbproxy"
 #CONFOPT="--disable-shave --without-dtrace"
 
+CONFOPT="${CONFOPT} --with-dtrace"
+
 # Parallel Make.  Change $MAKE if you don't have gmake installed
 MAKE="gnumake"
 MAKE_OPTS="-j10"
@@ -34,6 +36,9 @@
 #LDFLAGS="$LDFLAGS -F/Applications/Utilities/X11.app/Contents/Frameworks"
 #CONFOPT="${CONFOPT} --enable-sparkle"
 
+# This section is for building release tarballs
+if false ; then
+CONFOPT="${CONFOPT} --enable-docs --enable-devel-docs --enable-builddocs --with-doxygen --with-xmlto --with-fop"
 export XMLTO=/opt/local/bin/xmlto
 export ASCIIDOC=/opt/local/bin/asciidoc
 export DOXYGEN=/opt/local/bin/doxygen
@@ -41,6 +46,7 @@
 export FOP_OPTS="-Xmx2048m"
 export GROFF=/opt/local/bin/groff
 export PS2PDF=/opt/local/bin/ps2pdf
+fi
 
 export ACLOCAL CPPFLAGS CFLAGS LDFLAGS
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20101016/cfdf9701/attachment.html>


More information about the Xquartz-changes mailing list