summaryrefslogtreecommitdiff
path: root/build/NWGNUhead.inc
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2005-02-08 23:17:38 +0000
committerBradley Nicholes <bnicholes@apache.org>2005-02-08 23:17:38 +0000
commit6f6940dbaac9240eaa8ac01ece63130de2ab674c (patch)
tree68593b89f50cbf77ab34e79b1fe742cb069a2af0 /build/NWGNUhead.inc
parentf8354dc77721bf33e827909af8f919f3cd938cae (diff)
downloadhttpd-6f6940dbaac9240eaa8ac01ece63130de2ab674c.tar.gz
Add a target to build the prebuild utilities on NetWare
Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@152957 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 dbb3f9597f..cdbaf2728f 100644
--- a/build/NWGNUhead.inc
+++ b/build/NWGNUhead.inc
@@ -68,10 +68,14 @@ help :
@echo You can also specify RELEASE=debug, RELEASE=noopt, or RELEASE=optimized
@echo The default is RELEASE=optimized
-clobber_all :: clean clobber_install
+clobber_all :: clean clobber_install clobber_prebuild
clobber_install ::
-$(DELTREE) $(INSTALL) 2>NUL
+
+clobber_prebuild ::
+ $(CHK) $(PREBUILD_INST)\*.* $(DEL) $(PREBUILD_INST)\*.*
+ -$(DELTREE) $(PREBUILD_INST) 2> NUL
#
# build recursive targets