You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1997/06/04 19:08:48 UTC

Re: Should $(OBJS): Makefile be there?

These are features provided by various IDEs running under windows.

BTW I almost always "./Configure; touch *.o; rm httpd modules.o" ;)

Dean

On Fri, 30 May 1997, Brian Behlendorf wrote:

> On Fri, 30 May 1997, Jim Jagielski wrote:
> > I'm guessing that some people may Configure and then, at some
> > later time, say edit Makefile to change -O2 to -O or -g or
> > add -Wall (that kind of stuff). At this point, you do want the
> > object files redone :/
> 
> Shame that make can't be smarter about when it needs to recompile modules, on
> its own.  It seems like it would be easy to parse a .c file and see if a new -D
> define affected the resulting .o file, or keep around a table of what options
> were used to compile each .o file.  Anyways, not worth worrying about... 
> 
> 	Brian
> 
> --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
> brian@organic.com  www.apache.org  hyperreal.com  http://www.organic.com/JOBS
> 
>