From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [LTP v4 3/5] IMA: Refactor datafiles directory
Date: Mon, 31 Aug 2020 09:39:27 +0200 [thread overview]
Message-ID: <20200831073927.GA15642@dell5510> (raw)
In-Reply-To: <67e8920833abf5f1b77fa59e90bdee3d4eb9262d.camel@linux.ibm.com>
Hi Mimi,
> On Fri, 2020-08-28 at 15:28 +0200, Petr Vorel wrote:
> > Hi,
> > > > +SUBDIRS := ima_*
> > I guess this could fix it:
> > SUBDIRS := $(shell ls ima_*)
> Other LTP makefiles are using "wildcard". Like this - $(wildcard
> ima_*/)?
Thanks for a tip. But it looks like wildchard doesn't work on out-of-tree
either:
/usr/src/ltp/include/mk/generic_trunk_target.inc:97: *** SUBDIRS empty -- did you want generic_leaf_target instead?. Stop.
It's visible only on powerpc64le-linux-gnu-gcc build, because that is the only
one from out-of-tree builds which also does make install.
(We removed make install from most of the builds in order 1) avoid sporadic
build failures due lack of space on Travis docker 2) safe time.)
Thus I fixed it in 4231003f3 with just simple listing the targets:
-SUBDIRS := ima_*
+SUBDIRS := ima_kexec ima_keys ima_policy
Kind regards,
Petr
next prev parent reply other threads:[~2020-08-31 7:39 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-20 9:08 [LTP] [LTP v4 0/5] IMA: verify measurement of certificate imported into a keyring Petr Vorel
2020-08-20 9:08 ` [LTP] [LTP v4 1/5] IMA/ima_keys.sh: Fix policy content check usage Petr Vorel
2020-08-24 17:19 ` Petr Vorel
2020-08-24 17:24 ` Lakshmi Ramasubramanian
2020-08-20 9:08 ` [LTP] [LTP v4 2/5] IMA/ima_keys.sh: Require template=ima-buf, fix grep pattern Petr Vorel
2020-08-20 9:08 ` [LTP] [LTP v4 3/5] IMA: Refactor datafiles directory Petr Vorel
2020-08-28 13:18 ` Petr Vorel
2020-08-28 13:28 ` Petr Vorel
2020-08-28 16:32 ` Mimi Zohar
2020-08-31 7:39 ` Petr Vorel [this message]
2020-08-30 16:31 ` Petr Vorel
2020-08-20 9:08 ` [LTP] [LTP v4 4/5] IMA: Add a test to verify measurement of certificate imported into a keyring Petr Vorel
2020-08-26 22:15 ` Mimi Zohar
2020-08-27 13:23 ` Petr Vorel
2020-08-27 13:55 ` Petr Vorel
2020-08-27 21:34 ` Mimi Zohar
2020-08-27 22:54 ` Petr Vorel
2020-08-27 23:37 ` Mimi Zohar
2020-08-28 6:05 ` Petr Vorel
2020-08-28 11:00 ` Mimi Zohar
2020-08-28 12:40 ` Petr Vorel
2020-08-28 11:19 ` Mimi Zohar
2020-08-28 12:49 ` Petr Vorel
2020-08-28 15:21 ` Mimi Zohar
2020-08-31 10:29 ` Petr Vorel
2020-08-28 10:59 ` Mimi Zohar
2020-08-20 9:08 ` [LTP] [LTP v4 5/5] IMA/ima_keys.sh: Enhance policy checks Petr Vorel
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=20200831073927.GA15642@dell5510 \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
/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