RESOLVED FIXED 130075
[GTK][CMAKE] There are 5 targets that are always run
https://bugs.webkit.org/show_bug.cgi?id=130075
Summary [GTK][CMAKE] There are 5 targets that are always run
Carlos Garcia Campos
Reported 2014-03-11 01:51:32 PDT
Run build-webkit twice without changing anything and you will see that there are 5 targets run unconditionally: - The webkitdom symlink in DerivedSources - generate-forwarding-headers.pl (twice) - tests GResources - generate-forwarding-headers.pl (again) This happens really fast, but ideally nothing should happen in this case.
Attachments
Martin Robinson
Comment 1 2014-03-11 07:50:31 PDT
(In reply to comment #0) > Run build-webkit twice without changing anything and you will see that there are 5 targets run unconditionally: > > - The webkitdom symlink in DerivedSources > - generate-forwarding-headers.pl (twice) > - tests GResources > - generate-forwarding-headers.pl (again) > > This happens really fast, but ideally nothing should happen in this case. generate-forwarding-headers might be difficult to fix, since it's hard to properly establish a dependency. The other should be fixable.
Carlos Garcia Campos
Comment 2 2014-03-11 07:54:54 PDT
(In reply to comment #1) > (In reply to comment #0) > > Run build-webkit twice without changing anything and you will see that there are 5 targets run unconditionally: > > > > - The webkitdom symlink in DerivedSources > > - generate-forwarding-headers.pl (twice) > > - tests GResources > > - generate-forwarding-headers.pl (again) > > > > This happens really fast, but ideally nothing should happen in this case. > > generate-forwarding-headers might be difficult to fix, since it's hard to properly establish a dependency. The other should be fixable. We managed to do it for autotools, I'll search the bug
Carlos Garcia Campos
Comment 3 2014-10-03 09:15:16 PDT
ninja: no work to do. ==================================================================== WebKit is now built (00m:03s). To run MiniBrowser with this newly-built code, use the "../Tools/Scripts/run-launcher" script. ====================================================================
Carlos Garcia Campos
Comment 4 2014-10-08 00:38:56 PDT
All blocking bugs are now fixed, closing.
Note You need to log in before you can comment on or make changes to this bug.