Ehsan Akhgari wrote:

On 2013-05-02 7:23 PM, Dave Townsend wrote:

On 5/2/2013 3:45 PM, Nick Alexander wrote:

On 13-05-02 3:09 PM, Josh Matthews wrote:

According to
http://mxr.mozilla.org/mozilla-central/source/build/dumbmake-dependencies#8,


it is equivalent to the following:

./mach build -X chrome xpcom toolkit/library

Or, if you're not a mach user, it translates to

make -f client.mk chrome
make -f client.mk xpcom
make -f client.mk toolkit/library

Not quite true, it translates to make $MAKEFLAGS -C $OBJDIR/chrome && make $MAKEFLAGS -C $OBJDIR/xpcom && make $MAKEFLAGS -C $OBJDIR/toolkit/library where OBJDIR should be obvious and MAKEFLAGS is usually -w -s and -j with an appropriate value.

Does it also build browser/app on OSX after every build? Since that is
pretty much required all the time and often missed.

Why is that always required? I never build browser/app and have not noticed any problems at least for Gecko changes.

I don't have OSX but heard that some parts are linked but other parts are copied (or maybe they're packaged?)

--
Warning: May contain traces of nuts.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to