summaryrefslogtreecommitdiff
path: root/tools/adk/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-15 20:54:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-15 20:54:15 +0200
commit4422cda575db22275b067e07ad4b585572d91756 (patch)
tree04557c9f49a6088540cdedc7c68e04dd61132531 /tools/adk/Makefile
parent30fc540d30f82c534a3bdfff265f8b62cb770551 (diff)
rebuild packages on flavour or choices change
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt.
Diffstat (limited to 'tools/adk/Makefile')
-rw-r--r--tools/adk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/adk/Makefile b/tools/adk/Makefile
index 28d8787ce..3f2048e68 100644
--- a/tools/adk/Makefile
+++ b/tools/adk/Makefile
@@ -6,6 +6,9 @@ include $(TOPDIR)/rules.mk
${TOPDIR}/bin/tools/depmaker:
$(HOSTCC) -o $(TOPDIR)/bin/tools/depmaker depmaker.c
-install: ${TOPDIR}/bin/tools/depmaker
+${TOPDIR}/bin/tools/pkgrebuild:
+ $(HOSTCC) -o $(TOPDIR)/bin/tools/pkgrebuild pkgrebuild.c strmap.c
+
+install: ${TOPDIR}/bin/tools/depmaker ${TOPDIR}/bin/tools/pkgrebuild
include $(TOPDIR)/mk/tools.mk