b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/Makefile |
2 | +++ b/Makefile | ||||
3 | @@ -62,8 +62,7 @@ HDR_SUBDIRS = include libxfs | ||||
4 | LIBFROG_SUBDIR = libfrog | ||||
5 | DLIB_SUBDIRS = libxlog libxcmd libhandle | ||||
6 | LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS) | ||||
7 | -TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \ | ||||
8 | - mdrestore repair rtcp m4 man doc debian spaceman | ||||
9 | +TOOL_SUBDIRS = db fsck growfs io mkfs repair | ||||
10 | |||||
11 | ifeq ("$(ENABLE_SCRUB)","yes") | ||||
12 | TOOL_SUBDIRS += scrub |