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

Miklos Vajna vmiklos at collabora.co.uk
Mon Feb 20 16:20:51 UTC 2017


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

New commits:
commit 6fbce0cb340448dc0074ff2462babc657da46056
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Feb 20 17:19:54 2017 +0100

    gbuild-to-ideNS: stop printing multi-target warning, again
    
    This restores commit efed9a7585c7a2387f9c745910af071809342f46 (gbuild-to-ideNS:
    stop printing multi-target warning, 2017-02-10), reverted in commit
    5382fdaf2d651a393a1caf2e09351c77cb84c753 (Reverted ide generator script.,
    2017-02-20), probably accidentally.
    
    Change-Id: Ibe2afcfe7a0b02dbdeadb6af5d6e677dd984ad0e

diff --git a/bin/gbuild-to-ideNS b/bin/gbuild-to-ideNS
index e18f3bd..703e539 100755
--- a/bin/gbuild-to-ideNS
+++ b/bin/gbuild-to-ideNS
@@ -186,10 +186,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