diff mbox

[PATCHv3,33/74] iostat: remove legacy code

Message ID 1417357142-14307-34-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Headers show

Commit Message

Thomas Petazzoni Nov. 30, 2014, 2:18 p.m. UTC
Some custom iostat-source target was mistakenly left in place when the
iostat package was migrated to gentargets in commit
ee77963588b09babfd71befb0b5eb9fd1e776bbc, back 4 years ago. This
commit removes this unnecessary custom target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/iostat/iostat.mk | 2 --
 1 file changed, 2 deletions(-)

Comments

Yann E. MORIN Nov. 30, 2014, 5:07 p.m. UTC | #1
Thomas, All,

On 2014-11-30 15:18 +0100, Thomas Petazzoni spake thusly:
> Some custom iostat-source target was mistakenly left in place when the
> iostat package was migrated to gentargets in commit
> ee77963588b09babfd71befb0b5eb9fd1e776bbc, back 4 years ago. This
> commit removes this unnecessary custom target.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

That is a really hard forensic work you've been doing in this series!

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

Regards,
Yann E. MORIN.

> ---
>  package/iostat/iostat.mk | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/package/iostat/iostat.mk b/package/iostat/iostat.mk
> index 2080e56..dd2a579 100644
> --- a/package/iostat/iostat.mk
> +++ b/package/iostat/iostat.mk
> @@ -9,8 +9,6 @@ IOSTAT_SITE = http://www.linuxinsight.com/files
>  IOSTAT_LICENSE = GPL
>  IOSTAT_LICENSE_FILES = LICENSE
>  
> -iostat-source: $(DL_DIR)/$(IOSTAT_SOURCE)
> -
>  define IOSTAT_BUILD_CMDS
>  	$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
>  endef
> -- 
> 2.1.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Dec. 1, 2014, 10:17 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Some custom iostat-source target was mistakenly left in place when the
 > iostat package was migrated to gentargets in commit
 > ee77963588b09babfd71befb0b5eb9fd1e776bbc, back 4 years ago. This
 > commit removes this unnecessary custom target.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/iostat/iostat.mk b/package/iostat/iostat.mk
index 2080e56..dd2a579 100644
--- a/package/iostat/iostat.mk
+++ b/package/iostat/iostat.mk
@@ -9,8 +9,6 @@  IOSTAT_SITE = http://www.linuxinsight.com/files
 IOSTAT_LICENSE = GPL
 IOSTAT_LICENSE_FILES = LICENSE
 
-iostat-source: $(DL_DIR)/$(IOSTAT_SOURCE)
-
 define IOSTAT_BUILD_CMDS
 	$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
 endef