X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=e522355cf21ba7418ed789149b24a7c0aee43699;hb=6c14d90cecf074255ce522032b107abf961e5e3d;hp=a2a22bf7c8e1875c3e4cdfb3a7effde151577997;hpb=cb7366ef107073d2de753240af2a75facf904588;p=bup.git diff --git a/Makefile b/Makefile index a2a22bf..e522355 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ OS:=$(shell uname | sed 's/[-_].*//') -CFLAGS := -Wall -O2 -Werror $(PYINCLUDE) $(CFLAGS) +CFLAGS := -Wall -O2 -Werror -Wno-unknown-pragmas $(PYINCLUDE) $(CFLAGS) +CFLAGS := -D_FILE_OFFSET_BITS=64 $(CFLAGS) SOEXT:=.so ifeq ($(OS),CYGWIN) @@ -88,6 +89,7 @@ runtests-python: all runtests-cmdline: all test -e t/tmp || mkdir t/tmp + TMPDIR="$(test_tmp)" t/test-fuse.sh TMPDIR="$(test_tmp)" t/test-drecurse.sh TMPDIR="$(test_tmp)" t/test-cat-file.sh TMPDIR="$(test_tmp)" t/test-compression.sh @@ -96,11 +98,14 @@ runtests-cmdline: all TMPDIR="$(test_tmp)" t/test-index-check-device.sh TMPDIR="$(test_tmp)" t/test-ls.sh TMPDIR="$(test_tmp)" t/test-meta.sh + TMPDIR="$(test_tmp)" t/test-on.sh TMPDIR="$(test_tmp)" t/test-restore-map-owner.sh TMPDIR="$(test_tmp)" t/test-restore-single-file.sh TMPDIR="$(test_tmp)" t/test-rm-between-index-and-save.sh + TMPDIR="$(test_tmp)" t/test-sparse-files.sh TMPDIR="$(test_tmp)" t/test-command-without-init-fails.sh TMPDIR="$(test_tmp)" t/test-redundant-saves.sh + TMPDIR="$(test_tmp)" t/test-save-creates-no-unrefs.sh TMPDIR="$(test_tmp)" t/test-save-restore-excludes.sh TMPDIR="$(test_tmp)" t/test-save-strip-graft.sh TMPDIR="$(test_tmp)" t/test-import-rdiff-backup.sh