All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH 1/1] Fix typo in module compilation message
@ 2016-04-26 21:17 Nicolas Iooss
  2016-04-27 12:32 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Iooss @ 2016-04-26 21:17 UTC (permalink / raw)
  To: refpolicy

---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [refpolicy] [PATCH 1/1] Fix typo in module compilation message
  2016-04-26 21:17 [refpolicy] [PATCH 1/1] Fix typo in module compilation message Nicolas Iooss
@ 2016-04-27 12:32 ` Christopher J. PeBenito
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2016-04-27 12:32 UTC (permalink / raw)
  To: refpolicy

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
www.tresys.com | oss.tresys.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-27 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 21:17 [refpolicy] [PATCH 1/1] Fix typo in module compilation message Nicolas Iooss
2016-04-27 12:32 ` Christopher J. PeBenito

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.