diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-29 22:57:01 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-29 22:57:01 +0200 |
commit | 277c85ef0178eea17d2b0f1f3472b118fd0dd133 (patch) | |
tree | ed2d868548d70507951657cf4662b65988fb8842 /Makefile | |
parent | e068bba6557d2f26f2e143e67167f848bb87b2a9 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |