X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=3de97354b8be2b3eb7c221ea573630003134b6a6;hb=bf974737b15bad8d740f10503e9eab6e0b420aa2;hp=d78be342fa00462d7c264b76a40ea0dd668d0dce;hpb=d4afedfd152cea890ffa7d45bf1664fb70218c45;p=fio.git diff --git a/Makefile b/Makefile index d78be342..3de97354 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,10 @@ config-host-mak: configure @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh else config-host.mak: +ifneq ($(MAKECMDGOALS),clean) @echo "Running configure for you..." @./configure +endif all: include config-host.mak endif @@ -33,7 +35,7 @@ SOURCE := gettime.c ioengines.c init.c stat.c log.c time.c filesetup.c \ cconv.c lib/prio_tree.c json.c lib/zipf.c lib/axmap.c \ lib/lfsr.c gettime-thread.c helpers.c lib/flist_sort.c \ lib/hweight.c lib/getrusage.c idletime.c td_error.c \ - profiles/tiobench.c profiles/act.c + profiles/tiobench.c profiles/act.c io_u_queue.c ifdef CONFIG_64BIT_LLP64 CFLAGS += -DBITS_PER_LONG=32