From 84006e4c0852b8a8717eac8dcc9b689a3342328c Mon Sep 17 00:00:00 2001 From: christian <christian.steinhaus@rwth-aachen.de> Date: Thu, 12 Mar 2015 22:30:08 +0100 Subject: [PATCH] supressed double output in patchall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2aaa3ef..c675431 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 -- GitLab