Not sure about the value of the other changes - it's not a lot to ask of a user that he ticks a "yes I'm using gcc-4" box. I guess it's ok so long as the auto-detection of version 4 is always going to work correctly. Feel free to present that idea to p5p as well.
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 :)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.