You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 1997/06/24 21:09:53 UTC

Re: cvs commit: apache/src Makefile.tmpl

Wasn't this semi-debated?

Dean Gaudet wrote:
> 
> dgaudet     97/06/24 10:57:50
> 
>   Modified:    src       Makefile.tmpl
>   Log:
>   Nah be a little less aggressive during make clean.  This level of makefile
>   doesn't create any .a files so don't remove any.
>   
>   Revision  Changes    Path
>   1.48      +1 -1      apache/src/Makefile.tmpl
>   
>   Index: Makefile.tmpl
>   ===================================================================
>   RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
>   retrieving revision 1.47
>   retrieving revision 1.48
>   diff -C3 -r1.47 -r1.48
>   *** Makefile.tmpl	1997/06/20 21:55:16	1.47
>   --- Makefile.tmpl	1997/06/24 17:57:50	1.48
>   ***************
>   *** 36,42 ****
>     	$(MAKE) CC=$(CC) AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)')
>     
>     clean:
>   ! 	rm -f httpd *.o *.a core
>     	cd regex; $(MAKE) clean
>     	cd modules; $(MAKE) clean
>     
>   --- 36,42 ----
>     	$(MAKE) CC=$(CC) AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)')
>     
>     clean:
>   ! 	rm -f httpd *.o core
>     	cd regex; $(MAKE) clean
>     	cd modules; $(MAKE) clean
>     
>   
>   
>   
> 


-- 
====================================================================
      Jim Jagielski            |       jaguNET Access Services
     jim@jaguNET.com           |       http://www.jaguNET.com/
            "Look at me! I'm wearing a cardboard belt!"

Re: cvs commit: apache/src Makefile.tmpl

Posted by Dean Gaudet <dg...@arctic.org>.
Yeah, I changed my mind when I saw Rasmus' mod_php install sequence.

Dean

On Tue, 24 Jun 1997, Jim Jagielski wrote:

> Wasn't this semi-debated?
> 
> Dean Gaudet wrote:
> > 
> > dgaudet     97/06/24 10:57:50
> > 
> >   Modified:    src       Makefile.tmpl
> >   Log:
> >   Nah be a little less aggressive during make clean.  This level of makefile
> >   doesn't create any .a files so don't remove any.
> >   
> >   Revision  Changes    Path
> >   1.48      +1 -1      apache/src/Makefile.tmpl
> >   
> >   Index: Makefile.tmpl
> >   ===================================================================
> >   RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
> >   retrieving revision 1.47
> >   retrieving revision 1.48
> >   diff -C3 -r1.47 -r1.48
> >   *** Makefile.tmpl	1997/06/20 21:55:16	1.47
> >   --- Makefile.tmpl	1997/06/24 17:57:50	1.48
> >   ***************
> >   *** 36,42 ****
> >     	$(MAKE) CC=$(CC) AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)')
> >     
> >     clean:
> >   ! 	rm -f httpd *.o *.a core
> >     	cd regex; $(MAKE) clean
> >     	cd modules; $(MAKE) clean
> >     
> >   --- 36,42 ----
> >     	$(MAKE) CC=$(CC) AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)')
> >     
> >     clean:
> >   ! 	rm -f httpd *.o core
> >     	cd regex; $(MAKE) clean
> >     	cd modules; $(MAKE) clean
> >     
> >   
> >   
> >   
> > 
> 
> 
> -- 
> ====================================================================
>       Jim Jagielski            |       jaguNET Access Services
>      jim@jaguNET.com           |       http://www.jaguNET.com/
>             "Look at me! I'm wearing a cardboard belt!"
>