diff --git a/Makefile b/Makefile index 2aaa3efe668b01880ae33703bed1aa8867aa8862..c6754315b7b3410c725bec958f9ec4591d057fd7 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ endef #applies all patches in $1 to target directory $2 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 endef