[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/check: Add files missing from 24205:5c88358164cc
# HG changeset patch # User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> # Date 1322161225 0 # Node ID 05dd94652d8dbe1d7d0232328bea50fefaad57a9 # Parent 5c88358164cceac7bfc1662604bff60560bccde0 tools/check: Add files missing from 24205:5c88358164cc Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 5c88358164cc -r 05dd94652d8d tools/check/check_libaio_devel --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/check/check_libaio_devel Thu Nov 24 19:00:25 2011 +0000 @@ -0,0 +1,11 @@ +#!/bin/sh +# CHECK-BUILD + +. ./funcs.sh + +if [ X${CONFIG_SYSTEM_LIBAIO} != X"y" ] ; then + exit 0 +fi +if ! has_header libaio.h ; then + fail "can't find libaio headers, install libaio devel package or set CONFIG_SYSTEM_LIBAIO=n" +fi diff -r 5c88358164cc -r 05dd94652d8d tools/check/check_libaio_lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/check/check_libaio_lib Thu Nov 24 19:00:25 2011 +0000 @@ -0,0 +1,9 @@ +#!/bin/sh +# CHECK-BUILD CHECK-INSTALL + +. ./funcs.sh + +if [ X${CONFIG_SYSTEM_LIBAIO} != X"y" ] ; then + exit 0 +fi +has_lib libaio.so || fail "can't find libaio" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |