[comp.os.minix] 1.3 cc.c addition

ncoverby@ndsuvax.UUCP (Glen Overby) (06/02/88)

I've always thought that NOT passing the -T flag (temporary files
directory) to asld was a bug.  Most of the time I put the -T flag on cc is
when I want the asld temporaries to go somewhere else because they're the
largest (I rarely run out of space before asld).  I've posted fixes before,
but they didn't get accepted so here they are again.  This is a context
diff because I have a 5-line RCS $Header:$ line at the top of all my files
which throws my line numbering off, but it's worth it! 


*** cc.c.dist	Mon May 30 03:40:37 1988
--- cc.c	Wed Jun  1 22:27:17 1988
***************
*** 208,213 ****
--- 208,214 ----
  			break;
  		case 'T':
  			tmpdir = &str[2];
+ 			append(&ASLD_FLAGS, str);
  			/*FALLTHROUGH*/
  		case 'R':
  		case 'p':
-- 
Glen Overby
Bitnet:  ncoverby@ndsuvax
UUCP: {uunet, ihnp4!umn-cs}!ndsuvax!ncoverby