From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Subject: [PATCH 2/6] libtraceevent: Remove "src" and "obj" from Makefile
Date: Tue, 08 Dec 2020 23:19:48 -0500 [thread overview]
Message-ID: <20201209042120.367414155@goodmis.org> (raw)
In-Reply-To: 20201209041946.131377586@goodmis.org
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>
"src" and "obj" variables are not used in the Makefile. There's no need to
export them.
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
Makefile | 2 +-
plugins/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e17e9674573b..3c2bd5619c3b 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ srctree := $(CURDIR)
#$(info Determined 'srctree' to be $(srctree))
endif
-export prefix libdir src obj
+export prefix libdir
# Shell quotes
libdir_SQ = $(subst ','\'',$(libdir))
diff --git a/plugins/Makefile b/plugins/Makefile
index f34bb5725cbc..8ae3882f9051 100644
--- a/plugins/Makefile
+++ b/plugins/Makefile
@@ -81,7 +81,7 @@ srctree := $(patsubst %/,%,$(dir $(CURDIR)))
#$(info Determined 'srctree' to be $(srctree))
endif
-export prefix libdir src obj
+export prefix libdir
# Shell quotes
plugin_dir_SQ = $(subst ','\'',$(plugin_dir))
--
2.29.2
next prev parent reply other threads:[~2020-12-09 4:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-09 4:19 [PATCH 0/6] libtraceevent: Clean up source directory Steven Rostedt
2020-12-09 4:19 ` [PATCH 1/6] libtraceevent: Use macro names for libtraceevent library binaries Steven Rostedt
2020-12-09 4:19 ` Steven Rostedt [this message]
2020-12-09 4:19 ` [PATCH 3/6] libtraceevent: Move creation of PKG_CONFIG_FILE to after Makefile.include Steven Rostedt
2020-12-09 4:19 ` [PATCH 4/6] libtraceevent: Have make clean honor the output (O=foo) directory Steven Rostedt
2020-12-09 4:19 ` [PATCH 5/6] libtraceevent: Have binary libraries build into lib directory Steven Rostedt
2020-12-09 4:19 ` [PATCH 6/6] libtraceevent: Move source files into src/ directory Steven Rostedt
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=20201209042120.367414155@goodmis.org \
--to=rostedt@goodmis.org \
--cc=linux-trace-devel@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).