You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2013/05/10 04:34:10 UTC

svn commit: r1480863 - /apr/apr/trunk/build/NWGNUhead.inc

Author: fuankg
Date: Fri May 10 02:34:09 2013
New Revision: 1480863

URL: http://svn.apache.org/r1480863
Log:
Added test-clean target to NetWare build.

Modified:
    apr/apr/trunk/build/NWGNUhead.inc

Modified: apr/apr/trunk/build/NWGNUhead.inc
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/NWGNUhead.inc?rev=1480863&r1=1480862&r2=1480863&view=diff
==============================================================================
--- apr/apr/trunk/build/NWGNUhead.inc (original)
+++ apr/apr/trunk/build/NWGNUhead.inc Fri May 10 02:34:09 2013
@@ -84,7 +84,7 @@ FORCE : ;
 # Standard targets
 #
 
-clean :: $(SUBDIRS) $(APRTEST)
+clean :: $(SUBDIRS)
 	@echo Cleaning up $(CURDIR)
 	$(call RMDIR,$(OBJDIR))
 	$(call DEL,*.err)
@@ -92,6 +92,9 @@ clean :: $(SUBDIRS) $(APRTEST)
 	$(call DEL,*.tmp)
 #	$(call DEL,*.d)
 
+test-clean ::
+	$(MAKE) -C $(APRTEST) -f NWGNUmakefile clean
+
 $(OBJDIR) ::
 	$(call MKDIR,$@)