On Thu, Oct 15, 2015 at 09:15:01PM -0700, Jonas Sicking wrote:
> > |mach build binaries| is much slower for me than the present behavior,
> > because I often hack on header files that are included all over the tree,
> > but whose #include-ers generally don't need to be rebuilt all of the time.
> 
> Before we had mach, I had an alias for linking libxul. If there is a
> simple mach command for linking libxul you might be able to just build
> your source dir and then linking libxul?

Actually, you can pass multiple directories to mach, so you can do

   mach build foo toolkit/library

in which case mach will do

   make -C objdir/foo
   make -C objdir/toolkit/library
 
And will only do the latter if the former succeeds.

Mike
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to