From 3957489d2806de934e5adc99b0f867cf13e58760 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Thu, 2 May 2013 09:57:53 +0800 Subject: [PATCH] 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 --- depanneur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4