asides-8

Trying to build Firefox 3 with better font handling. This beast is huge:

deepak@vyomlinux:/s/build/firefox/mozilla$ time make -f client.mk build
Adding client.mk options from /s/build/firefox/mozilla/.mozconfig:
    MOZ_CO_PROJECT=browser
    MOZ_OBJDIR=$(TOPSRCDIR)/../obj-$(CONFIG_GUESS)
make  -C /s/build/firefox/mozilla/../obj-i686-pc-linux-gnu

... pages and pages of make output ...

make[1]: Leaving directory `/s/build/firefox/obj-i686-pc-linux-gnu'

real    73m37.836s
user    63m51.543s
sys     3m31.397s
deepak@vyomlinux:/s/build/firefox/mozilla$