You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/17 11:18:56 UTC

svn commit: r585428 - /apr/apr-util/branches/1.2.x/test/Makefile.win

Author: wrowe
Date: Wed Oct 17 02:18:56 2007
New Revision: 585428

URL: http://svn.apache.org/viewvc?rev=585428&view=rev
Log:
No subdirs here either

Modified:
    apr/apr-util/branches/1.2.x/test/Makefile.win

Modified: apr/apr-util/branches/1.2.x/test/Makefile.win
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/test/Makefile.win?rev=585428&r1=585427&r2=585428&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/test/Makefile.win (original)
+++ apr/apr-util/branches/1.2.x/test/Makefile.win Wed Oct 17 02:18:56 2007
@@ -53,8 +53,6 @@
 
 CLEAN_BUILDDIRS = Debug Release LibD LibR 9x x64
 
-TEST_SUBDIRS = internal
-
 PROGRAMS = $(OUTDIR)\testall.exe \
 
 OTHER_PROGRAMS = $(OUTDIR)\dbd.exe
@@ -122,14 +120,10 @@
 clean: cleandata
 	@if EXIST $(INTDIR)\. rmdir /s /q $(INTDIR)
 	@if EXIST $(OUTDIR)\. rmdir /s /q $(OUTDIR)
-	@for %d in ($(TEST_SUBDIRS)) do \
-	    %COMSPEC% /c "cd %%d && $(MAKE) -f Makefile.win clean" \
 
 cleanall: 
 	@for %d in ($(CLEAN_BUILDDIRS) $(INTDIR) $(OUTDIR)) do \
 	    @if EXIST %d\. rmdir /s /q %d
-	@for %d in ($(TEST_SUBDIRS)) do \
-	    %COMSPEC% /c "cd %%d & $(MAKE) -f Makefile.win cleanall" \
 
 
 PATH=$(OUTDIR);..\$(OUTDIR);$(API_PATH)\$(OUTDIR);$(APR_PATH)\$(OUTDIR);$(PATH)
@@ -141,7 +135,5 @@
 	)
 
 checkall: check
-	@for %d in ($(TEST_SUBDIRS)) do \
-	    %COMSPEC% /c "cd %%d && $(MAKE) -f Makefile.win check" \
 
 # DO NOT REMOVE