Message ID | 7b393c92e885edd551cdd0c46b21807f653c8c1d.1471107858.git.felix.janda@posteo.de (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
On Sat, Aug 13, 2016 at 06:17:41PM +0200, Felix Janda wrote: > 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> Looks fine, Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/Makefile b/Makefile index 7bdc670..84dc62c 100644 --- 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
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> --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)