Might fix Travis build failure. Who knows. Hard to say for
sure about the problems which I can't repeat locally.
probeprereqs ()
{
- if [ "${PLATFORM}" = "xen" ]; then
+ if [ "${PLATFORM}" = "xen" ]; then (
+ . "${RROBJ}/config.sh"
# probe location of Xen headers
found=false
for loc in /usr/pkg/include/xen /usr/include/xen; do
echo '>> The exactly source depends on your system'
echo '>> (e.g. libxen-dev package on some systems)'
die Xen headers not found
- fi
+ fi )
fi
}
EOF
export RUMPRUN_MKCONF="${RROBJ}/config.mk"
- . "${RROBJ}/config.sh"
-
probeprereqs
cat >> ${RUMPTOOLS}/mk.conf << EOF