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