[LTP] [PATCH v2] include/mk/env_pre.mk: remove dup makefile sourcing
Petr Vorel
pvorel@suse.cz
Tue Jan 25 11:56:33 CET 2022
Hi Murphy,
> This will cause file not found errors.
...
> +++ 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
> -
This is most certainly wrong, these includes are needed.
I guess you run make without running:
make autotools && ./configure
https://github.com/linux-test-project/ltp#quick-guide-to-running-the-tests
Kind regards,
Petr
More information about the ltp
mailing list