On Sep 13, 2007, at 8:21 PM, Jerry Gay (via RT) wrote:

# New Ticket Created by  Jerry Gay
# Please include the string:  [perl #45437]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45437 >


in r21240, ptc added a 'cover' target to the makefile, along with
'cover-clean', which was made a dependency of the 'clean' target.

unfortunately, one of the cover targets uses 'sed', which is not
portable. i've removed the 'cover-clean' dependency from the 'clean'
target in r21269.

once 'sed' is replaced with something portable (ExtUtils::Command's
'mv', maybe? iunno) that dependency can be replaced.

~jerry


Hmmm.... s~sed 's/\.o/\.c/g'~perl -pe 's/\.o/\.c/g'~

That should do it...

Reply via email to