You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/02/13 05:41:34 UTC

svn commit: r743983 - /gump/trunk/python/gump/core/run/gumpenv.py

Author: bodewig
Date: Fri Feb 13 04:41:33 2009
New Revision: 743983

URL: http://svn.apache.org/viewvc?rev=743983&view=rev
Log:
Solaris' make doens't like --help either, so we can use --version as well.

Modified:
    gump/trunk/python/gump/core/run/gumpenv.py

Modified: gump/trunk/python/gump/core/run/gumpenv.py
URL: http://svn.apache.org/viewvc/gump/trunk/python/gump/core/run/gumpenv.py?rev=743983&r1=743982&r2=743983&view=diff
==============================================================================
--- gump/trunk/python/gump/core/run/gumpenv.py (original)
+++ gump/trunk/python/gump/core/run/gumpenv.py Fri Feb 13 04:41:33 2009
@@ -182,8 +182,7 @@
 
         self.noMono = self._checkWithDashVersion('mono', "no Mono runtime")
 
-        self.noMake = self._checkWithDashVersion('make', "no make builds",
-                                                 "--help")
+        self.noMake = self._checkWithDashVersion('make', "no make builds")
        
         self.noGit = self._checkWithDashVersion('git',
                                                 'no git repository updates')