incremental option
authorAnas Nashif <anas.nashif@intel.com>
Mon, 23 Jul 2012 21:22:23 +0000 (22:22 +0100)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 23 Jul 2012 21:22:23 +0000 (22:22 +0100)
Change-Id: I27a6ccb34075cc82b33b6874d28570827de6294d

depanneur

index 5222059..5b96182 100755 (executable)
--- 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,
     );