diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-15 20:54:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-15 20:54:15 +0200 |
commit | 4422cda575db22275b067e07ad4b585572d91756 (patch) | |
tree | 04557c9f49a6088540cdedc7c68e04dd61132531 /package/busybox/Makefile | |
parent | 30fc540d30f82c534a3bdfff265f8b62cb770551 (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/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 35007df31..1f56f057b 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -82,12 +82,4 @@ udhcpd-install: ${INSTALL_DIR} ${IDIR_UDHCPD}/etc/ ${INSTALL_DATA} ./files/udhcpd.conf ${IDIR_UDHCPD}/etc/ -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 |