On 9/5/14 9:32 AM, Ted Mielczarek wrote:
On 9/5/2014 11:32 AM, Gregory Szorc wrote:

The buildlist and xpcom manifest processing can almost certainly be
moved out of libs. However, there are $(MAKE) -C foo XPI_NAME=bar that
may break.

It looks like the buildlist bits at this point could be moved wholesale
into moz.build (and possibly just executed as part of moz.build
procesing, it's all static data).

I have a patch series for doing that that takes no-op builds from ~55s to ~37s. The problem is it hacks around the XPI_NAME foo and glandium doesn't like that. Hence why we need to fix XPI packaging and do away with this $(MAKE) -C bar XPI_NAME=foo bits.

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

Reply via email to