summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-11 11:15:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-11 11:15:17 +0100
commit2ab43784187e124e517e361e342e3b482e99d6d0 (patch)
treebf6f7a7a178b6174e6590c62311ac3a15f6eba8b /mk/pkg-bottom.mk
parente40eb0da36368624306275725d8e1d6b25422762 (diff)
parent8f148a08f29ccb6c21f108549e20aa8e0bb04b79 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 941970cbc..3e454ee5a 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -213,11 +213,6 @@ endif
touch $@
${_IPKGS_COOKIE}:
- @clean=0; \
- for f in ${ALL_IPKGS}; do \
- [[ -e $$f ]] && clean=1; \
- done; \
- [[ $$clean = 0 ]] || ${MAKE} clean
exec ${MAKE} package
package: ${ALL_IPKGS}