You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@apache.org on 2002/11/30 07:05:07 UTC

cvs commit: apr/test/internal Makefile.in

rbb         2002/11/29 22:05:07

  Modified:    test     Makefile.in
               test/internal Makefile.in
  Log:
  Fix the clean targets for the test suite.
  
  Revision  Changes    Path
  1.120     +2 -1      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- Makefile.in	27 Nov 2002 18:03:46 -0000	1.119
  +++ Makefile.in	30 Nov 2002 06:05:07 -0000	1.120
  @@ -35,7 +35,8 @@
   
   LOCAL_LIBS=../lib@APR_LIBNAME@.la
   
  -CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@
  +CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@ occhild@EXEEXT@ \
  +	        testprocmutex@EXEEXT@ testglobalmutex@EXEEXT@ testshm@EXEEXT@
   
   INCDIR=../include
   INCLUDES=-I$(INCDIR)
  
  
  
  1.2       +1 -1      apr/test/internal/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/internal/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	24 Oct 2002 00:09:35 -0000	1.1
  +++ Makefile.in	30 Nov 2002 06:05:07 -0000	1.2
  @@ -13,7 +13,7 @@
   
   LOCAL_LIBS=../../lib@APR_LIBNAME@.la
   
  -CLEAN_TARGETS = testfile.tmp testdso@EXEEXT@ mod_test.slo
  +CLEAN_TARGETS = testregex@EXEEXT@
   
   INCDIR=../../include
   INCLUDES=-I$(INCDIR)