Ticket #395 (closed todo: worksforme)
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
Note: See
TracTickets for help on using
tickets.
