patchupdate.py: Silence output of some Makefile code related to patchlist.

This commit is contained in:
Sebastian Lackner
2014-07-26 21:33:17 +02:00
parent 77ae2f5dfe
commit b6e1475678
2 changed files with 26 additions and 26 deletions

View File

@ -403,7 +403,7 @@ def generate_makefile(all_patches, fp):
# Create *.ok file (used to generate patchlist)
if len(patch.authors):
fp.write("\t( \\\n")
fp.write("\t@( \\\n")
for info in patch.authors:
if not info.subject: continue
s = info.subject.replace("\\", "\\\\\\\\").replace("\"", "\\\\\"")