The following changes since commit ebdadcb93e19054d594746de4e7b659b09446d8a: Fio 1.44.3 (2010-12-15 10:34:08 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Bruce Cran (2): Get rid of other-OS headers in .depend Use -pthread instead of -lpthread on FreeBSD Makefile.FreeBSD | 6 ++---- Makefile.NetBSD | 4 +--- Makefile.mac | 3 +-- 3 files changed, 4 insertions(+), 9 deletions(-) --- Diff of recent changes: diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index 9378b19..c9a1422 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -33,9 +33,7 @@ OBJS += engines/net.o SOURCE = eta.c filehash.c filesetup.c fio.c gettime.c init.c ioengines.c \ io_u.c log.c memory.c mutex.c options.c parse.c rbtree.c smalloc.c \ stat.c parse.c crc/*.c engines/cpu.c engines/mmap.c \ - engines/posixaio.c engines/sync.c engines/null.c engines/net.c \ - *.h arch/*.h compiler/*.h crc/*.h lib/*.h \ - os/indirect.h os/kcompat.h os/os-freebsd.h os/os.h os/syslet.h + engines/posixaio.c engines/sync.c engines/null.c engines/net.c ifneq ($(findstring $(MAKEFLAGS),s),s) ifndef V @@ -52,7 +50,7 @@ mandir = $(prefix)/man %.o: %.c $(QUIET_CC)$(CC) -o $*.o -c $(CFLAGS) $< fio: $(OBJS) - $(QUIET_CC)$(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(EXTLIBS) -lpthread -lm -lrt + $(QUIET_CC)$(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(EXTLIBS) -pthread -lm -lrt depend: $(QUIET_DEP)$(CC) -MM $(ALL_CFLAGS) $(SOURCE) 1> .depend diff --git a/Makefile.NetBSD b/Makefile.NetBSD index 9378b19..02ff95d 100644 --- a/Makefile.NetBSD +++ b/Makefile.NetBSD @@ -33,9 +33,7 @@ OBJS += engines/net.o SOURCE = eta.c filehash.c filesetup.c fio.c gettime.c init.c ioengines.c \ io_u.c log.c memory.c mutex.c options.c parse.c rbtree.c smalloc.c \ stat.c parse.c crc/*.c engines/cpu.c engines/mmap.c \ - engines/posixaio.c engines/sync.c engines/null.c engines/net.c \ - *.h arch/*.h compiler/*.h crc/*.h lib/*.h \ - os/indirect.h os/kcompat.h os/os-freebsd.h os/os.h os/syslet.h + engines/posixaio.c engines/sync.c engines/null.c engines/net.c ifneq ($(findstring $(MAKEFLAGS),s),s) ifndef V diff --git a/Makefile.mac b/Makefile.mac index 25c7fde..3eb20be 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -33,8 +33,7 @@ OBJS += engines/net.o SOURCE = eta.c filehash.c filesetup.c fio.c gettime.c init.c ioengines.c \ io_u.c log.c memory.c mutex.c options.c parse.c rbtree.c smalloc.c \ stat.c parse.c crc/*.c engines/cpu.c engines/mmap.c \ - engines/posixaio.c engines/sync.c engines/null.c engines/net.c \ - *.h */*.h + engines/posixaio.c engines/sync.c engines/null.c engines/net.c ifneq ($(findstring $(MAKEFLAGS),s),s) ifndef V -- 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