Merge branch 'fix-win-raw' of https://github.com/sitsofe/fio
authorJens Axboe <axboe@kernel.dk>
Sun, 1 Mar 2020 22:42:48 +0000 (15:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 1 Mar 2020 22:42:48 +0000 (15:42 -0700)
* 'fix-win-raw' of https://github.com/sitsofe/fio:
  filesetup: fix win raw disk access and improve dir creation failure msg

Makefile

index 027b62bcbb6f0bf573a15ddf6488e20cb7818567..72ab39e9dca754810b06adae21c288877a097ebc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -511,6 +511,7 @@ endif
 
 clean: FORCE
        @rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(UT_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core.* core gfio unittests/unittest FIO-VERSION-FILE *.[do] lib/*.d oslib/*.[do] crc/*.d engines/*.[do] profiles/*.[do] t/*.[do] unittests/*.[do] unittests/*/*.[do] config-host.mak config-host.h y.tab.[ch] lex.yy.c exp/*.[do] lexer.h
+       @rm -f t/fio-btrace2fio t/io_uring t/read-to-pipe-async
        @rm -rf  doc/output
 
 distclean: clean FORCE