On 01/04/2008, Colin Strachan <[EMAIL PROTECTED]> wrote:
> find -name "*.o" -exec rm -f {} \;
> find -name "*.lo" -exec rm -f {} \;
> find -name "*.so" -exec rm -f {} \;
> find -name "*.la" -exec rm -f {} \;
> find -name "*.a" -exec rm -f {} \;
That'd be incredibly inefficient!
Try
find
Vishal
This script builds the agent only, tweak to suit your requirements.
cd net-snmp-5.4.1/
find -name "*.o" -exec rm -f {} \;
find -name "*.lo" -exec rm -f {} \;
find -name "*.so" -exec rm -f {} \;
find -name "*.la" -exec rm -f {} \;
find -name "*.a" -exec rm -f {} \;
export PATH=
$PATH:/opt/