Ticket #395 (closed todo: worksforme)

Opened 13 years ago

Last modified 11 years ago

optimize dynpmc makefile deps

Reported by: rurban Owned by: jkeenan
Priority: trivial Milestone:
Component: build Version:
Severity: low Keywords:
Cc: Language:
Patch status: Platform:

Description

Currently every make call does a superfluous

/usr/bin/perl -MExtUtils::Command -e ExtUtils::Command::chmod 0775 "*.dll"
/usr/bin/perl -MExtUtils::Command -e cp "*.dll" /usr/src/perl/parrot/parrot-svn/runtime/parrot/dynext
/usr/bin/perl -MExtUtils::Command -e ExtUtils::Command::chmod 0775 "/usr/src/perl/parrot/parrot-svn/runtime/parrot/dynext/*.dll"

and for dynoplibs also. This could be optimized to track the runtime/parrot/dynext/ deps.

Change History

Changed 11 years ago by jkeenan

  • owner set to jkeenan
  • status changed from new to assigned

I examined my make output on two different platforms and couldn't locate any output like that described above. I suspect it got cleaned up along with other problems somewhere along the line.

Closing ticket.

Thank you very much.

kid51

Changed 11 years ago by jkeenan

  • status changed from assigned to closed
  • resolution set to worksforme
  • component changed from none to build
Note: See TracTickets for help on using tickets.