You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2002/01/12 19:04:13 UTC

cvs commit: apr/test Makefile.in testmem.c

dreid       02/01/12 10:04:13

  Modified:    test     Makefile.in
  Removed:     test     testmem.c
  Log:
  Tidy up the Makefile.in (why were testshmem references left???!!)
  Remove testmem.c and references as it's no longer useful.
  Test for pools on the way.
  
  Revision  Changes    Path
  1.74      +1 -9      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- Makefile.in	11 Jan 2002 11:20:00 -0000	1.73
  +++ Makefile.in	12 Jan 2002 18:04:13 -0000	1.74
  @@ -17,7 +17,6 @@
   	testargs@EXEEXT@ \
   	testud@EXEEXT@ \
   	testmmap@EXEEXT@ \
  -	testshmem@EXEEXT@ \
   	testshm@EXEEXT@ \
   	testshmproducer@EXEEXT@ \
   	testshmconsumer@EXEEXT@ \
  @@ -28,12 +27,11 @@
   	testipsub@EXEEXT@ \
   	testmd5@EXEEXT@ \
   	testpoll@EXEEXT@ \
  -	testmem@EXEEXT@ \
   	testhash@EXEEXT@ \
   	occhild@EXEEXT@ \
   	teststr@EXEEXT@ \
   	testuser@EXEEXT@ \
  -        testsockets@EXEEXT@ \
  +	testsockets@EXEEXT@ \
   	testprocmutex@EXEEXT@ \
   	testvsn@EXEEXT@ \
   	testsleep@EXEEXT@ \
  @@ -117,9 +115,6 @@
   testmmap@EXEEXT@: testmmap.lo $(LOCAL_LIBS)
   	$(LINK) testmmap.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  -testshmem@EXEEXT@: testshmem.lo $(LOCAL_LIBS)
  -	$(LINK) testshmem.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
   testshm@EXEEXT@: testshm.lo $(LOCAL_LIBS) testshmproducer@EXEEXT@ testshmconsumer@EXEEXT@
   	$(LINK) testshm.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
  @@ -146,9 +141,6 @@
   
   testpoll@EXEEXT@: testpoll.lo $(LOCAL_LIBS)
   	$(LINK) testpoll.lo $(LOCAL_LIBS) $(ALL_LIBS)
  -
  -testmem@EXEEXT@: testmem.lo $(LOCAL_LIBS)
  -	$(LINK) testmem.lo $(LOCAL_LIBS) $(ALL_LIBS)
   
   testhash@EXEEXT@: testhash.lo $(LOCAL_LIBS)
   	$(LINK) testhash.lo $(LOCAL_LIBS) $(ALL_LIBS)