UPDATE: Makefile.rules Changes (IMPORTANT)

If you're on the new Makefile system, you will want to update your
Makefile.rules. The patch below provides some important fixes for
parallel builds and dependencies. It also adds some new features like
the -local targets. For example, you can now build "all-local" to build
the local directory without recursing into subdirectories.

See the comments below for details of the change.

Reid.

P.S. This change has been verified on Linux/x86 for both the
OBJDIR==SRCDIR case and the OBJDIR!=SRCDIR case. Solaris test is
underway but looks good so far. I'd appreciate beta tests on Darwin/PPC.
Thanks

Reid.