X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile;h=4d0784bcc0d7ac15fd61330376c0ab7a2caaaa6c;hb=63046f3d626c8be08c5f471e130bba7dbcef1081;hp=e4bc7d655b5285ab5207b2367daef4f92b528040;hpb=07f74364b1854810f814e81e73822f35b7677318;p=bup.git diff --git a/Makefile b/Makefile index e4bc7d6..4d0784b 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ current_sampledata := t/sampledata/var/rev/v$(sampledata_rev) os := $(shell ($(pf); uname | sed 's/[-_].*//') $(isok)) os := $(call shout,$(os),Unable to determine OS) -CFLAGS := -Wall -Werror=format=2 -O2 -Werror -Wno-unknown-pragmas $(CFLAGS) +CFLAGS := -Wall -Wformat=2 -O2 -Werror -Wno-unknown-pragmas $(CFLAGS) CFLAGS := -D_FILE_OFFSET_BITS=64 $(PYINCLUDE) $(CFLAGS) SOEXT:=.so @@ -143,9 +143,6 @@ install: all $(INSTALL) -pm 0644 lib/bup/source_info.py $(dest_libdir)/bup/; \ fi - - $(INSTALL) -pm 0644 lib/bup/checkout_info.py $(dest_libdir)/bup/; \ - config/config.h: config/config.vars lib/bup/_helpers$(SOEXT): \