All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification
@ 2015-06-22 17:13 Albert Lee
  2015-06-22 20:53 ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Albert Lee @ 2015-06-22 17:13 UTC (permalink / raw)
  To: buildroot

This is pretty self-explanatory.

Thanks,
-Albert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-package-perl-Fix-typos-in-HOSTCC-specification.patch
Type: application/octet-stream
Size: 1095 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150622/2c43bf51/attachment.obj>

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

* [Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification
  2015-06-22 17:13 [Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification Albert Lee
@ 2015-06-22 20:53 ` Peter Korsgaard
  2015-06-22 21:00   ` Yann E. MORIN
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Korsgaard @ 2015-06-22 20:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Albert" == Albert Lee <trisk@omniti.com> writes:

 > This is pretty self-explanatory.
 > Thanks,
 > -Albert

Thanks, indeed! Could you please resend with a signed-off-by: line?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification
  2015-06-22 20:53 ` Peter Korsgaard
@ 2015-06-22 21:00   ` Yann E. MORIN
  2015-06-22 22:05   ` Albert Lee
  2015-06-22 22:10   ` Albert Lee
  2 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2015-06-22 21:00 UTC (permalink / raw)
  To: buildroot

Albert, All,

On 2015-06-22 22:53 +0200, Peter Korsgaard spake thusly:
> >>>>> "Albert" == Albert Lee <trisk@omniti.com> writes:
>  > This is pretty self-explanatory.
> 
> Thanks, indeed! Could you please resend with a signed-off-by: line?

And please do not send the patch as attachment, but in the body itself.
Using 'git send-email' will do it automatically and surely for you.

Having patches as attachment makes it is more difficult to review
(although I concur that this patch is pretty much obvious and correct).

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification
  2015-06-22 20:53 ` Peter Korsgaard
  2015-06-22 21:00   ` Yann E. MORIN
@ 2015-06-22 22:05   ` Albert Lee
  2015-06-22 22:10   ` Albert Lee
  2 siblings, 0 replies; 7+ messages in thread
From: Albert Lee @ 2015-06-22 22:05 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Albert Lee <trisk@omniti.com>
---
 package/perl/perl.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index 93efc57..c3569a9 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -75,7 +75,7 @@ PERL_CONF_OPTS += --only-mod=$(subst $(space),$(comma),$(PERL_MODULES))
 endif
 
 define PERL_CONFIGURE_CMDS
-	(cd $(@D); HOSTCC='$(HOSTCC_NOCACHE)' ./configure $(PERL_CONF_OPTS))
+	(cd $(@D); HOSTCC='$(HOSTCC_NOCCACHE)' ./configure $(PERL_CONF_OPTS))
 	$(SED) 's/UNKNOWN-/Buildroot $(BR2_VERSION_FULL) /' $(@D)/patchlevel.h
 endef
 
@@ -101,7 +101,7 @@ HOST_PERL_CONF_OPTS = \
 	-Dcc="$(HOSTCC)"
 
 define HOST_PERL_CONFIGURE_CMDS
-	(cd $(@D); HOSTCC='$(HOSTCC_NOCACHE)' ./Configure $(HOST_PERL_CONF_OPTS))
+	(cd $(@D); HOSTCC='$(HOSTCC_NOCCACHE)' ./Configure $(HOST_PERL_CONF_OPTS))
 endef
 
 define HOST_PERL_BUILD_CMDS
-- 
1.7.10.4

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

* [Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification
  2015-06-22 20:53 ` Peter Korsgaard
  2015-06-22 21:00   ` Yann E. MORIN
  2015-06-22 22:05   ` Albert Lee
@ 2015-06-22 22:10   ` Albert Lee
  2015-06-22 22:15     ` Yann E. MORIN
  2015-06-22 22:39     ` Peter Korsgaard
  2 siblings, 2 replies; 7+ messages in thread
From: Albert Lee @ 2015-06-22 22:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Albert Lee <trisk@omniti.com>
---
 package/perl/perl.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index 93efc57..c3569a9 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -75,7 +75,7 @@ PERL_CONF_OPTS += --only-mod=$(subst $(space),$(comma),$(PERL_MODULES))
 endif
 
 define PERL_CONFIGURE_CMDS
-	(cd $(@D); HOSTCC='$(HOSTCC_NOCACHE)' ./configure $(PERL_CONF_OPTS))
+	(cd $(@D); HOSTCC='$(HOSTCC_NOCCACHE)' ./configure $(PERL_CONF_OPTS))
 	$(SED) 's/UNKNOWN-/Buildroot $(BR2_VERSION_FULL) /' $(@D)/patchlevel.h
 endef
 
@@ -101,7 +101,7 @@ HOST_PERL_CONF_OPTS = \
 	-Dcc="$(HOSTCC)"
 
 define HOST_PERL_CONFIGURE_CMDS
-	(cd $(@D); HOSTCC='$(HOSTCC_NOCACHE)' ./Configure $(HOST_PERL_CONF_OPTS))
+	(cd $(@D); HOSTCC='$(HOSTCC_NOCCACHE)' ./Configure $(HOST_PERL_CONF_OPTS))
 endef
 
 define HOST_PERL_BUILD_CMDS
-- 
1.7.10.4

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

* [Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification
  2015-06-22 22:10   ` Albert Lee
@ 2015-06-22 22:15     ` Yann E. MORIN
  2015-06-22 22:39     ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2015-06-22 22:15 UTC (permalink / raw)
  To: buildroot

Albert, All,

On 2015-06-22 18:10 -0400, Albert Lee spake thusly:
> Signed-off-by: Albert Lee <trisk@omniti.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Thanks you! :-)

Regards,
Yann E. MORIN.

> ---
>  package/perl/perl.mk |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/perl/perl.mk b/package/perl/perl.mk
> index 93efc57..c3569a9 100644
> --- a/package/perl/perl.mk
> +++ b/package/perl/perl.mk
> @@ -75,7 +75,7 @@ PERL_CONF_OPTS += --only-mod=$(subst $(space),$(comma),$(PERL_MODULES))
>  endif
>  
>  define PERL_CONFIGURE_CMDS
> -	(cd $(@D); HOSTCC='$(HOSTCC_NOCACHE)' ./configure $(PERL_CONF_OPTS))
> +	(cd $(@D); HOSTCC='$(HOSTCC_NOCCACHE)' ./configure $(PERL_CONF_OPTS))
>  	$(SED) 's/UNKNOWN-/Buildroot $(BR2_VERSION_FULL) /' $(@D)/patchlevel.h
>  endef
>  
> @@ -101,7 +101,7 @@ HOST_PERL_CONF_OPTS = \
>  	-Dcc="$(HOSTCC)"
>  
>  define HOST_PERL_CONFIGURE_CMDS
> -	(cd $(@D); HOSTCC='$(HOSTCC_NOCACHE)' ./Configure $(HOST_PERL_CONF_OPTS))
> +	(cd $(@D); HOSTCC='$(HOSTCC_NOCCACHE)' ./Configure $(HOST_PERL_CONF_OPTS))
>  endef
>  
>  define HOST_PERL_BUILD_CMDS
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification
  2015-06-22 22:10   ` Albert Lee
  2015-06-22 22:15     ` Yann E. MORIN
@ 2015-06-22 22:39     ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2015-06-22 22:39 UTC (permalink / raw)
  To: buildroot

>>>>> "Albert" == Albert Lee <trisk@omniti.com> writes:

 > Signed-off-by: Albert Lee <trisk@omniti.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-06-22 22:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-22 17:13 [Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification Albert Lee
2015-06-22 20:53 ` Peter Korsgaard
2015-06-22 21:00   ` Yann E. MORIN
2015-06-22 22:05   ` Albert Lee
2015-06-22 22:10   ` Albert Lee
2015-06-22 22:15     ` Yann E. MORIN
2015-06-22 22:39     ` Peter Korsgaard

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.