[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [emerge] bin/BuildSystem: use mingw32-make again for all mingw
From:       Patrick von Reth <patrick.vonreth () gmail ! com>
Date:       2012-03-15 9:30:42
Message-ID: 20120315093042.EB1ECA60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 5313f4752d2814eb9cccdbc89bcff243d0130734 by Patrick von Reth.
Committed on 15/03/2012 at 10:30.
Pushed by vonreth into branch 'master'.

use mingw32-make again for all mingw

M  +1    -3    bin/BuildSystem/BuildSystemBase.py

http://commits.kde.org/emerge/5313f4752d2814eb9cccdbc89bcff243d0130734

diff --git a/bin/BuildSystem/BuildSystemBase.py b/bin/BuildSystem/BuildSyst=
emBase.py
index 164fc90..a8a5538 100644
--- a/bin/BuildSystem/BuildSystemBase.py
+++ b/bin/BuildSystem/BuildSystemBase.py
@@ -36,9 +36,7 @@ class BuildSystemBase(EmergeBase):
                 del os.environ["MAKE"]
         if compiler.isMSVC():
             return "nmake /NOLOGO"
-        elif compiler.isMinGW_WXX():
-            return "gmake"
-        elif compiler.isMinGW32():
+        elif compiler.isMinGW():
             return "mingw32-make"
         else:
             utils.die( "unknown %s compiler" % self.compiler() )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic