Ticket #2185 (closed bug: fixed)
"nmake release" fails on windows
Reported by: | coke | Owned by: | coke |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | none | Version: | master |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | applied | Platform: | win32 |
Description (last modified by coke) (diff)
nmake release is using the following unix-isms:
[ shell test operator ln -s tar mv grep tar rm
No reason this couldn't be replaced en masse with a perl script that depends on Archive::Tar. (core in 5.9.3 and above, and "make release" already has non-perl-core deps anyway.)
Change History
Note: See
TracTickets for help on using
tickets.