Commit Graph

5 Commits

Author SHA1 Message Date
pierre
42b3a51333 * Try to call tarwriter.addfile multiple times
in case of failure.
  Output default '###File Open failed###' string if failed 5 times
  Write out error message at exit.
  Fail only if primary file log, dbdigest.cfg or longlog writing failed.

git-svn-id: trunk@29271 -
2014-12-12 14:16:32 +00:00
pierre
360f53b742 Add -ll option to use longlog file
git-svn-id: trunk@26216 -
2013-12-11 12:21:10 +00:00
pierre
88b00552a2 + Add support for target specific options
example:  %OPT=-gl win32%-WN
    if % is found in OPT list, the string after % is only added
    to the compiler options if current target is
    contained in the list of the string before the % sign.
  + Add %DELOPT dotest option.
    can be used in two variants
    %DELOPT=-Crio
    will suppress -Criot from TEST_OPT if it appears exactly
    (-Criot will not match).
    %DELOPT=-C* will suppress all options starting with -C.

git-svn-id: trunk@20640 -
2012-03-27 14:26:24 +00:00
florian
bfeae0c5f1 + added tar creation
git-svn-id: trunk@5046 -
2006-10-28 20:39:26 +00:00
florian
4a4b26b602 * use pascal program to generate the tar list to be more platform independend
git-svn-id: trunk@4975 -
2006-10-19 10:50:54 +00:00