On 13-05-03 12:13 PM, Neil wrote:
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.

I stand corrected.  For the curious, the definitive source is

http://mxr.mozilla.org/mozilla-central/source/python/mozbuild/mozbuild/base.py#201

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

Reply via email to