make --version
make [options] [target] ...
make --debug=n -j [N] --output-sync --trace [target]
wget -cNv source_code.tar.xz
tar xfv source_code.tar.xz
cd source_code
time make --debug=n -j 3 --output-sync --trace
gcc --version
ld --version
Legal Disclaimer & Copyright Policy