[LTP] [PATCH v2] include/mk/env_pre.mk: remove dup makefile sourcing

Murphy Zhou jencce.kernel@gmail.com
Tue Jan 25 03:50:08 CET 2022


This will cause file not found errors.

Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com>
---
v2: fix sign-off mail address

 include/mk/env_pre.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/mk/env_pre.mk b/include/mk/env_pre.mk
index f36215167..f913eb5fd 100644
--- a/include/mk/env_pre.mk
+++ b/include/mk/env_pre.mk
@@ -88,9 +88,6 @@ endif
 # autotools, *clean, and help don't require config.mk, features.mk, etc...
 ifeq ($(filter autotools %clean .gitignore gitignore.% help,$(MAKECMDGOALS)),)
 
-include $(abs_top_builddir)/include/mk/config.mk
-include $(abs_top_builddir)/include/mk/features.mk
-
 # START out-of-build-tree check.
 ifneq ($(abs_builddir),$(abs_srcdir))
 BUILD_TREE_STATE		:= $(BUILD_TREE_BUILDDIR_INSTALL)
-- 
2.31.1



More information about the ltp mailing list