The following changes since commit 8423bd1106a0a988b1e19408f5059bf4275fa02b: Document the use of the USR1 signal for dumping runtime statistics (2012-04-12 09:19:25 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (2): Ensure that init depends on FIO-VERSION-FILE Fix for non-git versions FIO-VERSION-GEN | 2 +- Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index d812255..bd73b9e 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=v2.0.5.GIT +DEF_VER=2.0.7 LF=' ' diff --git a/Makefile b/Makefile index c605d7b..61e2163 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,9 @@ CFLAGS += -DFIO_VERSION='"$(FIO_VERSION)"' .c.o: .depend FORCE $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(CPPFLAGS) $< +init.o: FIO-VERSION-FILE + $(QUIET_CC)$(CC) -o init.o -c $(CFLAGS) $(CPPFLAGS) -c init.c + t/stest: $(T_SMALLOC_OBJS) $(QUIET_CC)$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(T_SMALLOC_OBJS) $(LIBS) $(LDFLAGS) -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html