[Webkit-unassigned] [Bug 21991] Add Scons-based build system for Chromium's WebKit build into webkit.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 30 20:22:27 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21991





------- Comment #3 from mrowe at apple.com  2008-10-30 20:22 PDT -------
(From update of attachment 24786)
> +# Generate Dtrace information for the Leopard build
> +tracing_data="kjs/Tracing.d";
> +tracing_header="DerivedSources/JavaScriptCore/TracingDtrace.h";
> +os.system("dtrace -h -o " + tracing_header + " -s " + tracing_data) == 0 or sys.exit(1)

The dtrace support should not be compiled in on Leopard as it does not behave
correctly.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list