From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Cc: "Ricardo B . Marlière" <rbm@suse.com>
Subject: [LTP] [PATCH 1/1] include: Remove 'make install' support
Date: Wed, 22 Apr 2026 13:31:36 +0200 [thread overview]
Message-ID: <20260422113136.416482-1-pvorel@suse.cz> (raw)
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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2026-04-22 11:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-22 11:31 Petr Vorel [this message]
2026-04-22 13:29 ` [LTP] include: Remove 'make install' support linuxtestproject.agent
2026-04-22 21:12 ` [LTP] [PATCH 1/1] " Ricardo B. Marlière via ltp
2026-04-23 2:18 ` Li Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260422113136.416482-1-pvorel@suse.cz \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
--cc=rbm@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox