[comp.soft-sys.andrew] rasterv.c file too big

tobeye@NORTHSTAR.DARTMOUTH.EDU (Anthony Edwards) (10/27/90)

We're in the process of compiling ATK4 PL7 on our SPARCs and ran into a
problem when we get to the 
	${ANDREWDIR}/atk/raster/cmd/rasterv.c
compile.  Since rasterv.c is very large (124K), it eats up lots of /tmp
disk space when compiling.  Too much, in fact, for our machines.  We're
going to try a workaround of either
	a)  temporarily enlarging our /tmp space
	b)  breaking up the file into several, smaller files
However, if in a future patch release this file was smaller, then we
wouldn't need this workaround.
   - Anthony