[LTP] [PATCH 1/1] include: Remove 'make install' support

Petr Vorel pvorel@suse.cz
Wed Apr 22 13:31:36 CEST 2026


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>
---
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).

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
-- 
2.53.0



More information about the ltp mailing list