in reply to Re^8: perl 5.14.0-RC1 is available for testing!
in thread perl 5.14.0-RC1 is available for testing!
There are no other changes ( unless you want indentmk - dmake makefile indenter ) all GCC4_XXX stuff is deleted, and test-prep is now
test-prep : all utils ..\pod\perltoc.pod $(XCOPY) $(PERLEXE) ..\t\$(NULL) $(XCOPY) $(PERLDLL) ..\t\$(NULL) .IF "$(CCTYPE)" == "BORLAND" $(XCOPY) $(GLOBBAT) ..\t\$(NULL) .ELSE $(XCOPY) $(GLOBEXE) ..\t\$(NULL) .ENDIF .IF "$(CCTYPE)" == "GCC" # If building with gcc-4.x.x (or x86_64-w64-mingw32-gcc-4.x.x), then # op/taint.t will fail without one+ of these files. $(XCOPY) $(CCHOME)\bin\*dll ..\t\$(NULL) .ENDIF
note, dmake wants tab prefixes, not spaces :)
I'd personally be quite happy to present the idea of using your revised xcopy command. But then *you* miss out on all the glory :-)
Go right ahead, all your glory are belong to Anonymous :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: perl 5.14.0-RC1 is available for testing!
by syphilis (Archbishop) on Apr 25, 2011 at 11:11 UTC |