On 05/03/2013 12:35 AM, Nick Alexander wrote:
On 13-05-02 4: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

That's correct.  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

Nick

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

Looking at
http://mxr.mozilla.org/mozilla-central/source/build/dumbmake-dependencies,
it does not.

I considered supporting conditional dependencies like this, but was torn
between using the preprocessor or using the expression parser used for
test manifests.  I decided to land the simplest thing that could
possibly work first, but I'm game for improving the format to support
conditionals.

Yours,
Nick

Given that browser/app is a pretty quick build (afaik), we could probably just throw it into the list as a global dependency.

Cheers,
Josh
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to