From: Anas Nashif Date: Mon, 23 Jul 2012 21:22:23 +0000 (+0100) Subject: incremental option X-Git-Tag: 2.0_alpha~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6f573ccaa58db616f8471bbdc016642b6d98c48;p=tools%2Fdepanneur.git incremental option Change-Id: I27a6ccb34075cc82b33b6874d28570827de6294d --- diff --git a/depanneur b/depanneur index 5222059..5b96182 100755 --- a/depanneur +++ b/depanneur @@ -84,6 +84,7 @@ my $dist_configs = "$build_root/meta/dist"; my $man = 0; my $cleanonce = 0; my $debug = 0; +my $incremental = 0; my $overwrite = 0; my $MAX_THREADS = 1; my $suffix = ""; @@ -109,6 +110,7 @@ GetOptions ( "overwrite" => \$overwrite, "suffix=s" => \$suffix, "debug" => \$debug, + "incremental" => \$incremental, "threads=s" => \$MAX_THREADS, );