summaryrefslogtreecommitdiff
path: root/build/NWGNUhead.inc
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-05-10 02:34:09 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-05-10 02:34:09 +0000
commit6fae0477d84eb6d0853d5b5b18d8c4eeb785d74e (patch)
tree536c1bfba45a32c519a72200bd8b5484df6d66f9 /build/NWGNUhead.inc
parente47e28fa7e0435a90c141b72df8529b0096f6057 (diff)
downloadlibapr-6fae0477d84eb6d0853d5b5b18d8c4eeb785d74e.tar.gz
Added test-clean target to NetWare build.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1480863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUhead.inc')
-rw-r--r--build/NWGNUhead.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/NWGNUhead.inc b/build/NWGNUhead.inc
index 7a96480f6..f00f618e1 100644
--- a/build/NWGNUhead.inc
+++ b/build/NWGNUhead.inc
@@ -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,$@)