You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
377 B
12 lines
377 B
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -46,8 +46,7 @@ HDR_SUBDIRS = include libxfs
|
|
|
|
DLIB_SUBDIRS = libxlog libxcmd libhandle
|
|
LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS)
|
|
-TOOL_SUBDIRS = copy db estimate fsck growfs io logprint mkfs quota \
|
|
- mdrestore repair rtcp m4 man doc debian
|
|
+TOOL_SUBDIRS = db fsck growfs io mkfs repair
|
|
|
|
ifneq ("$(PKG_PLATFORM)","darwin")
|
|
TOOL_SUBDIRS += fsr
|
|
|