Does anyone know how to control the number of simultaneous jobs? It looks like G4-7450.mozcfg gets copied to .mozcfg by the script at /opt/macports-tff/bin/build_tenfourfox but this line seems to have no effect:
mk_add_options MOZ_MAKE_FLAGS="-s -j2"
I've tried 1 2 and 3, and the load is always around 2.0. This is fine for a dual CPU machine, but I'd like to try a different number...
mk_add_options MOZ_MAKE_FLAGS="-s -j2"
I've tried 1 2 and 3, and the load is always around 2.0. This is fine for a dual CPU machine, but I'd like to try a different number...