[Webkit-unassigned] [Bug 27619] Switch wx to using waf for builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 8 17:32:05 PDT 2009


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


Jan Alonzo <jmalonzo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmalonzo at gmail.com,
                   |                            |mrowe at apple.com




--- Comment #27 from Jan Alonzo <jmalonzo at gmail.com>  2009-08-08 17:32:03 PDT ---
Index: WebKitTools/Scripts/build-webkit
===================================================================
--- WebKitTools/Scripts/build-webkit    (revision 46910)
+++ WebKitTools/Scripts/build-webkit    (working copy)
@@ -339,7 +346,7 @@
         }
         exit exitStatus($result);
     }
-    chdir ".." or die;
+    chdirWebKit();
 }

Mark, is the above change going to affect any of the Mac builds? I see that
chdirWebKit() also checks for Internal or OpenSource if it doesn't find WebKit,
JavaScriptCore or WebCore.

Thanks.

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



More information about the webkit-unassigned mailing list