From: Zhang Qiang Date: Wed, 31 Oct 2012 07:36:50 +0000 (+0800) Subject: change ccache option as bool type X-Git-Tag: 0.2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cb6f26c0a7b3f004caf798c72ef77710f24db9f;p=tools%2Fdepanneur.git change ccache option as bool type Change-Id: Ia21883b0d6817b3c3e2ebd367bc466913c56685f --- diff --git a/depanneur b/depanneur index 34094dd..4ddd65f 100755 --- a/depanneur +++ b/depanneur @@ -154,7 +154,7 @@ GetOptions ( "no-configure" => \$run_configure, "threads=s" => \$MAX_THREADS, "extra-packs=s" => \$extra_packs, - "ccache=s" => \$ccache, + "ccache" => \$ccache, ); if ( $help ) { @@ -517,6 +517,7 @@ sub prepare_git { if (!$skip || $includeall == 1) { # Set cache_rev as 'include-all' if --include-all specified my $val = ($includeall == 1) ? "include-all" : $current_rev; + info("start export source from: $base ..."); unless (write_cache($cache_key, $val, $base, $spec)) { clean_cache($cache_key); debug("$pkg_name was not exported correctly");