From: Bill O'Donnell <billodo@redhat.com>
To: Eric Biggers <ebiggers@kernel.org>
Cc: fstests@vger.kernel.org, Luis Henriques <lhenriques@suse.com>
Subject: Re: [PATCH] tests/ceph: add Makefile
Date: Mon, 2 Nov 2020 14:25:58 -0600 [thread overview]
Message-ID: <20201102202558.GA398497@redhat.com> (raw)
In-Reply-To: <20201101171619.323800-1-ebiggers@kernel.org>
On Sun, Nov 01, 2020 at 09:16:19AM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
>
> 'make install' stopped working because the tests/ceph/ directory is
> missing a Makefile. Add it.
>
> Signed-off-by: Eric Biggers <ebiggers@google.com>
thanks-
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
> ---
> tests/ceph/Makefile | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
> create mode 100644 tests/ceph/Makefile
>
> diff --git a/tests/ceph/Makefile b/tests/ceph/Makefile
> new file mode 100644
> index 00000000..55e35d77
> --- /dev/null
> +++ b/tests/ceph/Makefile
> @@ -0,0 +1,18 @@
> +# SPDX-License-Identifier: GPL-2.0
> +
> +TOPDIR = ../..
> +include $(TOPDIR)/include/builddefs
> +
> +CEPH_DIR = ceph
> +TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(CEPH_DIR)
> +
> +include $(BUILDRULES)
> +
> +install:
> + $(INSTALL) -m 755 -d $(TARGET_DIR)
> + $(INSTALL) -m 755 $(TESTS) $(TARGET_DIR)
> + $(INSTALL) -m 644 group $(TARGET_DIR)
> + $(INSTALL) -m 644 $(OUTFILES) $(TARGET_DIR)
> +
> +# Nothing.
> +install-dev install-lib:
> --
> 2.29.1
>
next prev parent reply other threads:[~2020-11-02 20:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-01 17:16 [PATCH] tests/ceph: add Makefile Eric Biggers
2020-11-01 18:28 ` Luis Henriques
2020-11-02 20:25 ` Bill O'Donnell [this message]
2020-11-03 11:27 ` Vladimir Zapolskiy
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=20201102202558.GA398497@redhat.com \
--to=billodo@redhat.com \
--cc=ebiggers@kernel.org \
--cc=fstests@vger.kernel.org \
--cc=lhenriques@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