All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libcurl: drop curl* aliases
@ 2015-01-12 11:17 Gustavo Zacarias
  2015-01-12 11:32 ` Thomas Petazzoni
  2015-01-12 22:22 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-01-12 11:17 UTC (permalink / raw)
  To: buildroot

They're unused hence not useful.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libcurl/libcurl.mk | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index db5fdb7..014c5e3 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -67,8 +67,3 @@ LIBCURL_POST_INSTALL_TARGET_HOOKS += LIBCURL_TARGET_CLEANUP
 endif
 
 $(eval $(autotools-package))
-
-curl: libcurl
-curl-clean: libcurl-clean
-curl-dirclean: libcurl-dirclean
-curl-source: libcurl-source
-- 
2.0.5

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

* [Buildroot] [PATCH] libcurl: drop curl* aliases
  2015-01-12 11:17 [Buildroot] [PATCH] libcurl: drop curl* aliases Gustavo Zacarias
@ 2015-01-12 11:32 ` Thomas Petazzoni
  2015-01-12 22:22 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-01-12 11:32 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Mon, 12 Jan 2015 08:17:16 -0300, Gustavo Zacarias wrote:
> They're unused hence not useful.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/libcurl/libcurl.mk | 5 -----
>  1 file changed, 5 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] libcurl: drop curl* aliases
  2015-01-12 11:17 [Buildroot] [PATCH] libcurl: drop curl* aliases Gustavo Zacarias
  2015-01-12 11:32 ` Thomas Petazzoni
@ 2015-01-12 22:22 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2015-01-12 22:22 UTC (permalink / raw)
  To: buildroot

Gustavo, All,

On 2015-01-12 08:17 -0300, Gustavo Zacarias spake thusly:
> They're unused hence not useful.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/libcurl/libcurl.mk | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index db5fdb7..014c5e3 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -67,8 +67,3 @@ LIBCURL_POST_INSTALL_TARGET_HOOKS += LIBCURL_TARGET_CLEANUP
>  endif
>  
>  $(eval $(autotools-package))
> -
> -curl: libcurl
> -curl-clean: libcurl-clean
> -curl-dirclean: libcurl-dirclean
> -curl-source: libcurl-source

Oh! That's why we were able to build git until now... Sigh, I missed
that when I cleaned git up...

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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-12 11:17 [Buildroot] [PATCH] libcurl: drop curl* aliases Gustavo Zacarias
2015-01-12 11:32 ` Thomas Petazzoni
2015-01-12 22:22 ` Yann E. MORIN

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.