diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-11 11:15:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-11 11:15:17 +0100 |
commit | 2ab43784187e124e517e361e342e3b482e99d6d0 (patch) | |
tree | bf6f7a7a178b6174e6590c62311ac3a15f6eba8b /mk/pkg-bottom.mk | |
parent | e40eb0da36368624306275725d8e1d6b25422762 (diff) | |
parent | 8f148a08f29ccb6c21f108549e20aa8e0bb04b79 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r-- | mk/pkg-bottom.mk | 5 |
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} |