This is something that has always bugged me. It seems like I always see build instructions for building and then installing something saying to do this:
make
sudo make install
Is there really any reason to call make? Doesn't sudo make install implicitly call make?