summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-05-10 15:29:31 +0000
committerGuenter Knauf <fuankg@apache.org>2013-05-10 15:29:31 +0000
commit492f86875ede9bf6901beffa013ebc000f8ad423 (patch)
tree61b59cbb59cf97c879b1dfcd7846ccf7ba9d45a4 /build
parent3c122399bc980db56a173f4ae8db6d4b9c189faa (diff)
downloadhttpd-492f86875ede9bf6901beffa013ebc000f8ad423.tar.gz
Kill some NetWare build warnings (backport r1481040).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1481054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUhead.inc2
-rw-r--r--build/NWGNUtail.inc5
2 files changed, 5 insertions, 2 deletions
diff --git a/build/NWGNUhead.inc b/build/NWGNUhead.inc
index 78a96db7c6..2ef4dace6a 100644
--- a/build/NWGNUhead.inc
+++ b/build/NWGNUhead.inc
@@ -82,9 +82,11 @@ clobber_prebuild ::
$(SUBDIRS) : FORCE
ifneq "$(MAKECMDGOALS)" "clean"
+ifneq "$(findstring clobber_,$(MAKECMDGOALS))" "clobber_"
@$(ECHONL)
@echo $(DL)Building $(CURDIR)/$@$(DL)
endif
+endif
$(MAKE) -C $@ $(MAKECMDGOALS) -f NWGNUmakefile RELEASE=$(RELEASE) DEST="$(INSTALL)" LM_LICENSE_FILE="$(LM_LICENSE_FILE)"
@$(ECHONL)
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc
index 0c4a92d571..674875f648 100644
--- a/build/NWGNUtail.inc
+++ b/build/NWGNUtail.inc
@@ -95,9 +95,9 @@ CPPOPT_DEPENDS = $(CCOPT_DEPENDS)
# Generic compiler rules
#
-ifneq ($(MAKECMDGOALS),clean)
+ifneq "$(MAKECMDGOALS)" "clean"
+ifneq "$(findstring clobber_,$(MAKECMDGOALS))" "clobber_"
$(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h
-# @echo Generating $@
@echo $(DL)GEN $@$(DL)
$(AWK) -f $^ > $@
@@ -111,6 +111,7 @@ VERSION_STR = 2.3.0
VERSION_MAJMIN = 23
endif
endif
+endif
ifeq "$(words $(strip $(TARGET_nlm)))" "1"