Michael Kaply wrote:
Robert Henschel wrote:
I saw that the Warpzilla Tinderbox was also not

working. So I concluded that this could be because of the same problem.
Can this be right?

Definitely a possible. You can view the log on the tinderbox by clicking on "L" and seeing if it is the sae error
Thanks I will try the next time...


Question:
How do I update my sources of Mozilla today?

All you need to do is go to the mozila dir and do:

gmake -f client.mk pull_all

And this will update the needed files.

although it says "pull", it will only update.
Yep, works great.

Then do an rm-rf on the obj directory (where the output of the build is)
That is, delete everything ??

After I have a working build, is there a way to only rebuild what changed over the last days?

and do a gmake -f client.mk build_all again.

The pull should go MUCH faster since you already have the code.
Indeed.

Thanks Mike


Reply via email to