[Webkit-unassigned] [Bug 8517] Make all paths relative to WebCore
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Apr 21 22:36:21 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8517
------- Comment #5 from mike.emmel at gmail.com 2006-04-21 22:36 PDT -------
(In reply to comment #4)
> (From update of attachment 7872 [edit])
> This is not a good idea. VPATH is supposed to handle this. Please don't land
> this change until we understand why that's not working.
>
It works its just at one point when I made the patch all paths were not
relative
I don't think the makefile actually worked at that time it does now.
With that said all paths are not relative in the make file for example
ksvgcssvalues.h : $(WebCore)/ksvg2/scripts/cssmakevalues
$(WebCore)/css/CSSValue
So its a mix of relative paths using the VPATH and some that don't.
I went the route of all absolute which I can understand not using but we should
make it all relative or all absolute not a mix
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list