aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-08-29 22:57:01 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-08-29 22:57:01 +0200
commit277c85ef0178eea17d2b0f1f3472b118fd0dd133 (patch)
treeed2d868548d70507951657cf4662b65988fb8842 /Makefile
parente068bba6557d2f26f2e143e67167f848bb87b2a9 (diff)
patches: Bring back copyright headers
JIRA: ARMBAND-301 Change-Id: Ib03abb3bdf36d2471a78e957e068124f4abef239 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43edd22d..7b3b1915 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ fuel-patches-clean:
# Add copyright header to patch files if not already present
.PHONY: patches-copyright
patches-copyright:
- grep -e "Copyright (c)" -L ${A_PATCHES} | while read p_file; do \
+ @grep -e "Copyright (c)" -L ${A_PATCHES} | while read p_file; do \
ptmp=`mktemp` && \
cat armband-patch-copyright.template $$p_file > $$ptmp && \
mv $$ptmp $$p_file; \