From: Jens Axboe Date: Thu, 24 Mar 2016 21:58:21 +0000 (-0600) Subject: Makefile: disable build of t/read-to-pipe-async by default X-Git-Tag: fio-2.9~18 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=a0af55f01e08fecf410769f672c66c8b0b737961;hp=273861019ee4f88fd246b7819b9c97e7e6385759 Makefile: disable build of t/read-to-pipe-async by default It's not part of fio, if you need it, you can just do: $ make t/read-to-pipe-async and it should build. Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index c73c3644..07609e65 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,6 @@ T_TEST_PROGS += $(T_GEN_RAND_PROGS) T_PROGS += $(T_BTRACE_FIO_PROGS) T_PROGS += $(T_DEDUPE_PROGS) T_PROGS += $(T_VS_PROGS) -T_TEST_PROGS += $(T_PIPE_ASYNC_PROGS) PROGS += $(T_PROGS)