summaryrefslogtreecommitdiff
path: root/postprocess/CustomTarget_images.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-29 18:38:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-29 18:38:20 +0200
commit8b324e21f2ae4345f41b32e6c4b9c8a658dd5492 (patch)
tree39a364bc4f0f9fa223c5e501cbcde0f6ad57547d /postprocess/CustomTarget_images.mk
parentd7ebca515a63b34343a044443fadf9064c8d9195 (diff)
There is no images*_brand.zip files
Change-Id: I6ddeff7ae72693fd0951d71bd7b5444938bc7286
Diffstat (limited to 'postprocess/CustomTarget_images.mk')
-rw-r--r--postprocess/CustomTarget_images.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk
index e7d08c72efae..6c59c1f0c863 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -35,7 +35,6 @@ helpimages_DIR := $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxilia
packimages_CUSTOM_FALLBACKS := -c $(SRCDIR)/icon-themes/tango -c $(SRCDIR)/icon-themes/industrial
$(eval $(call gb_CustomTarget_register_targets,postprocess/images,\
- images_brand.zip \
$(if $(filter default,$(WITH_THEMES)),images.zip) \
$(foreach theme,$(filter-out default,$(WITH_THEMES)),images_$(theme).zip) \
commandimagelist.ilst \
@@ -68,11 +67,6 @@ $(packimages_DIR)/%.zip : \
-s $< -o $@ \
$(if $(findstring s,$(MAKEFLAGS)),> /dev/null))
-# make sure to have one to keep packing happy
-$(packimages_DIR)/images_brand.zip :
- $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),TCH,2)
- touch $@
-
# commandimagelist.ilst and sorted.lst are phony to rebuild everything each time
.PHONY : $(packimages_DIR)/commandimagelist.ilst $(packimages_DIR)/sorted.lst