Hidden dirs are not copied when creating the built product archive
Created attachment 150806 [details] Patch
The asterisk ("*") was added as part of another change, I think it had nothing to do with it, and was probably added thinking that it wouldn't hurt. Ossy?
I have just checked that neither Qt nor EFL had hidden dirs under bin/ and lib/ (the directories they archive) so this will be harmless for them.
Comment on attachment 150806 [details] Patch Ok, if it doesn't affect the other ports, the change looks good to me. Thanks!
Comment on attachment 150806 [details] Patch Clearing flags on attachment: 150806 Committed r121862: <http://trac.webkit.org/changeset/121862>
All reviewed patches have been landed. Closing bug.
Re-opened since this is blocked by 90569
Created attachment 150822 [details] Patch
If we want to keep the explicit target directory creation then we have to replace the "*" by a "." to include hidden dirs.
Comment on attachment 150822 [details] Patch Hum, this patch should be based on trunk I think. Right now it doesn't seem to take the rollout in account.
(In reply to comment #10) > (From update of attachment 150822 [details]) > Hum, this patch should be based on trunk I think. Right now it doesn't seem to take the rollout in account. Yes it does, the original line contained an "*", then the invalid patch removed it. Now I'm replacing the "*" with a ".", so it means that I'm taking into account the rollout.
Comment on attachment 150822 [details] Patch Ok, let's try again then.
Committed r121886: <http://trac.webkit.org/changeset/121886>