summaryrefslogtreecommitdiffstats
path: root/rules/template
diff options
context:
space:
mode:
Diffstat (limited to 'rules/template')
-rw-r--r--rules/template2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/template b/rules/template
index 5e2f67b33..868363a37 100644
--- a/rules/template
+++ b/rules/template
@@ -123,6 +123,7 @@ $(STATEDIR)/@packet@.install: $(STATEDIR)/@packet@.compile
$(STATEDIR)/@packet@.targetinstall: $(@packet@_targetinstall_deps)
@$(call targetinfo, $@)
+ # use $(call install_*) macros here
touch $@
# ----------------------------------------------------------------------------
@@ -131,6 +132,7 @@ $(STATEDIR)/@packet@.targetinstall: $(@packet@_targetinstall_deps)
@packet@_clean:
rm -rf $(STATEDIR)/@packet@.*
+ rm -rf $(IMAGEDIR)/@packet@_*
rm -rf $(@PACKET@_DIR)
# vim: syntax=make