Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/contrib/djgpp/
DMakefile78 echo $(DESTDIR)/bin/$(EXE) >> .footprint
82 echo $(DESTDIR)/$$T >> .footprint; \
87 echo $(DESTDIR)/include/`basename -a $$T` >> .footprint; \
97 @echo "PWD="$(PWD)
98 @echo "VERSION="$(VERSION)
99 @echo "RELEASE="$(RELEASE)
100 @echo "LIBVER_MAJOR="$(LIBVER_MAJOR)
101 @echo "LIBVER_MINOR="$(LIBVER_MINOR)
102 @echo "LIBVER_PATCH="$(LIBVER_PATCH)
103 @echo "LIBVER="$(LIBVER)
[all …]
/lz4-3.4.0-2.7.6/
Dappveyor.yml24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
40 - ECHO *** &&
41 ECHO Building %COMPILER% %PLATFORM% %CONFIGURATION% &&
42 ECHO ***
46 echo ----- &&
48 echo ----- &&
86 ECHO *** &&
87 ECHO *** Building Visual Studio 2010 %PLATFORM%\%CONFIGURATION% &&
88 ECHO *** &&
90 ECHO *** &&
[all …]
DMakefile87 @echo Cleaning completed
181 @echo "\n ---- test lz4 with $(CC) compiler ----"
/lz4-3.4.0-2.7.6/ossfuzz/
Dossfuzz.sh9 echo "CC: $CC"
10 echo "CXX: $CXX"
11 echo "LIB_FUZZING_ENGINE: $LIB_FUZZING_ENGINE"
12 echo "CFLAGS: $CFLAGS"
13 echo "CXXFLAGS: $CXXFLAGS"
14 echo "OUT: $OUT"
Dtravisoss.sh10 echo "Could not find the lz4 project in ossfuzz"
/lz4-3.4.0-2.7.6/tests/
Dtest_custom_block_sizes.sh16 echo Testing -B31
21 echo Testing -B$blocksize
30 echo Testing -B$blocksize
39 echo Testing -B$blocksize
48 echo Testing -B$blocksize
57 echo Testing -B$blocksize
67 echo ---- All tests passed
70 echo ---- The following tests had failures: $failures
Dtest_install.sh15 lower=$(echo $upper | tr '[:upper:]' '[:lower:]')
18 echo $make $cmd DESTDIR="$tmp_upper" $upper="test"
20 echo $make $cmd DESTDIR="$tmp_lower" $lower="test"
22 command diff -r "$tmp_lower" "$tmp_upper" && echo "SAME!" || false
24 test -z "$(find "$tmp_lower" -type f)" && echo "EMPTY!" || false
DMakefile129 @echo Cleaning completed
186 @echo "\n ---- test sparse file support ----"
203 @echo "\n Compatibility with Console :"
204 echo "Hello World 1 !" | $(LZ4) | $(LZ4) -d -c
205 echo "Hello World 2 !" | $(LZ4) | $(LZ4) -d | $(CAT)
206 echo "Hello World 3 !" | $(LZ4) --no-frame-crc | $(LZ4) -d -c
207 @echo "\n Compatibility with Append :"
218 @echo "\n ---- test original size support ----"
235 @echo "\n ---- test frame concatenation ----"
236 @echo -n > tmp-lfc-empty
[all …]
/lz4-3.4.0-2.7.6/lib/
DMakefile41 LIBVER_MAJOR := $(shell echo $(LIBVER_MAJOR_SCRIPT))
42 LIBVER_MINOR := $(shell echo $(LIBVER_MINOR_SCRIPT))
43 LIBVER_PATCH := $(shell echo $(LIBVER_PATCH_SCRIPT))
44 LIBVER := $(shell echo $(LIBVER_SCRIPT))
97 @echo compiling static library
104 @echo creating library resource
115 @echo compiling dynamic library $(LIBVER)
121 @echo compiling dynamic library $(LIBVER)
123 @echo creating versioned links
139 @echo Cleaning library completed
[all …]
/lz4-3.4.0-2.7.6/examples/
DMakefile80 @echo "\n=== Print Version ==="
82 @echo "\n=== Simple compression example ==="
84 @echo "\n=== Double-buffer ==="
86 @echo "\n=== Ring Buffer ==="
88 @echo "\n=== Ring Buffer + LZ4 HC ==="
90 @echo "\n=== Compress line by line ==="
92 @echo "\n=== Dictionary Random Access ==="
94 @echo "\n=== Frame compression ==="
103 @echo Cleaning completed
Dcompress_functions.c277 …run_screaming("Failed to compress src using LZ4_compress_fast. echo $? for return code.", bytes_r… in main()
287 …run_screaming("Failed to compress src using LZ4_compress_fast_extState. echo $? for return code."… in main()
307 …run_screaming("Failed to compress src using LZ4_compress_generic. echo $? for return code.", byte… in main()
Dsimple_buffer.c85 …s_safe indicates a failure trying to decompress the data. See exit code (echo $?) for value retur… in main()
/lz4-3.4.0-2.7.6/programs/
DMakefile40 LIBVER_MAJOR := $(shell echo $(LIBVER_MAJOR_SCRIPT))
41 LIBVER_MINOR := $(shell echo $(LIBVER_MINOR_SCRIPT))
42 LIBVER_PATCH := $(shell echo $(LIBVER_PATCH_SCRIPT))
43 LIBVER := $(shell echo $(LIBVER_SCRIPT))
75 @echo creating executable resource
102 …@echo WARNING: $@ must link to an extended variant of the dynamic library which also exposes unsta…
135 @echo Cleaning completed
167 @echo Installing binaries
173 @echo Installing man pages
178 @echo lz4 installation completed
[all …]
/lz4-3.4.0-2.7.6/contrib/gen_manual/
DMakefile46 LZ4VER := $(shell echo $(LIBVER_SCRIPT))
63 echo "Update lz4 manual in /doc"
67 echo "Update lz4frame manual in /doc"
76 @echo Cleaning completed
Dgen-lz4-manual.sh8 echo LZ4_VERSION=$LIBVER_SCRIPT
/lz4-3.4.0-2.7.6/lib/dll/example/
DMakefile63 @echo Cleaning completed