[Xquartz-changes] [536] tinderbox/jhbuildrc.xquartz

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 27 03:26:47 PDT 2011


Revision: 536
          http://trac.macosforge.org/projects/xquartz/changeset/536
Author:   jeremyhu at freedesktop.org
Date:     2011-04-27 03:26:47 -0700 (Wed, 27 Apr 2011)
Log Message:
-----------
Enable scan-build on yuffie

Modified Paths:
--------------
    tinderbox/jhbuildrc.xquartz

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2011-04-27 10:26:19 UTC (rev 535)
+++ tinderbox/jhbuildrc.xquartz	2011-04-27 10:26:47 UTC (rev 536)
@@ -15,3 +15,7 @@
 autogenargs = '--without-xf86misc --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --with-dtrace --disable-static --disable-dependency-tracking --disable-silent-rules --disable-gtk --with-launchagents-dir=' + os.path.join(prefix, 'Library', 'LaunchAgents') + ' --with-launchdaemons-dir=' + os.path.join(prefix, 'Library', 'LaunchDaemons') + ' --with-apple-applications-dir=' + os.path.join(prefix, 'Applications')
 
 makecheck = True
+
+scan_build = True
+scan_buildargs = '-v --use-cc=clang --use-c++=clang++'
+scan_build_outputdir = os.path.join(os.environ['JHBUILDDIR'] , 'analyzer', os.environ['CONFIG'])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110427/bfe0f577/attachment-0001.html>


More information about the Xquartz-changes mailing list