Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

is the ".../mozilla/obj" subdirectory gone, or is it just me?

0 views
Skip to first unread message

=JeffH

unread,
Oct 11, 2007, 12:05:25 PM10/11/07
to
Yesterday I did a clean checkout of the entire "browser,mail" code
tree..

pushd /usr/local/src
cvs -d :pserver:anon...@cvs-mirror.mozilla.org:/cvsroot co mozilla/
client.mk
pushd /usr/local/src/mozilla
make -f client.mk checkout MOZ_CO_PROJECT=browser,mail

I issued the "make -f client.mk build" command in my "/usr/local/src/
mozilla" directory, and FF3.0a9pre built fine.

One odd thing I noticed, though, is that the ".../mozilla/obj"
subdirectory isn't there -- has the build tree layout recently
changed?

So I did "make package" when in the ".../mozilla" directory, and the
resulting installation bz2 file was placed in ".../mozilla/
dist" (rather than
".../mozilla/obj/dist" as before.

Is this normal now?

It installed and appears to run.

thanks,

=JeffH

Benjamin Smedberg

unread,
Oct 11, 2007, 12:29:53 PM10/11/07
to
=JeffH wrote:

> I issued the "make -f client.mk build" command in my "/usr/local/src/
> mozilla" directory, and FF3.0a9pre built fine.
>
> One odd thing I noticed, though, is that the ".../mozilla/obj"
> subdirectory isn't there -- has the build tree layout recently
> changed?

The "obj" directory depends on the setting of MOZ_OBJDIR in your mozconfig
file. If you set MOZ_OBJDIR we will use that directory... otherwise we will
build directly in the source directory.

This has always been the case... though using a MOZ_OBJDIR is always
recommended and may become required in the future.

--BDS

=JeffH

unread,
Oct 11, 2007, 3:39:27 PM10/11/07
to
On Oct 11, 9:29 am, Benjamin Smedberg <benja...@smedbergs.us> wrote:
>
> The "obj" directory depends on the setting of MOZ_OBJDIR in your mozconfig
> file. If you set MOZ_OBJDIR we will use that directory... otherwise we will
> build directly in the source directory.

doh! thanks. I also found this to be helpful...

http://developer.mozilla.org/en/docs/Mozilla_Build_FAQ


thanks,

=JeffH


0 new messages