15 lines
601 B
Diff
15 lines
601 B
Diff
--- a/Makefile 2016-05-25 16:57:27.966465927 +0200
|
|
+++ b/Makefile 2016-05-25 16:57:32.091465618 +0200
|
|
@@ -39,8 +39,8 @@ else
|
|
test_tmp := $(CURDIR)/test/tmp
|
|
endif
|
|
|
|
-initial_setup := $(shell dev/update-checkout-info lib/bup/checkout_info.py $(isok))
|
|
-initial_setup := $(call shout,$(initial_setup),update-checkout-info failed))
|
|
+#initial_setup := $(shell dev/update-checkout-info lib/bup/checkout_info.py $(isok))
|
|
+#initial_setup := $(call shout,$(initial_setup),update-checkout-info failed))
|
|
|
|
config/config.vars: \
|
|
configure config/configure config/configure.inc \
|
|
$(wildcard config/*.in)
|