From b6f573ccaa58db616f8471bbdc016642b6d98c48 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 23 Jul 2012 22:22:23 +0100 Subject: [PATCH] incremental option Change-Id: I27a6ccb34075cc82b33b6874d28570827de6294d --- depanneur | 2 ++ 1 file changed, 2 insertions(+) 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, ); -- 2.7.4