Recent changes (master)
Jens Axboe <[email protected]> Wed, 20 Aug 2025 06:00:01 -0600 (MDT)
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit 7664dccc0b2e3de04a0fd6f0be63402716c5f6b7:
Merge branch 'http-range-header' of https://github.com/sfc-gh-rnarubin/fio (2025-08-18 13:53:46 -0400)
are available in the Git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to efaeeea4a8b04e1c315943684aabd84f3198256b:
Merge branch 'fix-install-paths' of https://github.com/kubo326/fio (2025-08-19 11:09:24 -0400)
----------------------------------------------------------------
Kubo Saburo (1):
Makefile: fix man and share install paths on macOS
Vincent Fu (1):
Merge branch 'fix-install-paths' of https://github.com/kubo326/fio
Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
---
Diff of recent changes:
diff --git a/Makefile b/Makefile
index f3a80882..ec6249f3 100644
--- a/Makefile
+++ b/Makefile
@@ -484,14 +484,8 @@ endif
prefix = $(INSTALL_PREFIX)
bindir = $(prefix)/bin
libdir = $(prefix)/lib/fio
-
-ifeq ($(CONFIG_TARGET_OS), Darwin)
-mandir = /usr/share/man
-sharedir = /usr/share/fio
-else
-mandir = $(prefix)/man
+mandir = $(prefix)/share/man
sharedir = $(prefix)/share/fio
-endif
all: $(PROGS) $(T_TEST_PROGS) $(UT_PROGS) $(SCRIPTS) $(ENGS_OBJS) FORCE