You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/11/28 21:07:13 UTC

cvs commit: jakarta-tomcat/src/native/apache1.3 Makefile.linux

craigmcc    00/11/28 12:07:13

  Modified:    src/native/apache1.3 Tag: tomcat_32 Makefile.linux
  Log:
  Use a previous definition of APXS if one has been created in the
  surrounding environment.
  
  Submitted by: Paul Frieden <pf...@dChain.com>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -0      jakarta-tomcat/src/native/apache1.3/Attic/Makefile.linux
  
  Index: Makefile.linux
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/apache1.3/Attic/Makefile.linux,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Makefile.linux	2000/10/05 06:32:21	1.1.2.1
  +++ Makefile.linux	2000/11/28 20:07:12	1.1.2.2
  @@ -6,7 +6,9 @@
   
   JAVA_INCL=-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS}
   JAVA_LIB=-L ${JAVA_HOME}/jre/lib/${ARCH} -L ${JAVA_HOME}/lib/${ARCH}/native_threads
  +#ifndef APXS
   APXS=/usr/sbin/apxs
  +#endif
   
   JK=../jk/
   SRCS=../jk/jk_ajp12_worker.c ../jk/jk_connect.c ../jk/jk_msg_buff.c ../jk/jk_util.c ../jk/jk_ajp13.c \