The famous "./configure; make" - my custom version
Posted Mar 27, 2008 0:50 UTC (Thu) by
pr1268 (subscriber, #24648)
In reply to:
The famous "./configure; make" by stuart_hc
Parent article:
Striking gold in binutils
# ./configure && make && make install && (cd /usr/local/bin && find . -type f | xargs file | grep "not stripped" | cut -d':' -f1 | xargs strip --strip-unneeded) && (cd /usr/local/lib && find . -type f | xargs file | grep "not stripped" | cut -d':' -f1 | xargs strip --strip-unneeded) && ldconfig && sync
Anyone want to guess which Linux distro I use?
(
Log in to post comments)