diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 09:57:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 09:57:47 +0100 |
commit | 35137e6c091fcb33147ad58d52140659a63affdc (patch) | |
tree | 93f9039bf25018cf11b1580fa3227e4e4f4ff90f /scripts | |
parent | a9254f4b25b3b91c349ca0f6ca6f30280ba7bf3b (diff) |
add ccache to host tools
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-pkgs.sh | 7 |
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 |