[Webkit-unassigned] [Bug 8528] Bakefiles (and generated Makefiles) for wx and gdk ports

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Apr 22 09:07:10 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8528





------- Comment #5 from mike.emmel at gmail.com  2006-04-22 09:07 PDT -------
(In reply to comment #3)
> The bakefiles need to be updated to use WebCore/DerivedSources.make not
> make-generated-sources.h
> 

Okay you through me with the script name do you know how to get bakefile to
generate a rule for a shellscript I could not get this to work myself its a big
issues since you can't create generic rules for all using bakefile or at least
I did not figure out how

I think what needs to happen is there needs to be a way to add anothere
dependency to the all rule that allow us to skip having to run the shell
script.
If it can't be done then we need to fix this asap in bakefile.

Also the way you almost do it which is what I was trying


   <exe id="dftables">
        <dirname>$(SRCDIR)</dirname>
        <sources>$(SRCDIR)/pcre/dftables.c</sources>
    </exe>

    <action id="DerivedSources">
        <depends>dftables</depends>
        <command>./make-generated-sources.sh</command>
    </action>

Is a bit verbose that should look more like a tradtional makefile and be done
under one toplevel tag.


-- 
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