On Thu, Jun 21, 2012 at 10:32 AM, Stefano Lattarini <[email protected]> wrote: > Possible culprits have been identified with the command "git grep '-rm\b'". > > * NG-NEWS: Update. > * lib/am/tags.am, lib/am/distdir.am, lib/am/dejagnu.am, lib/am/clean.am: Do > not invoke "rm" when the "-" recipe modifier: we now want the cleaning > recipes to fail if rm encounters an error.
"when" is confusing here. I suggest: * lib/am/tags.am, lib/am/distdir.am, lib/am/dejagnu.am, lib/am/clean.am: Do not prefix recipes invoking "rm" with the "-" recipe modifier: we now want the cleaning recipes to fail if rm encounters an error. Cheers, Dave Hart
