From: Zhang Qiang Date: Thu, 2 May 2013 01:57:53 +0000 (+0800) Subject: create a individual dir:BUILD-ROOTS for all build roots X-Git-Tag: 0.7~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3957489d2806de934e5adc99b0f867cf13e58760;p=tools%2Fdepanneur.git create a individual dir:BUILD-ROOTS for all build roots create build roots under an individual dir, instead of GBS-ROOT/local. In this way, developer can config 'BUILD-ROOTS' as tmpfs to speed up local build. Change-Id: Ibca2ca87a6f4d7acef22d2207eb592a152d62099 --- diff --git a/depanneur b/depanneur index af735a5..321aead 100755 --- a/depanneur +++ b/depanneur @@ -352,7 +352,7 @@ if (@repos) { } } -my $scratch_dir = "$build_root/local/scratch.$arch"; +my $scratch_dir = "$build_root/local/BUILD-ROOTS/scratch.$arch"; # noinit if ($noinit == 1) {