[LTP] [PATCH 2/2] Makefile: Fix target redefinition
Petr Vorel
pvorel@suse.cz
Tue Apr 30 15:52:29 CEST 2019
Hi,
> There is no need to add a rule for the libs directory because there is a
> generic rule for directory creation already. All we need to do is to
> make the libs-all target depend on the directory path, which we do
> already so that the directory is created before we attempt to execute
> make there.
> Fixes: 17a5b0fb63bf65eff433bdee3bf5f73826a50e0f
> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
> CC: Petr Vorel <pvorel@suse.cz>
> CC: Jan Stancek <jstancek@redhat.com>
> ---
Tested-by: Petr Vorel <pvorel@suse.cz>
The same as previous patch (testing both together).
Kind regards,
Petr
> Makefile | 3 ---
> 1 file changed, 3 deletions(-)
> diff --git a/Makefile b/Makefile
> index c46d050ce..768ca4606 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -102,9 +102,6 @@ $(sort $(addprefix $(abs_top_builddir)/,$(BOOTSTRAP_TARGETS)) $(INSTALL_DIR) $(D
> ## Pattern based subtarget rules.
> lib-install: lib-all
> -$(abs_top_builddir)/libs:
> - mkdir -m 00755 -p "$@"
> -
> libs-all: $(abs_top_builddir)/libs
> $(MAKE_TARGETS) include-all lib-all libs-all:
More information about the ltp
mailing list