Searched refs:echo (Results 1 - 5 of 5) sorted by relevance

/httpd/build/
H A DNWGNUtail.inc101 @echo $(DL)GEN $@$(DL)
125 @echo $(DL)CC $<$(DL)
130 @echo $(DL)GEN $@$(DL)
132 @echo $(DL)$(CFLAGS)$(DL)>> $@
135 @echo $(DL)$(XCFLAGS)$(DL)>> $@
138 @echo $(DL)$(foreach xincdir,$(strip $(subst ;,$(SPACE),$(XINCDIRS))),-I$(xincdir))$(DL)>> $@
141 @echo $(DL)$(foreach incdir,$(strip $(subst ;,$(SPACE),$(INCDIRS))),-I$(incdir))$(DL)>> $@
144 @echo $(DL)$(DEFINES)$(DL)>> $@
147 @echo $(DL)$(XDEFINES)$(DL)>> $@
151 @echo
[all...]
H A DNWGNUscripts.inc6 @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
7 @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
8 @echo $(DL)# httpcloseport 80 /silent$(DL)>> $@
9 @echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@
10 @echo $(DL)load address space = $(BASEDIR) SYS:/$(BASEDIR)/apache2$(DL)>> $@
11 @echo $(DL)# If you have problems with 3rd-party modules try to load in OS space.$(DL)>> $@
12 @echo $(DL)# load SYS:/$(BASEDIR)/apache2$(DL)>> $@
16 @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
17 @echo $(DL)# and let automatically restart in case it crashes$(DL)>> $@
18 @echo
[all...]
H A DNWGNUhead.inc52 @echo $(DL)targets for RELEASE=$(RELEASE):$(DL)
53 @echo $(DL)(default) . . . . libs nlms$(DL)
54 @echo $(DL)all . . . . . . . does everything (libs nlms install)$(DL)
55 @echo $(DL)libs. . . . . . . builds all libs$(DL)
56 @echo $(DL)nlms. . . . . . . builds all nlms$(DL)
57 @echo $(DL)install . . . . . builds libs and nlms and copies install files to$(DL)
58 @echo $(DL) "$(INSTALL)"$(DL)
59 @echo $(DL)installdev. . . . copies headers and files needed for development to$(DL)
60 @echo $(DL) "$(INSTALL)"$(DL)
61 @echo
[all...]
/httpd/modules/echo/
H A Dmod_echo.c200 "Run an echo server on this host"),
210 AP_DECLARE_MODULE(echo) = { variable
/httpd/support/
H A Drotatelogs.c65 int echo; member in struct:rotate_config
617 config.echo = 1;
770 if (config.echo) {

Completed in 577 milliseconds