You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/07/31 14:19:55 UTC

cvs commit: httpd-2.0/srclib Makefile.in

trawick     01/07/31 05:19:55

  Modified:    srclib   Makefile.in
  Log:
  get "make extraclean" working for apr-util again
  
  the apr-util build now depends on files in apr;
  "make extraclean" in apr removes some of those files, causing
  a subsequent "make extraclean" in apr-util to blow*; make in
  apr-util first so we don't have this problem
  
  *on some platforms make aborted; on others the error was
  ignored though apr-util wasn't cleaned
  
  Revision  Changes    Path
  1.10      +1 -1      httpd-2.0/srclib/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/srclib/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.in	2001/02/24 19:16:04	1.9
  +++ Makefile.in	2001/07/31 12:19:55	1.10
  @@ -1,4 +1,4 @@
   
  -SUBDIRS = apr $(AP_LIB_DIRS) apr-util pcre
  +SUBDIRS = apr-util apr $(AP_LIB_DIRS) pcre
   
   include $(top_srcdir)/build/rules.mk