Blame SOURCES/0009-build-Remove-unused-sources-from-the-regular-build.patch

5a5b1b
From 1c50c406ddda77f4c0b20e7bf3cc985e84526f51 Mon Sep 17 00:00:00 2001
5a5b1b
From: Ming-Hung Tsai <mtsai@redhat.com>
5a5b1b
Date: Wed, 2 Jun 2021 13:14:30 +0800
5a5b1b
Subject: [PATCH 09/10] [build] Remove unused sources from the regular build
5a5b1b
5a5b1b
---
5a5b1b
 Makefile.in | 9 ++++-----
5a5b1b
 1 file changed, 4 insertions(+), 5 deletions(-)
5a5b1b
5a5b1b
diff --git a/Makefile.in b/Makefile.in
5a5b1b
index b1fd4aa..9b13001 100644
5a5b1b
--- a/Makefile.in
5a5b1b
+++ b/Makefile.in
5a5b1b
@@ -96,10 +96,7 @@ SOURCE=\
5a5b1b
 	persistent-data/transaction_manager.cc \
5a5b1b
 	persistent-data/validators.cc \
5a5b1b
 	thin-provisioning/commands.cc \
5a5b1b
-	thin-provisioning/cache_stream.cc \
5a5b1b
-	thin-provisioning/chunk_stream.cc \
5a5b1b
 	thin-provisioning/device_tree.cc \
5a5b1b
-	thin-provisioning/fixed_chunk_stream.cc \
5a5b1b
 	thin-provisioning/human_readable_format.cc \
5a5b1b
 	thin-provisioning/mapping_tree.cc \
5a5b1b
 	thin-provisioning/metadata.cc \
5a5b1b
@@ -107,7 +104,6 @@ SOURCE=\
5a5b1b
 	thin-provisioning/metadata_counter.cc \
5a5b1b
 	thin-provisioning/metadata_dumper.cc \
5a5b1b
 	thin-provisioning/override_emitter.cc \
5a5b1b
-	thin-provisioning/pool_stream.cc \
5a5b1b
 	thin-provisioning/restore_emitter.cc \
5a5b1b
 	thin-provisioning/rmap_visitor.cc \
5a5b1b
 	thin-provisioning/superblock.cc \
5a5b1b
@@ -124,7 +120,11 @@ SOURCE=\
5a5b1b
 	thin-provisioning/xml_format.cc
5a5b1b
 
5a5b1b
 DEVTOOLS_SOURCE=\
5a5b1b
+	thin-provisioning/cache_stream.cc \
5a5b1b
+	thin-provisioning/chunk_stream.cc \
5a5b1b
 	thin-provisioning/damage_generator.cc \
5a5b1b
+	thin-provisioning/fixed_chunk_stream.cc \
5a5b1b
+	thin-provisioning/pool_stream.cc \
5a5b1b
 	thin-provisioning/thin_journal.cc \
5a5b1b
 	thin-provisioning/thin_journal_check.cc \
5a5b1b
 	thin-provisioning/thin_ll_dump.cc \
5a5b1b
@@ -374,4 +374,3 @@ test: functional-test unit-test
5a5b1b
 endif
5a5b1b
 
5a5b1b
 -include $(DEPEND_FILES)
5a5b1b
-
5a5b1b
-- 
5a5b1b
1.8.3.1
5a5b1b