From: Jens Axboe Date: Thu, 24 Jan 2013 22:38:37 +0000 (-0700) Subject: Drop EXTFLAG and lib references X-Git-Tag: fio-2.0.14~76 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0ac5d398d9343ffba60821924fe0c386aee545b4;p=fio.git Drop EXTFLAG and lib references They are picked up automatically now. Signed-off-by: Jens Axboe --- diff --git a/engines/guasi.c b/engines/guasi.c index 6faae8d0..c9c74295 100644 --- a/engines/guasi.c +++ b/engines/guasi.c @@ -3,12 +3,7 @@ * * IO engine using the GUASI library. * - * This is currently disabled. To enable it, execute: - * - * $ export EXTFLAGS="-DFIO_HAVE_GUASI" - * $ export EXTLIBS="-lguasi" - * - * before running make. You'll need the GUASI lib as well: + * Before running make. You'll need the GUASI lib as well: * * http://www.xmailserver.org/guasi-lib.html * diff --git a/engines/rdma.c b/engines/rdma.c index a847b541..e1fb380a 100644 --- a/engines/rdma.c +++ b/engines/rdma.c @@ -5,12 +5,7 @@ * Supports both RDMA memory semantics and channel semantics * for the InfiniBand, RoCE and iWARP protocols. * - * This I/O engine is disabled by default. To enable it, execute: - * - * $ export EXTFLAGS+=" -DFIO_HAVE_RDMA " - * $ export EXTLIBS+=" -libverbs -lrdmacm " - * - * before running make. You will need the Linux RDMA software as well, either + * You will need the Linux RDMA software installed, either * from your Linux distributor or directly from openfabrics.org: * * http://www.openfabrics.org/downloads/OFED/