nmake or dmake on Windows 2000 (gnu make doesn't seem to work anymore).

ok 31 - path() [preset]
not ok 32 - clean() Makefile target
#     Failed test (t\MM_Win32.t at line 183)
#                   '
# # Delete temporary files but do not touch installed files. We don't delete
# # the Makefile here so a later make realclean still has a makefile to use.
#
# clean :: clean_subdirs
#       -$(RM_F) \
#         *$(LIB_EXT) core \
#         core.[0-9] core.[0-9][0-9] \
#         $(BASEEXT).bso $(INST_ARCHAUTODIR)\extralibs.ld \
#         pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \
#         $(BASEEXT).x $(BOOTSTRAP) \
#         perl$(EXE_EXT) tmon.out \
#         $(INST_ARCHAUTODIR)\extralibs.all *$(OBJ_EXT) \
#         blibdirs.ts core.[0-9][0-9][0-9][0-9][0-9] \
#         *perl.core core.*perl.*.? \
#         $(MAKE_APERL_FILE) perl \
#         $(BASEEXT).def core.[0-9][0-9][0-9] \
#         mon.out perlmain.c \
#         perl.exe lib$(BASEEXT).def \
#         so_locations $(BASEEXT).exp
#       -$(RM_RF) \
#         *.pdb blib
#       -$(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL)
# '
#     doesn't match '(?m-xis:^clean ::\s+\-\$\(RM_F\)\ \*\.pdb\s+$)'
ok 33 - PERL_ARCHIVE



Reply via email to