|
|
24fd99 |
From 06116f6d053e398d13634df911bcb105d0fb2416 Mon Sep 17 00:00:00 2001
|
|
|
24fd99 |
From: Lukas Czerner <lczerner@redhat.com>
|
|
|
24fd99 |
Date: Sun, 15 Dec 2019 12:42:28 +0100
|
|
|
24fd99 |
Subject: [PATCH 1/7] Makefile.in: Disable e2scrub
|
|
|
24fd99 |
|
|
|
24fd99 |
e2scrub system is still new and we're not ready to support it yet, so
|
|
|
24fd99 |
just disbale it and not even build it.
|
|
|
24fd99 |
|
|
|
24fd99 |
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
|
|
|
24fd99 |
---
|
|
|
24fd99 |
Makefile.in | 4 +---
|
|
|
24fd99 |
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
24fd99 |
|
|
|
24fd99 |
diff --git a/Makefile.in b/Makefile.in
|
|
|
24fd99 |
index b951c017..34e2048d 100644
|
|
|
24fd99 |
--- a/Makefile.in
|
|
|
24fd99 |
+++ b/Makefile.in
|
|
|
24fd99 |
@@ -13,7 +13,6 @@ INSTALL = @INSTALL@
|
|
|
24fd99 |
@DEBUGFS_CMT@DEBUGFS_DIR= debugfs
|
|
|
24fd99 |
@UUID_CMT@UUID_LIB_SUBDIR= lib/uuid
|
|
|
24fd99 |
@BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid
|
|
|
24fd99 |
-@E2SCRUB_CMT@E2SCRUB_DIR= scrub
|
|
|
24fd99 |
@ALL_CMT@SUPPORT_LIB_SUBDIR= lib/support
|
|
|
24fd99 |
@ALL_CMT@E2P_LIB_SUBDIR= lib/e2p
|
|
|
24fd99 |
@ALL_CMT@EXT2FS_LIB_SUBDIR= lib/ext2fs
|
|
|
24fd99 |
@@ -21,8 +20,7 @@ INSTALL = @INSTALL@
|
|
|
24fd99 |
LIB_SUBDIRS=lib/et lib/ss $(E2P_LIB_SUBDIR) $(UUID_LIB_SUBDIR) \
|
|
|
24fd99 |
$(BLKID_LIB_SUBDIR) $(SUPPORT_LIB_SUBDIR) $(EXT2FS_LIB_SUBDIR) intl
|
|
|
24fd99 |
|
|
|
24fd99 |
-PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po \
|
|
|
24fd99 |
- $(E2SCRUB_DIR)
|
|
|
24fd99 |
+PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po
|
|
|
24fd99 |
|
|
|
24fd99 |
SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests
|
|
|
24fd99 |
|
|
|
24fd99 |
--
|
|
|
24fd99 |
2.21.3
|
|
|
24fd99 |
|