[Webkit-unassigned] [Bug 69745] [GTK] Fix make distcheck build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 00:01:04 PDT 2011


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





--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-10-11 00:01:04 PST ---
(In reply to comment #3)
> (From update of attachment 110336 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=110336&action=review
> 
> > Source/WebKit2/GNUmakefile.am:1400
> > +	$(WebKit2)/UIProcess/API/gtk/docs/GNUmakefile.* \
> 
> What else do you want to dist other than the .am file?

The .in too. I don't know why, but make distcheck complained it was missing, then I looked at how wk1 did it and I copied the approach. 

> > Source/WebKit2/GNUmakefile.am:1408
> > +	$(top_builddir)/WebKit2/UIProcess/API/gtk/docs/GNUmakefile
> 
> Seems really strange that you'd need to explicitly add the makefile to distcleanfiles. I've never seen this done?

me neither, the first time I have seen it is in wk1 makefile. 

> I suspect there's a better way to fix whatever issue you are having. 

I guess the problem is that this makefile is not included to the main makefile like all others, but I don't know. 

> Can you paste the error message?

I don't remember the exactly message, but when distcheck was about to finish it complained there were two files still in tree.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list