1
0
mirror of synced 2026-02-14 19:26:04 +00:00

2006-06-15 07:42:59 by steve

Source common.sh from the parent directory if the global installation
 isn't found.
  This allows "make test" to succeed *before* the tools are installed.
This commit is contained in:
steve
2006-06-15 07:42:59 +00:00
parent 28eb33e98d
commit c1e4d3531b
23 changed files with 46 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -15,6 +15,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -18,6 +18,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -15,6 +15,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -17,6 +17,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -17,6 +17,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -13,6 +13,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -15,6 +15,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -16,6 +16,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -19,6 +19,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -14,6 +14,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -14,6 +14,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -15,6 +15,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -15,6 +15,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -18,6 +18,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -15,6 +15,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -17,6 +17,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -16,6 +16,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -13,6 +13,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -18,6 +18,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -21,6 +21,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -19,6 +19,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi

View File

@@ -15,6 +15,8 @@ prefix=$1
#
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
else
. ../common.sh
fi