Kaydet (Commit) efed9a75 authored tarafından Miklos Vajna's avatar Miklos Vajna

gbuild-to-ideNS: stop printing multi-target warning

gbuild-to-ide stopped doing so in commit
2a4b291d (gbuild-to-ide GbuildParser
cleaned, 2017-01-14), be consistent.

Change-Id: I307fb2919bf2ace57cd65f81d410d231d3636b80
üst ea92b7cc
......@@ -199,10 +199,6 @@ class GbuildParser:
if path not in self.target_by_path:
self.target_by_path[path] = set()
self.target_by_path[path] |= set([target])
for path in self.target_by_path:
if len(set(self.target_by_path[path])) > 1:
print('fdo#70422: multiple target use dir %s: %s' % (
path, ', '.join([target.short_name() for target in set(self.target_by_path[path])])))
for location in self.target_by_location:
self.modulenamelist.append(os.path.split(location)[1])
return self
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment