861ac185a6
```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 ```
22 lines
798 B
Diff
22 lines
798 B
Diff
--- a/Makefile 2016-10-05 08:28:54.631977409 +0200
|
|
+++ b/Makefile 2016-10-05 08:29:11.588976745 +0200
|
|
@@ -40,7 +40,7 @@ CFLAGS_OPT=-pipe $(WARN) $(DEFINE) $(OPT
|
|
#CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall
|
|
|
|
ent: ent.c haveuint128.h
|
|
- $(CC) -g -o ent ent.c -I.
|
|
+ cc -g -o ent ent.c -I.
|
|
|
|
# CFLAGS += -fstrict-aliasing -Wstrict-aliasing=2
|
|
|
|
--- a/GNUmakefile 2016-10-05 09:02:43.606897920 +0200
|
|
+++ b/GNUmakefile 2016-10-05 09:02:54.656897487 +0200
|
|
@@ -39,7 +39,7 @@ CFLAGS_OPT=-pipe $(WARN) $(DEFINE) $(OPT
|
|
#CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall
|
|
|
|
ent: ent.c haveuint128.h
|
|
- $(CC) -g -o ent ent.c -I.
|
|
+ cc -g -o ent ent.c -I.
|
|
|
|
# CFLAGS += -fstrict-aliasing -Wstrict-aliasing=2
|
|
|