jhbuild r2139 - in trunk: . jhbuild/modtypes
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2139 - in trunk: . jhbuild/modtypes
- Date: Tue, 17 Jun 2008 22:57:30 +0000 (UTC)
Author: fpeters
Date: Tue Jun 17 22:57:30 2008
New Revision: 2139
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2139&view=rev
Log:
* jhbuild/modtypes/autotools.py: don't use makeargs when running "make
install". (closes: #534643)
Modified:
trunk/ChangeLog
trunk/jhbuild/modtypes/autotools.py
Modified: trunk/jhbuild/modtypes/autotools.py
==============================================================================
--- trunk/jhbuild/modtypes/autotools.py (original)
+++ trunk/jhbuild/modtypes/autotools.py Tue Jun 17 22:57:30 2008
@@ -241,7 +241,7 @@
if self.makeinstallargs:
cmd = '%s %s' % (os.environ.get('MAKE', 'make'), self.makeinstallargs)
else:
- cmd = '%s %s install' % (os.environ.get('MAKE', 'make'), self.makeargs)
+ cmd = '%s install' % os.environ.get('MAKE', 'make')
buildscript.execute(cmd, cwd = self.get_builddir(buildscript),
extra_env = self.extra_env)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]