1
0
зеркало из https://git.tukaani.org/xz.git synced 2025-10-20 16:13:31 +00:00

Build: Fix "make check" on Windows.

Этот коммит содержится в:
Lasse Collin 2011-09-06 12:03:41 +03:00
родитель 0f25758459
Коммит 4052f36053
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -43,8 +43,11 @@ TESTS = \
test_block_header \
test_index \
test_files.sh \
test_compress.sh \
test_scripts.sh
test_compress.sh
if COND_SCRIPTS
TESTS += test_scripts.sh
endif
clean-local:
-rm -f compress_generated_*

Просмотреть файл

@ -77,6 +77,7 @@ buildit()
./configure \
--prefix= \
--disable-nls \
--disable-scripts \
--disable-threads \
--disable-shared \
--enable-small \
@ -97,6 +98,7 @@ buildit()
./configure \
--prefix= \
--disable-nls \
--disable-scripts \
--disable-threads \
--build="$BUILD" \
CFLAGS="$CFLAGS -O2"