Mike Hommey: Don’t ever use in-tree mozconfigs |
I just saw two related gists about how some people are building Firefox.
Both are doing the same mistake, which is not really surprising, since one is based on the other. As I’m afraid people might pick that up, I’m posting this:
Don’t ever use in-tree mozconfigs
If your mozconfig contains something like
. $topsrcdir/something
Then remove it. Now.
Those mozconfigs are for use in automated builds. They make many assumptions on the build environment being the one from the build slaves. Local developers shouldn’t need anything but minimalistic, self contained mozconfigs. If there are things that can be changed in the build system to accommodate developers, file bugs (I could certainly see the .noindex
thing automatically added to MOZ_OBJDIR
by default on mac)
Corollary: if you can’t build Firefox without a mozconfig (for a reason other than your build environment missing build requirements), file a bug.
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |