2016-04-26 21:17:58

by Nicolas Iooss

[permalink] [raw]
Subject: [refpolicy] [PATCH 1/1] Fix typo in module compilation message

---
Rules.modular | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rules.modular b/Rules.modular
index c3c914a01d09..b1469f0b6259 100644
--- a/Rules.modular
+++ b/Rules.modular
@@ -71,7 +71,7 @@ $(modpkgdir)/%.pp: $(builddir)%.pp
# Build module packages
#
$(tmpdir)/%.mod: $(m4support) $(tmpdir)/generated_definitions.conf $(tmpdir)/all_interfaces.conf %.te
- @echo "Compliling $(NAME) $(@F) module"
+ @echo "Compiling $(NAME) $(@F) module"
@test -d $(tmpdir) || mkdir -p $(tmpdir)
$(verbose) $(M4) $(M4PARAM) -s $^ > $(@:.mod=.tmp)
$(verbose) $(CHECKMODULE) -m $(@:.mod=.tmp) -o $@
--
2.8.0


2016-04-27 12:32:30

by cpebenito

[permalink] [raw]
Subject: [refpolicy] [PATCH 1/1] Fix typo in module compilation message

On 4/26/2016 5:17 PM, Nicolas Iooss wrote:
> ---
> Rules.modular | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Rules.modular b/Rules.modular
> index c3c914a01d09..b1469f0b6259 100644
> --- a/Rules.modular
> +++ b/Rules.modular
> @@ -71,7 +71,7 @@ $(modpkgdir)/%.pp: $(builddir)%.pp
> # Build module packages
> #
> $(tmpdir)/%.mod: $(m4support) $(tmpdir)/generated_definitions.conf $(tmpdir)/all_interfaces.conf %.te
> - @echo "Compliling $(NAME) $(@F) module"
> + @echo "Compiling $(NAME) $(@F) module"
> @test -d $(tmpdir) || mkdir -p $(tmpdir)
> $(verbose) $(M4) $(M4PARAM) -s $^ > $(@:.mod=.tmp)
> $(verbose) $(CHECKMODULE) -m $(@:.mod=.tmp) -o $@
>


Merged.

--
Chris PeBenito
Tresys Technology, LLC
http://www.tresys.com | oss.tresys.com