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
- Re: Making sure /var/tmp/vi.recover exists during re... Adrian Penisoara
- Re: Making sure /var/tmp/vi.recover exists durin... Chad R. Larson
- Re: Making sure /var/tmp/vi.recover exists durin... Ben Smithurst
- Re: Making sure /var/tmp/vi.recover exists during reboot Trond Endrestol
- Re: Making sure /var/tmp/vi.recover exists during re... Sheldon Hearn
- Re: Making sure /var/tmp/vi.recover exists durin... Adrian Penisoara
- Re: Making sure /var/tmp/vi.recover exists during re... Vivek Khera
- Re: Making sure /var/tmp/vi.recover exists durin... Sheldon Hearn
- Re: Making sure /var/tmp/vi.recover exists d... Michael Lucas
- Re: Making sure /var/tmp/vi.recover exis... Brian Hechinger
- Re: Making sure /var/tmp/vi.recover exis... Steve Kargl
- Re: Making sure /var/tmp/vi.recover exis... Brad Knowles
- Re: Making sure /var/tmp/vi.recover exis... Brian Hechinger