#45241: faust-devel, faust2-devel: update to latest git source ---------------------------------------+-------------------------- Reporter: aggraef@… | Owner: ryandesign@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: haspatch Port: faust-devel faust2-devel | ---------------------------------------+-------------------------- Comment (by larryv@…): Replying to [comment:10 ryandesign@…]:
It doesn't already?
I haven’t looked myself; I’m just assuming that the dependencies aren’t declared properly. Note that GNU Make [http://www.gnu.org/software/make/manual/html_node/Goals.html#Goals processes goals in the order provided on the command line]. Thus, `make A B C` will handle goal “A”, then “B”, then “C”, in turn. I don’t know whether other Make variants behave similarly, but we can easily force GNU Make: {{{ build.type gnu build.targets-append httpd foo bar baz dynamic }}} This would have no parallel build issues and would obviate the need for the `post-build` song and dance. -- Ticket URL: <https://trac.macports.org/ticket/45241#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X