summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-07 10:49:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-07 10:49:59 +0100
commit8b0401f6010bb6318fe86f6a6eb11098a0952903 (patch)
tree5214f33cd25ccd1a0a811d39e685df82ad81d76b /scripts
parent76a462aed5771be7b02b0785f01147ebe995a611 (diff)
parentdbd90668a07f2deffc9b0bd658b1cc3958e00647 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 5563dcca2..8af04795b 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -83,11 +83,4 @@ if [[ -n $NEED_JAVA ]]; then
fi
fi
-if [[ -n $ADK_USE_CCACHE ]]; then
- if ! which ccache >/dev/null 2>&1; then
- echo >&2 You have selected to build with ccache, but ccache could not be found.
- out=1
- fi
-fi
-
exit $out