On Tue, Oct 22, 2002 at 05:34:18PM +0000, Matthew Zimmerman wrote: > # New Ticket Created by Matthew Zimmerman > # Please include the string: [perl #18054] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=18054 > > > > These changes to the root .cvsignore and to the MANIFEST fix > two file accounting issues. > > 1) The executable test in the root directory is > automatically generated by Configure.pl but is not > ignored by (my) CVS, resulting in incorrect output > from tools/dev/manicheck.pl (it was listed as 'Extra' > instead of 'Ignored'). > > 2) As discovered by Nicholas Clark, the files in icu/source > were never entered into the MANIFEST, and are thus > deleted whenever a "make distclean" or "make cvsclean" > is done. > > Part 1 obsoletes issue #17989.
Thanks, applied.