The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-28-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
1. Are you building over an NFS volume?

2. you could do

find . -type f | xargs -n 5 touch
make clean
make
Reply With Quote