The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > BSD
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-02-2009
ph0enix ph0enix is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 26
Since you want to compile wget with the default options, you can simply set the BATCH env. variable to "yes" and run make. In bash, for example, you could do something like:

BATCH="yes" make install distclean