Changeset 221734 in webkit


Ignore:
Timestamp:
Sep 7, 2017 9:00:24 AM (7 years ago)
Author:
Adrian Perez de Castro
Message:

[WPE][CMake] Add "dist" and "distcheck" targets
https://bugs.webkit.org/show_bug.cgi?id=176448

Reviewed by Carlos Garcia Campos.

Add "dist" and "distcheck" CMake targets, which create release tarballs.
These are available only when configuring with -DDEVELOPER_MODE=TRUE.

.:

  • Source/PlatformWPE.cmake: Added.
  • Source/cmake/FindXz.cmake: Added.

Tools:

  • wpe/manifest.txt.in: Added.
Location:
trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r221609 r221734  
     12017-09-07  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE][CMake] Add "dist" and "distcheck" targets
     4        https://bugs.webkit.org/show_bug.cgi?id=176448
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Add "dist" and "distcheck" CMake targets, which create release tarballs.
     9        These are available only when configuring with -DDEVELOPER_MODE=TRUE.
     10
     11        * Source/PlatformWPE.cmake: Added.
     12        * Source/cmake/FindXz.cmake: Added.
     13
    1142017-09-05  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Tools/ChangeLog

    r221733 r221734  
     12017-09-07  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE][CMake] Add "dist" and "distcheck" targets
     4        https://bugs.webkit.org/show_bug.cgi?id=176448
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Add "dist" and "distcheck" CMake targets, which create release tarballs.
     9        These are available only when configuring with -DDEVELOPER_MODE=TRUE.
     10
     11        * wpe/manifest.txt.in: Added.
     12
    1132017-09-07  Per Arne Vollan  <pvollan@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.