Brian Hechinger wrote:
> 
> /var/tmp on MFS makes cc go faster, but breaks vi.recovery
> so if we look at the problem we should not be trying to change the vi recovery
> system, but rather cc.  if making a change for ANY reason breaks something
> else you shouldn't fix the thing you broke, but the thing you are changing.
> 
> make /var/mfs_tmp and have cc use it for it's temporary storage.  if cc doesn't
> support that then fix cc since being able to specify where your compiler
> stores it's temp files is a Good Idea(TM)
> 

*sigh* 

man gcc

Either use -pipe or set the environmental variable TMPDIR.

-- 
Steve


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to