multiple makefiles

Joshua Root jmr at macports.org
Mon Dec 17 01:59:17 UTC 2018


On 2018-12-17 06:20 , Mark Brethen wrote:
> Is it possible to build a makefile in multiple directories without overriding the build phase, for example from ${worksrcdir}
> 
> make src/Makefile um/Makefile
> 
> with build.cmd?

The usual solution is another Makefile in the parent directory that runs
those two. One invocation of make won't use two different Makefiles.

- Josh


More information about the macports-dev mailing list