summaryrefslogtreecommitdiff
path: root/build/NWGNUhead.inc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-06-30 04:10:16 +0000
committerGuenter Knauf <fuankg@apache.org>2009-06-30 04:10:16 +0000
commite5c13ef2611eb15a628c382f74bebb204e9d5e5c (patch)
treea8880d1d35c9e001c63c01cc0920b30abad733a9 /build/NWGNUhead.inc
parentbca20658983a50f683225d2ce2c6ff347bc30980 (diff)
downloadapr-e5c13ef2611eb15a628c382f74bebb204e9d5e5c.tar.gz
build tweaks for NetWare (continued)
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUhead.inc')
-rw-r--r--build/NWGNUhead.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/NWGNUhead.inc b/build/NWGNUhead.inc
index c02f47b8f..e9a5d097a 100644
--- a/build/NWGNUhead.inc
+++ b/build/NWGNUhead.inc
@@ -63,6 +63,10 @@ clobber_all :: clean clobber_install
clobber_install ::
-$(DELTREE) $(INSTALL) 2>NUL
+test :: default
+ $(MAKE) -C $(APRTEST) -f NWGNUmakefile RELEASE=$(RELEASE) DEST="$(INSTALL)" LM_LICENSE_FILE="$(LM_LICENSE_FILE)"
+ $(CMD) echo.
+
#
# build recursive targets
#
@@ -81,7 +85,7 @@ FORCE:
# Standard targets
#
-clean :: $(SUBDIRS)
+clean :: $(SUBDIRS) $(APRTEST)
@echo Cleaning up $(CURDIR)
-$(DELTREE) $(OBJDIR) 2> NUL
$(CHK) *.err $(DEL) *.err