#395: optimize dynpmc makefile deps
---------------------+------------------------------------------------------
 Reporter:  rurban   |       Owner:     
     Type:  todo     |      Status:  new
 Priority:  trivial  |   Milestone:     
Component:  none     |     Version:     
 Severity:  low      |    Keywords:     
     Lang:           |       Patch:     
 Platform:           |  
---------------------+------------------------------------------------------
 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.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/395>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to