Re: [PATCH] no need to rebuild everything all the time [APPLIED]

2002-01-31 Thread Dan Sugalski
At 7:04 PM + 1/31/02, Nicholas Clark wrote: > >Dependencies in the Makefile are currently too broad brush. >I don't enjoy waiting for everything to recompile every time I try to tweak >the jit. The only file that #includes jit_struct.h is jit.c, so I feel >that the Makefile dependencies should

[PATCH] no need to rebuild everything all the time

2002-01-31 Thread Nicholas Clark
Dependencies in the Makefile are currently too broad brush. I don't enjoy waiting for everything to recompile every time I try to tweak the jit. The only file that #includes jit_struct.h is jit.c, so I feel that the Makefile dependencies should reflect this, and not cause a gratuitous recompile of