Node:Building Within a Single Tree, Next:Building with Separate Build Directories, Previous:Doing the Build, Up:Doing the Build
If you don't want separate build trees for each architecture, then use the following abbreviated procedure.
cd /u1/krb5-post-1.4/src
./configure
make
That's it!