You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Alexei Kosut <ak...@hyperreal.com> on 1996/08/05 03:34:27 UTC

cvs commit: apache/src Configure Makefile.tmpl

akosut      96/08/04 18:34:26

  Modified:    src       Configure Makefile.tmpl
  Log:
  Make the extra space when compling http_bprintf on every OS except SCO5
  go away; it's disconcerting.
  
  Revision  Changes    Path
  1.8       +1 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** Configure	1996/08/05 01:17:22	1.7
  --- Configure	1996/08/05 01:34:24	1.8
  ***************
  *** 196,202 ****
    	OS='SCO 5'
    	CFLAGS="$CFLAGS -DSCO5"
    	LIBS="$LIBS -lsocket -lmalloc -lprot"
  ! 	OSBPRINTF="-K noinline"
    	;;
        SOLARIS2)
    	OS='Solaris 2'
  --- 196,202 ----
    	OS='SCO 5'
    	CFLAGS="$CFLAGS -DSCO5"
    	LIBS="$LIBS -lsocket -lmalloc -lprot"
  ! 	OSBPRINTF=" -K noinline"
    	;;
        SOLARIS2)
    	OS='Solaris 2'
  
  
  
  1.22      +1 -1      apache/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -C3 -r1.21 -r1.22
  *** Makefile.tmpl	1996/08/05 01:25:52	1.21
  --- Makefile.tmpl	1996/08/05 01:34:25	1.22
  ***************
  *** 43,49 ****
    
    # Work around broken compilers
    http_bprintf.o: http_bprintf.c
  ! 	$(CC) -c $(INCLUDES) $(CFLAGS) $(BROKEN_BPRINTF_FLAGS) http_bprintf.c
    
    #Dependencies
    #Core code
  --- 43,49 ----
    
    # Work around broken compilers
    http_bprintf.o: http_bprintf.c
  ! 	$(CC) -c $(INCLUDES) $(CFLAGS)$(BROKEN_BPRINTF_FLAGS) http_bprintf.c
    
    #Dependencies
    #Core code