To force an unchanged component to be rebuilt, remove the DONE file created during the previous build. For example, to force re-compilation of all components previously built in the build directory:
host% cd build_dir host% find build_dir -name DONE -exec rm -f {} \; host% make |