Dan Nicholson wrote:
On 9/6/05, Randy McMurchy <[EMAIL PROTECTED]> wrote:
It is my understanding that if you use a .mozconfig file, then you
must build Mozilla using the client.mk system (this might be wrong
syntax, but essentially it is the Moz method that reads the
.mozconfig file, then runs configure and make itself).
I think this is not true. However, you will know right away whether
the mozconfig is being used or not because the first thing done is
that it spits out the configure statement used with all the options.
Here's what it looks like from a build I did on Solaris:
There is a difference between running "make -f client.mk build" and
"./configure && make" I realize. While the configure script reads the
configure instructions, it does not read the make options, and so you
miss out on those variables. So, not surprisingly, Randy was correct,
although I'll report back with how my build actually does go.
-Doug
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page