[LTP] [PATCH 1/1] include: Remove 'make install' support
Ricardo B. Marlière
rbm@suse.com
Wed Apr 22 23:12:29 CEST 2026
On Wed Apr 22, 2026 at 8:31 AM -03, Petr Vorel wrote:
> LTP headers aren't needed to be installed, they are unusable without LTP
> core library anyway (which is not separated from sources). Therefore
> newly added Makefile for 'make check' in 684cae7552 ("include/lapi: add
> leaf Makefile") did not support it. Remove it also from
> include/Makefile.
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
Reviewed-by: Ricardo B. Marlière <rbm@suse.com>
> ---
> Hi,
>
> trivial patch, but I'd appreciate your ack that we really don't want
> headers to be installed. Otherwise it'd have to be added also to
> include/lapi/Makefile (added in 684cae7552).
Thanks!
>
> Kind regards,
> Petr
>
> include/Makefile | 9 +--------
> 1 file changed, 1 insertion(+), 8 deletions(-)
>
> diff --git a/include/Makefile b/include/Makefile
> index 84cd4ed6e3..7fe72a2557 100644
> --- a/include/Makefile
> +++ b/include/Makefile
> @@ -1,19 +1,12 @@
> # SPDX-License-Identifier: GPL-2.0-or-later
> # Copyright (C) 2009, Cisco Systems Inc.
> +# Copyright (c) Linux Test Project, 2026
> # Ngie Cooper, July 2009
>
> top_srcdir ?= ..
>
> include $(top_srcdir)/include/mk/env_pre.mk
>
> -INSTALL_DIR := $(includedir)
> -
> -INSTALL_MODE := 00644
> -
> -INSTALL_TARGETS := *.h
> -
> -MAKE_TARGETS :=
> -
> .PHONY: ac-clean ac-distclean ac-maintainer-clean distclean maintainer-clean
> distclean:: clean ac-distclean
> maintainer-clean:: distclean ac-maintainer-clean
More information about the ltp
mailing list