[Webkit-unassigned] [Bug 214696] Submission failure with "make: *** No rule to make target `installsrc'. Stop"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 13:40:36 PDT 2020


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

--- Comment #5 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 405071
  --> https://bugs.webkit.org/attachment.cgi?id=405071
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=405071&action=review

> Makefile:34
> +	ditto Makefile $(SRCROOT)/Makefile
> +	ditto Source $(SRCROOT)/Source
> +	mkdir -p $(SRCROOT)/WebKitLibraries

Is modifying SRCROOT normal? It certainly sounds counter-intuitive.

Also, the flag is unnecessary in mkdir -p, and should be removed - first, SRCROOT always exists, and second, the preceding commands would have failed if it didn't.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200723/7a0ce3e1/attachment-0001.htm>


More information about the webkit-unassigned mailing list