c6ce65d3d0
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
14 lines
601 B
Diff
14 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)
|