You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Laurie <be...@gonzo.ben.algroup.co.uk> on 1996/07/28 11:15:50 UTC

cvs commit: apache/src Makefile.tmpl (fwd)

Jim Jagielski wrote:
> From heap.ben.algroup.co.uk!arachnet-fw.algroup.co.uk!taz.hyperreal.com!hyperreal.com!owner-apache-cvs Sat Jul 27 23:14:41 1996
> Date: Sat, 27 Jul 1996 16:00:51 -0700
> From: Jim Jagielski <ji...@hyperreal.com>
> Message-Id: <19...@taz.hyperreal.com>
> To: apache-cvs@hyperreal.com
> Subject: cvs commit: apache/src Makefile.tmpl
> Sender: owner-apache-cvs@hyperreal.com
> Precedence: bulk
> 
> jim         96/07/27 16:00:50
> 
>   Modified:    src       Makefile.tmpl
>   Log:
>   Propagate compiler flags to regex
>   
>   Revision  Changes    Path
>   1.16      +1 -1      apache/src/Makefile.tmpl
>   
>   Index: Makefile.tmpl
>   ===================================================================
>   RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
>   retrieving revision 1.15
>   retrieving revision 1.16
>   diff -C3 -r1.15 -r1.16
>   *** Makefile.tmpl	1996/07/23 22:06:38	1.15
>   --- Makefile.tmpl	1996/07/27 23:00:49	1.16
>   ***************
>   *** 25,31 ****
>     	$(CC) $(LFLAGS) $(AUX_LFLAGS) -o httpd $(OBJS) $(LIBS) $(EXTRA_LIBS) $(AUX_LIBS)
>     
>     regex/libregex.a:
>   ! 	cd regex; make lib CC=$(CC)
>     
>     clean:
>     	rm -f httpd $(OBJS) *pure*
>   --- 25,31 ----
>     	$(CC) $(LFLAGS) $(AUX_LFLAGS) -o httpd $(OBJS) $(LIBS) $(EXTRA_LIBS) $(AUX_LIBS)
>     
>     regex/libregex.a:
>   ! 	cd regex; make lib CC=$(CC) CFLAGS="$(CFLAGS) $(AUX_CFLAGS) -I. -DPOSIX_MISTAKE"

Propogating the flags is fine, but what on Earth is this -I. and 
-DPOSIX_MISTAKE?

Cheers,

Ben.

>     
>     clean:
>     	rm -f httpd $(OBJS) *pure*
>   
>   
>   

-- 
Ben Laurie                  Phone: +44 (181) 994 6435
Freelance Consultant and    Fax:   +44 (181) 994 6472
Technical Director          Email: ben@algroup.co.uk
A.L. Digital Ltd,           URL: http://www.algroup.co.uk
London, England.            Apache Group member (http://www.apache.org)