On Wed, Apr 25, 2012 at 11:34:24PM -0400, Alan Corey wrote: > I've seen this before, I wonder if there's some environment variable > I can set to stop it?
Nope. > I try make fetch on a port, it fails due to a bad site. I hit > Ctrl-C to stop it, it goes to the next site and downloads the file. > Then it deletes the file when it finishes. I type make install and > it tries the bad site again... That's the way make works. Don't hit ^C. Changing this is impossible, since make sees the ^C, being the controlling process and all. Oh, and if the site is really bad, report the site. If it's not, fix your network config. I hardly notice anymore since dpb fetches things for me.

