[Libreoffice-commits] core.git: bin/gbuild-to-ideNS

Miklos Vajna vmiklos at collabora.co.uk
Fri Feb 10 07:12:09 UTC 2017


 bin/gbuild-to-ideNS |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit efed9a7585c7a2387f9c745910af071809342f46
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Feb 10 08:10:27 2017 +0100

    gbuild-to-ideNS: stop printing multi-target warning
    
    gbuild-to-ide stopped doing so in commit
    2a4b291d3bfb378776388f67670d877c658fce47 (gbuild-to-ide GbuildParser
    cleaned, 2017-01-14), be consistent.
    
    Change-Id: I307fb2919bf2ace57cd65f81d410d231d3636b80

diff --git a/bin/gbuild-to-ideNS b/bin/gbuild-to-ideNS
index 7de2fb4..7fee5a4 100755
--- a/bin/gbuild-to-ideNS
+++ b/bin/gbuild-to-ideNS
@@ -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


More information about the Libreoffice-commits mailing list