]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Makefile: disable fsr for Mac OS X
authorFelix Janda <felix.janda@posteo.de>
Tue, 1 Nov 2016 01:38:37 +0000 (12:38 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 1 Nov 2016 01:38:37 +0000 (12:38 +1100)
Since its kernel does not support XFS anyway this utility is not
useful, and with its removal the portability framework can be
simplified.

Signed-off-by: Felix Janda <felix.janda@posteo.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Makefile

index 7bdc670a25649bd56d06531917ec8c64208c8299..84dc62ceb23828e13fa2df1b225cad31fe560bc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,9 +45,13 @@ HDR_SUBDIRS = include libxfs
 
 DLIB_SUBDIRS = libxlog libxcmd libhandle
 LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS)
-TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \
+TOOL_SUBDIRS = copy db estimate fsck growfs io logprint mkfs quota \
                mdrestore repair rtcp m4 man doc debian
 
+ifneq ("$(PKG_PLATFORM)","darwin")
+TOOL_SUBDIRS += fsr
+endif
+
 ifneq ("$(XGETTEXT)","")
 TOOL_SUBDIRS += po
 endif