[gtk-osx] Change the naked ; to cd .; in the berkeleydb modules.
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-osx] Change the naked ; to cd .; in the berkeleydb modules.
- Date: Sun, 23 Nov 2014 03:14:19 +0000 (UTC)
commit 10f11503f3b1ca80f4466347eaea1b0dfac859e7
Author: John Ralls <jralls ceridwen us>
Date: Sat Nov 22 19:12:37 2014 -0800
Change the naked ; to cd .; in the berkeleydb modules.
Newer versions of jhbuild objected to the leading ;.
modulesets-stable/gtk-osx-python.modules | 2 +-
modulesets-unstable/gtk-osx-python.modules | 4 ++--
modulesets/gtk-osx-python.modules | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-python.modules b/modulesets-stable/gtk-osx-python.modules
index a14f823..829a470 100644
--- a/modulesets-stable/gtk-osx-python.modules
+++ b/modulesets-stable/gtk-osx-python.modules
@@ -44,7 +44,7 @@
<!--Note the leading ; in autogen-template. It's there on purpose in case the user has set nice_build so
that the nice prepended to the command doesn't eat the cd. -->
<autotools id="berkeleydb" autogen-sh="configure"
supports-non-srcdir-builds="no" makeargs="-C build_unix"
- autogen-template=";cd build_unix; ../dist/%(autogen-sh)s --prefix %(prefix)s %(autogenargs)s"
+ autogen-template="cd .;cd build_unix; ../dist/%(autogen-sh)s --prefix %(prefix)s
%(autogenargs)s"
makeinstallargs="-C build_unix install">
<branch module="berkeley-db/db-4.8.30.NC.tar.gz" version="4.8.30"
diff --git a/modulesets-unstable/gtk-osx-python.modules b/modulesets-unstable/gtk-osx-python.modules
index 8eff596..ec522e4 100644
--- a/modulesets-unstable/gtk-osx-python.modules
+++ b/modulesets-unstable/gtk-osx-python.modules
@@ -33,7 +33,7 @@
<!--Note the leading ; in autogen-template. It's there on purpose in case the user has set nice_build so
that the nice prepended to the command doesn't eat the cd. -->
<autotools id="berkeleydb4.8" autogen-sh="dist/configure"
- autogen-template=";cd build_unix; ../%(autogen-sh)s --prefix %(prefix)s %(autogenargs)s"
makeargs="-C build_unix"
+ autogen-template="cd .;cd build_unix; ../%(autogen-sh)s --prefix %(prefix)s %(autogenargs)s"
makeargs="-C build_unix"
makeinstallargs="-C build_unix install"
supports-non-srcdir-builds="no">
@@ -57,7 +57,7 @@
<!--Note the leading ; in autogen-template. It's there on purpose in case the user has set nice_build so
that the nice prepended to the command doesn't eat the cd. -->
<autotools id="berkeleydb5.0" autogen-sh="dist/configure"
- autogen-template=";cd build_unix; ../%(autogen-sh)s --prefix %(prefix)s %(autogenargs)s"
makeargs="-C build_unix"
+ autogen-template="cd .;cd build_unix; ../%(autogen-sh)s --prefix %(prefix)s %(autogenargs)s"
makeargs="-C build_unix"
makeinstallargs="-C build_unix install"
supports-non-srcdir-builds="no">
diff --git a/modulesets/gtk-osx-python.modules b/modulesets/gtk-osx-python.modules
index 7e26aab..c291ead 100644
--- a/modulesets/gtk-osx-python.modules
+++ b/modulesets/gtk-osx-python.modules
@@ -37,7 +37,7 @@
<!--Note the leading ; in autogen-template. It's there on purpose in case the user has set nice_build so
that the nice prepended to the command doesn't eat the cd. -->
<autotools id="berkeleydb" autogen-sh="dist/configure"
- autogen-template=";cd .;cd build_unix; ../%(autogen-sh)s --prefix %(prefix)s %(autogenargs)s"
makeargs="-C build_unix"
+ autogen-template="cd .;cd build_unix; ../%(autogen-sh)s --prefix %(prefix)s %(autogenargs)s"
makeargs="-C build_unix"
makeinstallargs="-C build_unix install">
<branch module="berkeley-db/db-4.8.30.NC.tar.gz" version="4.8.30"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]