blob: c07b4b50b560dbcc3796a5af09e5751d061d8dc4 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 2bd40e5ed4df0b0a42beff8806b1ec5daa372c48 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Thu, 19 Jul 2018 16:49:41 +0800
4Subject: [PATCH] Disable xfs_scrub build
5
6Disable xfs_scrub build since it is experimental.
7
8Upstream-Status: Inappropriate [embedded specific]
9
10Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
11---
12 Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/Makefile b/Makefile
16index 7ddfa31..cd60319 100644
17--- a/Makefile
18+++ b/Makefile
19@@ -48,7 +48,7 @@ LIBFROG_SUBDIR = libfrog
20 DLIB_SUBDIRS = libxlog libxcmd libhandle
21 LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS)
22 TOOL_SUBDIRS = copy db estimate fsck growfs io logprint mkfs quota \
23- mdrestore repair rtcp m4 man doc debian spaceman scrub
24+ mdrestore repair rtcp m4 man doc debian spaceman
25
26 ifneq ("$(PKG_PLATFORM)","darwin")
27 TOOL_SUBDIRS += fsr
28--
292.7.4
30