Recent changes (master)
Jens Axboe <[email protected]> Tue, 9 Sep 2025 06:00:02 -0600 (MDT)
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit fc8f9c7f98156d42fc73fbd6df3c4aa9683df621:
Merge branch 'improve_flushing_darwin' of https://github.com/Developer-Ecosystem-Engineering/fio (2025-09-05 18:05:55 -0600)
are available in the Git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to 84787adffac2435e72f6f08336e32559fd31e3a0:
Merge branch 'master' of https://github.com/Meiye-lj/fio (2025-09-08 07:57:10 -0600)
----------------------------------------------------------------
Jens Axboe (1):
Merge branch 'master' of https://github.com/Meiye-lj/fio
Meiye-lj (1):
Makefile: fix missing test tool and unit test dependencies
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
Diff of recent changes:
diff --git a/Makefile b/Makefile
index 2fef67d3..aa6e27df 100644
--- a/Makefile
+++ b/Makefile
@@ -320,7 +320,7 @@ FIO_OBJS += lex.yy.o y.tab.o
GFIO_OBJS += lex.yy.o y.tab.o
endif
--include $(OBJS:.o=.d)
+-include $(OBJS:.o=.d) $(T_OBJS:.o=.d) $(UT_OBJS:.o=.d)
T_SMALLOC_OBJS = t/stest.o
T_SMALLOC_OBJS += gettime.o fio_sem.o pshared.o smalloc.o t/log.o t/debug.o \