Skip to content
Snippets Groups Projects
Commit 84006e4c authored by christian's avatar christian
Browse files

supressed double output in patchall

parent 2a2ce0d1
Branches
Tags
No related merge requests found
...@@ -81,7 +81,7 @@ endef ...@@ -81,7 +81,7 @@ endef
#applies all patches in $1 to target directory $2 #applies all patches in $1 to target directory $2
define patch_all = define patch_all =
$(foreach p,$(wildcard $1/*),echo "Applying \"$1\" to \"$2\":" && \ $(foreach p,$(wildcard $1/*),@echo "Applying \"$1\" to \"$2\":" && \
cat "$p" | patch -d"$2" -p1 && echo "done." && ) true cat "$p" | patch -d"$2" -p1 && echo "done." && ) true
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment