From: "Serge E. Hallyn" <serge@hallyn.com>
To: Paul Moore <pmoore@redhat.com>
Cc: serge@hallyn.com, selinux@tycho.nsa.gov
Subject: Re: [selinux-testsuite RFC PATCH 4/4] test_policy: create a "build" target
Date: Tue, 24 Sep 2013 16:53:43 +0000 [thread overview]
Message-ID: <20130924165343.GD8126@mail.hallyn.com> (raw)
In-Reply-To: <20130924163339.27393.82092.stgit@localhost>
Quoting Paul Moore (pmoore@redhat.com):
> Signed-off-by: Paul Moore <pmoore@redhat.com>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
> ---
> policy/Makefile | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/policy/Makefile b/policy/Makefile
> index 8763143..3a8a10d 100644
> --- a/policy/Makefile
> +++ b/policy/Makefile
> @@ -25,7 +25,9 @@ ifeq ($(shell [ $(POL_VERS) -ge 24 ] && echo true),true)
> TARGETS += test_bounds.te
> endif
>
> -all: $(TARGETS)
> +all: build
> +
> +build: $(TARGETS)
> ifeq (x$(RHEL_VERS),$(filter x$(RHEL_VERS),x4 x5))
> # RHEL specific policy build
> $(MAKE) -C redhat/$(RHEL_VERS) all \
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
prev parent reply other threads:[~2013-09-24 16:53 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-24 16:33 [selinux-testsuite RFC PATCH 0/4] selinux-testsuite patches Paul Moore
2013-09-24 16:33 ` [selinux-testsuite RFC PATCH 1/4] test_policy: test_global.te fix for Fedora Rawhide (Sept 24th, 2013) Paul Moore
2013-09-24 16:49 ` Serge E. Hallyn
2013-09-24 19:39 ` Paul Moore
2013-09-25 21:31 ` Serge E. Hallyn
2013-09-25 22:19 ` Paul Moore
2013-09-27 18:15 ` Serge E. Hallyn
2013-09-27 18:27 ` Paul Moore
2013-09-26 18:48 ` Serge E. Hallyn
2013-09-24 16:33 ` [selinux-testsuite RFC PATCH 2/4] test_policy: general Makefile cleanup Paul Moore
2013-09-24 16:52 ` Serge E. Hallyn
2013-09-24 16:33 ` [selinux-testsuite RFC PATCH 3/4] test_policy: use RHEL instead of REDHAT in Makefile Paul Moore
2013-09-24 16:53 ` Serge E. Hallyn
2013-09-24 16:33 ` [selinux-testsuite RFC PATCH 4/4] test_policy: create a "build" target Paul Moore
2013-09-24 16:53 ` Serge E. Hallyn [this message]
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=20130924165343.GD8126@mail.hallyn.com \
--to=serge@hallyn.com \
--cc=pmoore@redhat.com \
--cc=selinux@tycho.nsa.gov \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.