All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] include/mk/env_pre.mk: remove dup makefile sourcing
@ 2022-01-25  2:45 Murphy Zhou
  2022-01-25 11:05 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Murphy Zhou @ 2022-01-25  2:45 UTC (permalink / raw)
  To: ltp

This will cause file not found errors.

Signed-off-by: Murphy Zhou <jencce2002@gmail.com>
---
 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


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] include/mk/env_pre.mk: remove dup makefile sourcing
  2022-01-25  2:45 [LTP] [PATCH] include/mk/env_pre.mk: remove dup makefile sourcing Murphy Zhou
@ 2022-01-25 11:05 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2022-01-25 11:05 UTC (permalink / raw)
  To: Murphy Zhou; +Cc: ltp

Hi!
> This will cause file not found errors.
> 
> Signed-off-by: Murphy Zhou <jencce2002@gmail.com>
> ---
>  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

NACK.

These files are generated by running configure script.

-- 
Cyril Hrubis
chrubis@suse.cz

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-25 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-25  2:45 [LTP] [PATCH] include/mk/env_pre.mk: remove dup makefile sourcing Murphy Zhou
2022-01-25 11:05 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.