summaryrefslogtreecommitdiff
path: root/package/base-files
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 /package/base-files
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 'package/base-files')
-rw-r--r--package/base-files/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index db1162946..0bc6bb079 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -77,12 +77,4 @@ ifneq (${ADK_PACKAGE_CONFIG_IN_ETC},)
chmod 600 $(IDIR_BASE_FILES)/etc/adkconfig.gz
endif
-rebuild:
- @if [ -f ${TOPDIR}/.rebuild.${PKG_NAME} ];then \
- rm ${WRKBUILD}/.build_done; \
- rm ${TOPDIR}/.rebuild.${PKG_NAME}; \
- fi
-
-fake: rebuild
-
include ${TOPDIR}/mk/pkg-bottom.mk