From f9b266ec4003f756b1622c9d016c6d6b8635f75c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 28 Jan 2014 11:12:13 +0100 Subject: [PATCH] images: remove unused command cmd_selfextract is unused. Remove it. Signed-off-by: Sascha Hauer --- images/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/images/Makefile b/images/Makefile index 4ff06025b..cfe30926c 100644 --- a/images/Makefile +++ b/images/Makefile @@ -88,11 +88,6 @@ suffix_$(CONFIG_IMAGE_COMPRESSION_NONE) = shipped $(obj)/barebox.z: $(obj)/../barebox.bin FORCE $(call if_changed,$(suffix_y)) -quiet_cmd_selfextract = COMP $@ - cmd_selfextract = cat $(obj)/start_uncompress.pblb > $@; \ - $(call size_append, $<) >> $@; \ - cat $< >> $@ - # %.img - create a copy from another file # ---------------------------------------------------------------- .SECONDEXPANSION: