summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2012-04-04 20:11:57 +0000
committerAndré Malo <nd@apache.org>2012-04-04 20:11:57 +0000
commit156dafa70271832b1e798563eb93ee455399a340 (patch)
tree70aa65a93ca3483725959fbfe7b0abde0da2f7ac /build
parent41179e741ccadb0df7d7a1536135c1d8c5e96b8a (diff)
downloadhttpd-156dafa70271832b1e798563eb93ee455399a340.tar.gz
fix various property issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1309579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUscripts.inc86
-rw-r--r--build/mkdep.perl2
2 files changed, 43 insertions, 45 deletions
diff --git a/build/NWGNUscripts.inc b/build/NWGNUscripts.inc
index 7b0aa0d709..27029ebb74 100644
--- a/build/NWGNUscripts.inc
+++ b/build/NWGNUscripts.inc
@@ -1,43 +1,43 @@
-# Include for creating start/stop/restart NCF scripts.
-
-instscripts:: FORCE $(INSTALLBASE)/ap2start.ncf $(INSTALLBASE)/ap2auto.ncf $(INSTALLBASE)/ap2rest.ncf $(INSTALLBASE)/ap2stop.ncf
-
-$(INSTALLBASE)/ap2start.ncf:
- @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
- @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
- @echo $(DL)# httpcloseport 80 /silent$(DL)>> $@
- @echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@
- @echo $(DL)load address space = $(BASEDIR) SYS:/$(BASEDIR)/apache2$(DL)>> $@
- @echo $(DL)# If you have problems with 3rd-party modules try to load in OS space.$(DL)>> $@
- @echo $(DL)# load SYS:/$(BASEDIR)/apache2$(DL)>> $@
- @$(ECHONL)>> $@
-
-$(INSTALLBASE)/ap2auto.ncf:
- @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
- @echo $(DL)# and let automatically restart in case it crashes$(DL)>> $@
- @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
- @echo $(DL)# httpcloseport 80 /silent$(DL)>> $@
- @echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@
- @echo $(DL)restart address space = $(BASEDIR) SYS:/$(BASEDIR)/apache2$(DL)>> $@
- @$(ECHONL)>> $@
-
-$(INSTALLBASE)/ap2rest.ncf:
- @echo $(DL)# NCF to restart Apache 2.x in own address space$(DL)> $@
- @echo $(DL)apache2 restart -p $(BASEDIR)$(DL)>> $@
- @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
- @echo $(DL)# apache2 restart$(DL)>> $@
- @$(ECHONL)>> $@
-
-$(INSTALLBASE)/ap2stop.ncf:
- @echo $(DL)# NCF to stop Apache 2.x in own address space$(DL)> $@
- @echo $(DL)apache2 shutdown -p $(BASEDIR)$(DL)>> $@
- @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
- @echo $(DL)# apache2 shutdown$(DL)>> $@
- @$(ECHONL)>> $@
-
-$(INSTALLBASE)/ap2prod.ncf:
- @echo $(DL)# NCF to create a product record for Apache 2.x in product database$(DL)> $@
- @echo $(DL)PRODSYNC DEL APACHE$(VERSION_MAJMIN)$(DL)>> $@
- @echo $(DL)PRODSYNC ADD APACHE$(VERSION_MAJMIN) ProductRecord "$(VERSION_STR)" "Apache $(VERSION_STR) Webserver"$(DL)>> $@
- @$(ECHONL)>> $@
-
+# Include for creating start/stop/restart NCF scripts.
+
+instscripts:: FORCE $(INSTALLBASE)/ap2start.ncf $(INSTALLBASE)/ap2auto.ncf $(INSTALLBASE)/ap2rest.ncf $(INSTALLBASE)/ap2stop.ncf
+
+$(INSTALLBASE)/ap2start.ncf:
+ @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
+ @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
+ @echo $(DL)# httpcloseport 80 /silent$(DL)>> $@
+ @echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@
+ @echo $(DL)load address space = $(BASEDIR) SYS:/$(BASEDIR)/apache2$(DL)>> $@
+ @echo $(DL)# If you have problems with 3rd-party modules try to load in OS space.$(DL)>> $@
+ @echo $(DL)# load SYS:/$(BASEDIR)/apache2$(DL)>> $@
+ @$(ECHONL)>> $@
+
+$(INSTALLBASE)/ap2auto.ncf:
+ @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
+ @echo $(DL)# and let automatically restart in case it crashes$(DL)>> $@
+ @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
+ @echo $(DL)# httpcloseport 80 /silent$(DL)>> $@
+ @echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@
+ @echo $(DL)restart address space = $(BASEDIR) SYS:/$(BASEDIR)/apache2$(DL)>> $@
+ @$(ECHONL)>> $@
+
+$(INSTALLBASE)/ap2rest.ncf:
+ @echo $(DL)# NCF to restart Apache 2.x in own address space$(DL)> $@
+ @echo $(DL)apache2 restart -p $(BASEDIR)$(DL)>> $@
+ @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
+ @echo $(DL)# apache2 restart$(DL)>> $@
+ @$(ECHONL)>> $@
+
+$(INSTALLBASE)/ap2stop.ncf:
+ @echo $(DL)# NCF to stop Apache 2.x in own address space$(DL)> $@
+ @echo $(DL)apache2 shutdown -p $(BASEDIR)$(DL)>> $@
+ @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
+ @echo $(DL)# apache2 shutdown$(DL)>> $@
+ @$(ECHONL)>> $@
+
+$(INSTALLBASE)/ap2prod.ncf:
+ @echo $(DL)# NCF to create a product record for Apache 2.x in product database$(DL)> $@
+ @echo $(DL)PRODSYNC DEL APACHE$(VERSION_MAJMIN)$(DL)>> $@
+ @echo $(DL)PRODSYNC ADD APACHE$(VERSION_MAJMIN) ProductRecord "$(VERSION_STR)" "Apache $(VERSION_STR) Webserver"$(DL)>> $@
+ @$(ECHONL)>> $@
+
diff --git a/build/mkdep.perl b/build/mkdep.perl
index 10815d2483..7f776d8553 100644
--- a/build/mkdep.perl
+++ b/build/mkdep.perl
@@ -1,7 +1,5 @@
#!/usr/bin/perl
#
-# $Id$
-#
# Created: Thu Aug 15 11:57:33 1996 too
# Last modified: Mon Dec 27 09:23:56 1999 too
#