You don't need to run fpcmake.
And the usual approach is:
make all -j <N>
make install INSTALL_PREFIX=/absolute/path/to/target -j <N>
(where <N> is the number of processors cores)
You don't need to specify OS_TARGET and CPU_TARGET if your desired targets match the ones of your bootstrap compiler.