Home
last modified time | relevance | path

Searched full:echo (Results 1 – 25 of 46) sorted by relevance

12

/civetweb-2.7.6/src/third_party/lua-5.1.5/
DMakefile75 @echo "Please do"
76 @echo " make PLATFORM"
77 @echo "where PLATFORM is one of these:"
78 @echo " $(PLATS)"
79 @echo "See INSTALL for complete instructions."
84 # echo config parameters
85 echo: target
86 @echo ""
87 @echo "These are the parameters currently set in src/Makefile to build Lua $R:"
88 @echo ""
[all …]
/civetweb-2.7.6/
DMakefile222 @echo "make help show this message"
223 @echo "make build compile"
224 @echo "make install install on the system"
225 @echo "make clean clean up the mess"
226 @echo "make install-headers install headers"
227 @echo "make lib build a static library"
228 @echo "make install-lib install the static library"
229 @echo "make slib build a shared library"
230 @echo "make install-slib install the shared library"
231 @echo "make unit_test build unit tests executable"
[all …]
Dmingw.cmd138 @echo.%compiler_path%
180 @echo !arch!^|!version!^|!threading!^|!exceptions!^|!revision!^|!url!>> "%repository_path%"
608 @for %%a in (%*) do @echo.%%~a
609 @echo.
610 @echo.build [/?][/v[v...]^|/q][/version][/arch a][/threading t]
611 @echo. [/exceptions e][/revision r] location
612 @echo.
613 @echo. /version v The version of MinGW to download
614 @echo. /arch a The target architecture [i686^|x86_64]
615 @echo. /threading t
[all …]
Dbuild.cmd145 @for %%a in (%*) do @echo.%%~a
146 @echo.
147 @echo.build [/?][/v[v...]^|/q][MinGW^|MSVC]
148 @echo.
149 @echo. [MinGW^|(MSVC)]
150 @echo. Builds the library with one of the compilers
151 @echo. /s Builds shared libraries
152 @echo. /d Builds a debug variant of the project
153 @echo. /v Sets the output to be more verbose
154 @echo. /v[v...] Extra verbosity, /vv, /vvv, etc
[all …]
Dappveyor.yml403 - echo "Test returned %test_ret%"
405 - echo "Show all test logs:"
407 echo %%i
411 echo %%i
420 - echo "Test script DONE"
423 - echo "Current directory:"
429 - echo "Output directory:"
431 - echo "Build directory:"
433 - if "%build_type%"=="Release" (echo "Install directory:")
440 - echo "Dist directory:"
/civetweb-2.7.6/src/third_party/lua-5.2.4/
DMakefile77 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:"
78 @echo " $(PLATS)"
79 @echo "See doc/readme.html for complete instructions."
84 # echo config parameters
85 echo: target
86 @cd src && $(MAKE) -s echo
87 @echo "PLAT= $(PLAT)"
88 @echo "V= $V"
89 @echo "R= $R"
90 @echo "TO_BIN= $(TO_BIN)"
[all …]
/civetweb-2.7.6/src/third_party/lua-5.3.5/
DMakefile77 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:"
78 @echo " $(PLATS)"
79 @echo "See doc/readme.html for complete instructions."
84 # echo config parameters
85 echo: target
86 @cd src && $(MAKE) -s echo
87 @echo "PLAT= $(PLAT)"
88 @echo "V= $V"
89 @echo "R= $R"
90 @echo "TO_BIN= $(TO_BIN)"
[all …]
/civetweb-2.7.6/test/
DMakefileTest.mk23 @echo PASSED
26 @echo "================"
30 @echo "================"
33 @echo "================"
36 @echo "================"
39 @echo "================"
42 @echo "================"
45 @echo "================"
48 @echo "================"
53 @echo "================"
[all …]
Dwindows.cgi.cmd1 @echo off
2 @rem echo HTTP/1.1 200 OK -- sent by framework
3 echo Connection: close
4 echo.
5 echo CGI test:
6 echo.
Dhello.cgi3 echo "Content-Type: text/plain"
4 echo
6 echo "Query string:"
7 echo $QUERY_STRING
Ddelayed.cgi5 echo "Content-Type: text/plain"
9 echo
13 echo "Query string:"
17 echo $QUERY_STRING
Dlinux_stderr.cgi6 echo "This is a shell script called by CGI"
10 echo "Write $number to stdout"
11 echo "Write $number to stderr" 1>&2
14 echo "done"
Dwindows_fail_silent.cgi.cmd1 @echo off
2 echo not a complete header
3 echo and nothing sent to stderr
Dwindows_fail.cgi.cmd1 @echo off
2 echo Some error sent to stderr 1>&2
Dlinux_fail_silent.cgi3 echo not a complete header
4 echo and nothing sent to stderr
Dbad.cgi3 echo "echoing bad headers: server must report status 500"
5 echo "Bad CGI script (for test)"
/civetweb-2.7.6/resources/
Dcoverity_check.sh6 echo "Building files for coverity check ..."
8 echo "Run this script from the root directory of project!" 1>&2
9 echo "username@hostname:/somewhere/civetweb$ ./resources/coverity_check.sh" 1>&2
43 echo
47 echo "... done"
48 echo
49 echo "submit to https://scan.coverity.com/projects/bel2125-civetweb"
50 echo
51 echo "last commit was"
53 echo
[all …]
/civetweb-2.7.6/resources/cert/
Dmake_certs.bat1 @echo off
16 echo Requesting administrative privileges...
21 echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
23 echo UAC.ShellExecute "cmd.exe", "/c ""%~s0"" %params%", "", "runas", 1 >> "%temp%\getadmin.vbs"
44 echo [ v3_ca ] > server.ext.txt
45 echo [ req ] >> server.ext.txt
46 echo req_extensions = my_extensions >> server.ext.txt
47 echo [ my_extensions ] >> server.ext.txt
48 echo extendedKeyUsage=serverAuth >> server.ext.txt
49 echo crlDistributionPoints=URI:http://localhost/crl.pem >> server.ext.txt
Dmake_certs.sh4 echo "Generating client certificate ..."
21 echo "Generating first server certificate ..."
37 echo "First server certificate hash for Public-Key-Pins header:"
43 echo "Generating backup server certificate ..."
59 echo "Backup server certificate hash for Public-Key-Pins header:"
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
DMakefile74 echo: target
75 @echo "PLAT= $(PLAT)"
76 @echo "CC= $(CC)"
77 @echo "CFLAGS= $(CFLAGS)"
78 @echo "LDFLAGS= $(SYSLDFLAGS)"
79 @echo "LIBS= $(LIBS)"
80 @echo "AR= $(AR)"
81 @echo "RANLIB= $(RANLIB)"
82 @echo "RM= $(RM)"
88 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:"
[all …]
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
DMakefile66 echo: target
67 @echo "PLAT = $(PLAT)"
68 @echo "CC = $(CC)"
69 @echo "CFLAGS = $(CFLAGS)"
70 @echo "AR = $(AR)"
71 @echo "RANLIB = $(RANLIB)"
72 @echo "RM = $(RM)"
73 @echo "MYCFLAGS = $(MYCFLAGS)"
74 @echo "MYLDFLAGS = $(MYLDFLAGS)"
75 @echo "MYLIBS = $(MYLIBS)"
[all …]
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
DMakefile74 echo: target
75 @echo "PLAT= $(PLAT)"
76 @echo "CC= $(CC)"
77 @echo "CFLAGS= $(CFLAGS)"
78 @echo "LDFLAGS= $(SYSLDFLAGS)"
79 @echo "LIBS= $(LIBS)"
80 @echo "AR= $(AR)"
81 @echo "RANLIB= $(RANLIB)"
82 @echo "RM= $(RM)"
88 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:"
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/
DMakefile.eventloop6 @echo "NOTE: The eventloop is example is intended to be used on Linux"
7 @echo " or other common UNIX variants. It is not fully portable."
8 @echo ""
20 @echo ""
21 @echo "NOTE: You must 'cd examples/eventloop' before you execute the"
22 @echo " eventloop binary: it relies on finding .js files in CWD"
/civetweb-2.7.6/src/third_party/duktape-1.8.0/
DMakefile.eventloop6 @echo "NOTE: The eventloop is example is intended to be used on Linux"
7 @echo " or other common UNIX variants. It is not fully portable."
8 @echo ""
20 @echo ""
21 @echo "NOTE: You must 'cd examples/eventloop' before you execute the"
22 @echo " eventloop binary: it relies on finding .js files in CWD"
/civetweb-2.7.6/test/ajax/
Decho.cgi3 echo "Content-Type: text/plain; charset=utf-8"
4 echo "Connection: close"
5 echo "Cache-Control: no-cache"
6 echo ""
8 echo "{}"

12