changeset 3465:6edbd1d19cf7

use makeflags
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Thu, 10 May 2007 02:32:27 -0300
parents e65e6000f5eb
children 62a7d614e835
files gub/specs/git.py
diffstat 1 files changed, 5 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/git.py	Thu May 10 02:29:04 2007 -0300
+++ b/gub/specs/git.py	Thu May 10 02:32:27 2007 -0300
@@ -74,13 +74,8 @@
                         ],
                        '%(builddir)s/Makefile')
 
-    def compile_command (self):
-        return (targetpackage.TargetBuildSpec.compile_command (self)
-                + ' uname_S=MINGW'
-                + ' SHELL_PATH=/bin/sh')
-
-    def install_command (self):
-        return (targetpackage.TargetBuildSpec.install_command (self)
-                + ' uname_S=MINGW'
-                + ' SHELL_PATH=/bin/sh')
-
+    def makeflags (self):
+        return (' uname_S=MINGW'
+                + ' SHELL_PATH=/bin/sh'
+                + ' PERL_PATH=/bin/perl')
+