dgaudet     98/04/09 12:31:00

  Modified:    src      CHANGES Configure
  Log:
  build the libraries before the tools
  
  Submitted by: Ben Hyde
  
  Revision  Changes    Path
  1.763     +2 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.762
  retrieving revision 1.763
  diff -u -r1.762 -r1.763
  --- CHANGES   1998/04/09 10:22:49     1.762
  +++ CHANGES   1998/04/09 19:30:58     1.763
  @@ -1,5 +1,7 @@
   Changes with Apache 1.3b6
   
  +  *) Build the libraries before building the rest of the tools. [Ben Hyde]
  +
     *) Add "distclean" target to src/-Makefiles to provide "make distclean" 
also
        inside the src subtree (i.e. for non-APACI users). Following GNU 
Makefile
        conventions while "clean" removes only stuff created by "all" targets,
  
  
  
  1.232     +2 -2      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.231
  retrieving revision 1.232
  diff -u -r1.231 -r1.232
  --- Configure 1998/04/09 10:22:49     1.231
  +++ Configure 1998/04/09 19:30:58     1.232
  @@ -90,7 +90,7 @@
   tmpfile3=$tmpfile.3
   awkfile=$tmpfile.4
   tmpconfig=$tmpfile.5
  -SUBDIRS='$(OSDIR) main ap modules'
  +SUBDIRS='$(OSDIR) ap main modules' 
   
   ####################################################################
   ## Now handle any arguments, which, for now, is -file
  @@ -1142,7 +1142,7 @@
   ##
   if [ "$RULE_WANTHSREGEX" = "yes" ]; then
       REGLIB="regex/libregex.a"
  -    SUBDIRS="$SUBDIRS regex"
  +    SUBDIRS="regex $SUBDIRS"
       CFLAGS="$CFLAGS -DUSE_HSREGEX"
   fi
   
  
  
  

Reply via email to