Title: [101501] trunk
Revision
101501
Author
[email protected]
Date
2011-11-30 06:01:48 -0800 (Wed, 30 Nov 2011)

Log Message

remove buildinformation from BlackBerry porting build system
https://bugs.webkit.org/show_bug.cgi?id=73276

Patch by Mary Wu <[email protected]> on 2011-11-30
Reviewed by Daniel Bates.

.:

* Source/cmake/OptionsBlackBerry.cmake: remove script file generate-buildinfo

Source/WebCore:

* PlatformBlackBerry.cmake: remove generated files BuildInformation.cpp/.h

Modified Paths

Diff

Modified: trunk/ChangeLog (101500 => 101501)


--- trunk/ChangeLog	2011-11-30 13:53:12 UTC (rev 101500)
+++ trunk/ChangeLog	2011-11-30 14:01:48 UTC (rev 101501)
@@ -1,3 +1,12 @@
+2011-11-30  Mary Wu  <[email protected]>
+
+        remove buildinformation from BlackBerry porting build system
+        https://bugs.webkit.org/show_bug.cgi?id=73276
+
+        Reviewed by Daniel Bates.
+
+        * Source/cmake/OptionsBlackBerry.cmake: remove script file generate-buildinfo
+
 2011-11-30  Andrew Wason  <[email protected]>
 
         Replace Qt QThread threading back-end with pthread/Win32 threading back-ends

Modified: trunk/Source/WebCore/ChangeLog (101500 => 101501)


--- trunk/Source/WebCore/ChangeLog	2011-11-30 13:53:12 UTC (rev 101500)
+++ trunk/Source/WebCore/ChangeLog	2011-11-30 14:01:48 UTC (rev 101501)
@@ -1,3 +1,12 @@
+2011-11-30  Mary Wu  <[email protected]>
+
+        remove buildinformation from BlackBerry porting build system
+        https://bugs.webkit.org/show_bug.cgi?id=73276
+
+        Reviewed by Daniel Bates.
+
+        * PlatformBlackBerry.cmake: remove generated files BuildInformation.cpp/.h
+
 2011-11-30  Luke Macpherson   <[email protected]>
 
         Implement Zoom Property in CSSSStyleApplyProperty.

Modified: trunk/Source/WebCore/PlatformBlackBerry.cmake (101500 => 101501)


--- trunk/Source/WebCore/PlatformBlackBerry.cmake	2011-11-30 13:53:12 UTC (rev 101500)
+++ trunk/Source/WebCore/PlatformBlackBerry.cmake	2011-11-30 14:01:48 UTC (rev 101501)
@@ -275,14 +275,6 @@
     ADD_DEFINITIONS(-DPUBLIC_BUILD=$ENV{PUBLIC_BUILD})
 ENDIF ()
 
-EXECUTE_PROCESS(
-    COMMAND ${WEBKIT_BUILDINFO_GENERATOR} ${DERIVED_SOURCES_WEBCORE_DIR}/BuildInformation.cpp
-    OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/BuildInformation.cpp
-)
-
-LIST(APPEND WebCore_SOURCES
-    ${DERIVED_SOURCES_WEBCORE_DIR}/BuildInformation.cpp
-)
 INSTALL(FILES ${WEBDOM_IDL_HEADERS} DESTINATION usr/include/browser/webkit/dom)
 
 # Create DOM C++ code given an IDL input

Modified: trunk/Source/cmake/OptionsBlackBerry.cmake (101500 => 101501)


--- trunk/Source/cmake/OptionsBlackBerry.cmake	2011-11-30 13:53:12 UTC (rev 101500)
+++ trunk/Source/cmake/OptionsBlackBerry.cmake	2011-11-30 14:01:48 UTC (rev 101501)
@@ -39,8 +39,6 @@
 ADD_DEFINITIONS(-D_FILE_OFFSET_BITS=64)
 ADD_DEFINITIONS(-D_LARGEFILE64_SOURCE)
 
-SET(WEBKIT_BUILDINFO_GENERATOR perl ${TOOLS_DIR}/Scripts/generate-buildinfo)
-
 # Find a library only in the staging directory (which is the CMAKE_INSTALL_PATH)
 # TODO: CMAKE_INSTALL_PATH may not be staging directory.
 MACRO(FIND_STAGING_LIBRARY _var _libname)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to