Re: Error applying memory leak patch on squid2.1.patch2

From: Alex Rousskov <rousskov@dont-contact.us>
Date: Wed, 13 Jan 1999 19:11:33 -0700 (MST)

On Thu, 14 Jan 1999, Stuart Young wrote:

> > make all
> > make install
>
> These 2 commands are all you need.

Err... Not if some header (.h) files got modified by the patch!

> Your C compiler (gcc most likely) will be smart enough to rebuild objects
> if the source is newer than the current object.

Compilers do not track dependencies among files at all. "Make" does.
However, Squid's Makefiles have almost no dependency info. Nasty things will
happen if you do not "make clean" after modifying data structures
declarations and such...

Alex.
Received on Wed Jan 13 1999 - 18:55:53 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:44:01 MST