Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Using MAKE for building Perl programmes?

by kvale (Monsignor)
on Apr 13, 2006 at 16:38 UTC ( [id://543147]=note: print w/replies, xml ) Need Help??


in reply to Using MAKE for building Perl programmes?

I usually use make (or nmake) for projects in which there is a hierarchy of dependencies with cacheable intermediate products, like object files. Do your four passes correspond to four separate compilations of four source files? If so, nmake can speed up the build process by only compiling the files that have changed. Otherwise, I can't see any advantage to using make over perl.

-Mark

  • Comment on Re: Using MAKE for building Perl programmes?

Replies are listed 'Best First'.
Re^2: Using MAKE for building Perl programmes?
by jdtoronto (Prior) on Apr 13, 2006 at 16:49 UTC
    Good point, the four builds (done by PerlApp) are independant. But three of them may not change - so we may not need to build them.

    jdtoronto

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://543147]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 16:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found