I have set MAKEFLAGS="-j5" on my 4 core machine, attempting to slightly oversubscribe my cpu when rebuilding packages. However, "ps auxww" reports that make is being invoked with "-j4", ignoring my "-j5" setting.
It's MAKEOPTS not MAKEFLAGS