[EMAIL PROTECTED] wrote on 12/31/2004 01:01:12 PM:
> One other oddity noted with 6.25_07:
>
> $ mmk distclean
> <snippage>
> Not in MANIFEST: dbi.opt
>
> I am fairly certain that it used to be able to delete the
> linker options files that it wrote out before.
I failed to mention this one before but it appears that
both mmk clean and mmk distclean are now deleting the
source for the EXE_FILES. Note:
$ mmk clean
MCR dga2:[perl-5_8_6_root]perl.exe "-MExtUtils::Command" -e rm_f *.olb
perl.c core core.[0-9] [.blib.arch.auto.DBI]extralibs.all core.[0-9][0-9]
DBI.bso dbi.c
MCR dga2:[perl-5_8_6_root]perl.exe "-MExtUtils::Command" -e rm_f
pm_to_blib.ts core.[0-9][0-9][0-9][0-9] DBI.x DBI.bs perl.exe tmon.out
*.obj blibdirs.ts
MCR $dga2:[fds0.perl.perl-5_8_6_root]perl.exe "-MExtUtils::Command" -e rm_f
core.[0-9][0-9][0-9][0-9][0-9] *perl.core core.*perl.*.? Makeaperl.MMS
DBI.def perl core.[0-9][0-9][0-9] mon.out
MCR dga2:[fds0.perl.perl-5_8_6_root]perl.exe "-MExtUtils::Command" -e rm_f
libDBI.def perlmain.c perl.exe [.blib.arch.auto.DBI]extralibs.ld
so_locations DBI.exp
MCR dga2:[fds0.perl.perl-5_8_6_root]perl.exe "-MExtUtils::Command" -e rm_rf
dbiproxy.pl dbitrace.log ndtest.prt dbiprof.pl
<snip>
$ perl Makefile.PL
<snip>
Warning: the following files are missing in your kit:
dbiprof.pl
dbiproxy.pl
Please inform the author.
<snip>
$ search Makefile.PL EXE_FILES
EXE_FILES => [ "dbiproxy$ext_pl", "dbiprof$ext_pl" ],
Peter Prymmer