Skip to Content.
Sympa Menu

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

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 (6aa4f662bc53abad41c33aceff446d932965d0a4)
  • Date: Sun, 6 Jul 2014 23:58:55 -0500

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

utils/xen/BUILD | 1 +
utils/xen/HISTORY | 3 +++
utils/xen/PRE_BUILD | 9 +--------
3 files changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 6aa4f662bc53abad41c33aceff446d932965d0a4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xen: Run the configure script, it runs subdirs in turn

diff --git a/utils/xen/BUILD b/utils/xen/BUILD
index e930828..69e3147 100755
--- a/utils/xen/BUILD
+++ b/utils/xen/BUILD
@@ -2,6 +2,7 @@ unset LDFLAGS &&
unset CFLAGS &&

cd "$SOURCE_DIRECTORY" &&
+./configure --prefix=${INSTALL_ROOT}/usr $OPTS &&
make xen tools &&

if [[ $XEN_STUBDOM == y ]]; then
diff --git a/utils/xen/HISTORY b/utils/xen/HISTORY
index 64c68a7..3e4790e 100644
--- a/utils/xen/HISTORY
+++ b/utils/xen/HISTORY
@@ -1,3 +1,6 @@
+2014-07-07 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, PRE_BUILD: Run the configure script, it runs subdirs in turn
+
2014-07-06 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 4.4.0
* PRE_BUILD: Run the subdirs' configure scripts
diff --git a/utils/xen/PRE_BUILD b/utils/xen/PRE_BUILD
index 0e34e87..c7f9a4a 100755
--- a/utils/xen/PRE_BUILD
+++ b/utils/xen/PRE_BUILD
@@ -5,11 +5,4 @@ if [[ $XEN_UPINIT != y ]]; then
sedit "s:all install-initd:all:" tools/hotplug/Linux/Makefile
fi &&

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



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

Archive powered by MHonArc 2.6.24.

Top of Page