Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9afd09aa8f5e05f7e87441983e6635920ef67f3f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9afd09aa8f5e05f7e87441983e6635920ef67f3f)
  • Date: Sun, 6 Jul 2014 21:36:31 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/xen/DETAILS | 2 +-
utils/xen/HISTORY | 4 ++++
utils/xen/PRE_BUILD | 9 ++++++++-
3 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 9afd09aa8f5e05f7e87441983e6635920ef67f3f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xen 4.4.0

diff --git a/utils/xen/DETAILS b/utils/xen/DETAILS
index 4d2729c..7b0c90e 100755
--- a/utils/xen/DETAILS
+++ b/utils/xen/DETAILS
@@ -1,5 +1,5 @@
SPELL=xen
- VERSION=4.1.6.1
+ VERSION=4.4.0
SECURITY_PATCH=9
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=$SOURCE.sig
diff --git a/utils/xen/HISTORY b/utils/xen/HISTORY
index 587916a..64c68a7 100644
--- a/utils/xen/HISTORY
+++ b/utils/xen/HISTORY
@@ -1,3 +1,7 @@
+2014-07-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 4.4.0
+ * PRE_BUILD: Run the subdirs' configure scripts
+
2013-10-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.1.6.1; SECURITY_PATCH++

diff --git a/utils/xen/PRE_BUILD b/utils/xen/PRE_BUILD
index c7f9a4a..0e34e87 100755
--- a/utils/xen/PRE_BUILD
+++ b/utils/xen/PRE_BUILD
@@ -5,4 +5,11 @@ if [[ $XEN_UPINIT != y ]]; then
sedit "s:all install-initd:all:" tools/hotplug/Linux/Makefile
fi &&

-sedit 's/lib64/lib/' config/StdGNU.mk
+sedit 's/lib64/lib/' config/StdGNU.mk &&
+
+# Configure subdirectories
+for i in tools stubdom; do
+ cd "$i" &&
+ ./configure $OPTS &&
+ cd .. || break
+done



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9afd09aa8f5e05f7e87441983e6635920ef67f3f), Ismael Luceno, 07/06/2014

Archive powered by MHonArc 2.6.24.

Top of Page